Organisations should evaluate data handling, retention, access control, and policy compliance before using public LLMs for security work. Prompts may contain sensitive logs, credentials, or incident details. Teams should prefer approved environments, limit what is shared, and verify that any service used aligns with internal security, legal, and confidentiality requirements.
Why This Matters for Security Teams
Public LLMs can improve triage, summarisation, and investigation speed, but they also create a new data exposure path for security operations. Analysts often paste alert payloads, IOC lists, case notes, or even snippets of credentials into a chat interface without fully understanding where that content is stored, whether it is used for model improvement, or how it is retained. That makes governance as important as capability.
The real issue is not whether an LLM can help, but whether the organisation can use it without violating incident confidentiality, customer commitments, or internal handling rules. This maps directly to the NIST AI Risk Management Framework, which treats trustworthy AI as a governance and lifecycle problem rather than a prompt-level convenience.
Security teams also need to account for prompt injection, misleading outputs, and accidental disclosure through shared chat histories or connected plugins. In practice, many security teams encounter exposure problems only after analysts have already pasted sensitive material into a public service rather than through intentional AI governance.
How It Works in Practice
Using public LLMs for security work usually starts with low-risk tasks such as summarising threat reports, rewriting analyst notes, or classifying noisy alerts. The risk profile changes when the model is allowed to see raw telemetry, internal architecture details, tenant identifiers, secrets, or live incident content. At that point, the service becomes part of the security data path and should be treated like any other third-party processing environment.
Current guidance suggests organisations should define what can and cannot be shared, then align those rules with procurement, acceptable use, and incident handling procedures. The NIST SP 800-53 Rev 5 Security and Privacy Controls remains useful here because it maps cleanly to data protection, logging, access control, and third-party oversight expectations.
- Classify security inputs before they reach the model, especially logs, tickets, and forensic evidence.
- Block secrets, tokens, and customer data unless a reviewed workflow explicitly permits them.
- Confirm vendor retention, training use, and deletion terms in writing.
- Restrict who can use public LLMs and for which security tasks.
- Validate outputs against authoritative sources before operational use.
For agentic or tool-using workflows, the question is not only what the model sees, but what actions it can trigger. The OWASP Top 10 for Agentic Applications 2026 and the NIST AI 600-1 Generative AI Profile both reinforce the need for guardrails, traceability, and human review when model output influences security decisions. These controls tend to break down in fast-moving incident response environments because analysts prioritise speed and bypass review when containment pressure is high.
Common Variations and Edge Cases
Tighter controls often increase analyst friction and can slow down routine triage, so organisations need to balance speed against confidentiality and compliance risk. That tradeoff becomes sharper in shared SOCs, managed security services, and cross-border operations where data handling rules differ by jurisdiction.
Best practice is evolving for several edge cases. For example, using a public LLM with fully sanitised, synthetic, or redacted text is generally lower risk, but there is no universal standard for what counts as adequately sanitised. The same applies to retrieval-augmented workflows: if the model only sees internal documents through a controlled interface, the organisation still needs to assess document sensitivity, access logging, and prompt injection risk.
Where the workflow begins to influence automated response, organisations should treat the setup more like an AI-enabled security control than a simple productivity tool. The MITRE ATLAS adversarial AI threat matrix helps teams think through manipulation, evasion, and abuse paths, while the CSA MAESTRO agentic AI threat modeling framework is useful when security tools begin to chain model outputs into actions. In higher-risk environments, public LLMs may be unsuitable for active incidents entirely, especially where regulated data, privileged credentials, or evidentiary integrity are involved.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10 and MITRE ATLAS address the attack and risk surface, while NIST AI RMF, NIST AI 600-1 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST AI RMF | GOVERN | AI use in security operations needs clear governance, accountability, and risk ownership. |
| NIST AI 600-1 | GenAI profile guidance fits public LLM handling, validation, and documented use constraints. | |
| OWASP Agentic AI Top 10 | LLM02 | Prompt injection and tool abuse are key risks when LLMs support security operations. |
| NIST CSF 2.0 | PR.DS-1 | Security data handling and protection are central to using public LLMs safely. |
| MITRE ATLAS | AML.TA0001 | Adversarial AI threats cover manipulation, evasion, and misuse of model-driven workflows. |
Set policy, ownership, and review gates before any public LLM is allowed into security workflows.
Related resources from NHI Mgmt Group
- What should organisations do when employees use public LLMs for work tasks?
- What should organisations test before adopting agentic AI in security operations?
- What do security and operations teams get wrong about using LLMs for summaries?
- When should organisations prioritise NHI security over other identity work?