Join our Newsletter — 33% off our NHI Course

Why do large language models create risk when organisations use them with sensitive data or operational knowledge?

Large language models can reproduce patterns from their training data, including personal information, biased associations, and inaccurate or unsupported claims. Because their training sets are large and opaque, it is difficult to trace provenance or prove correctness. That makes them risky in environments where confidentiality, trust, and accountable decision-making matter.

Why This Matters for Security Teams

Large language models are not just content tools. When they are given sensitive data, internal policies, incident notes, source code, customer records, or operational runbooks, they can become a path for disclosure, misuse, or incorrect decision support. The risk is not limited to what the model says back. It also includes what users paste into prompts, what the model stores or retrieves, and how downstream systems act on generated output.

Security teams often underestimate the fact that LLMs can surface fragments of information in unexpected ways, especially when retrieval, plugins, or agentic workflows are added. The core issue is governance: organisations need to know what data enters the model, where it is processed, how long it is retained, and who can access outputs. That maps closely to the control intent behind the NIST Cybersecurity Framework 2.0, especially around governance, data protection, and third-party risk.

In practice, many security teams encounter LLM risk only after employees have already exposed sensitive context in prompts or after a generated answer has been treated as operational truth.

How It Works in Practice

LLM risk emerges at several stages. During training or fine-tuning, sensitive data can be absorbed into model weights or associated through patterns that later appear in output. During inference, a user may prompt the model with confidential information, or an attacker may use prompt injection to override intended behaviour. In retrieval-augmented generation, the model may pull from internal documents that were never meant for broad access. Once an LLM is connected to tools, the risk expands further because the model can trigger actions, query systems, or expose records beyond the original conversation.

Operationally, teams should treat LLMs as systems that require data classification, access control, logging, validation, and supplier oversight. A practical control set usually includes:

  • Restricting sensitive data from prompts unless there is a defined business need and approved processing path.
  • Applying redaction, masking, or tokenisation before content reaches the model.
  • Separating public, internal, and restricted knowledge sources in retrieval layers.
  • Reviewing retention, training reuse, and human review practices in the provider contract.
  • Validating outputs before they influence legal, financial, safety, or customer-facing decisions.

These expectations align with the control intent of NIST SP 800-53 Rev 5 Security and Privacy Controls, especially for access enforcement, auditability, and information handling. For AI-specific governance, current guidance also points to model risk management, provenance tracking, and output oversight rather than blind trust in generated text. Where LLMs are used in workflows that can change records or execute actions, the system should be assessed as an operational control surface, not just a user interface. These controls tend to break down when unmanaged shadow AI tools are connected directly to live business systems because data classification and approval boundaries disappear.

Common Variations and Edge Cases

Tighter LLM controls often increase friction for users, requiring organisations to balance productivity gains against confidentiality, compliance, and model utility. That tradeoff is especially visible when teams want to use the model with highly sensitive or operationally dense knowledge, such as security runbooks, HR cases, merger plans, regulated communications, or incident timelines.

There is no universal standard for this yet, but current guidance suggests a tiered approach. Low-risk use cases may allow general productivity prompts with restricted data, while higher-risk use cases should require approved models, isolated deployments, stronger logging, and human review. In regulated environments, the question is not only whether the model can answer, but whether the organisation can explain how the answer was produced and whether the input data was eligible for that processing. That becomes even more important when retrieval layers bring in internal documents, because an otherwise safe model can still expose a harmful answer if the source content is too broad.

Another edge case is overconfidence in “private” deployments. Self-hosting does not automatically remove risk if prompts, logs, embeddings, or connectors still expose sensitive material. The same applies to agentic workflows that let the model act across systems. In those cases, the risk shifts from simple disclosure to unauthorised action and weak accountability.

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 CSF 2.0, NIST AI RMF and NIST AI 600-1 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 GV.1 LLM risk needs governance, ownership, and policy decisions before deployment.
NIST AI RMF AI RMF addresses model risk, provenance, and trustworthy output management.
NIST AI 600-1 GenAI profiles focus on prompt injection, data leakage, and output reliability.
OWASP Agentic AI Top 10 Agentic workflows amplify LLM risks through tool use and autonomous actions.
MITRE ATLAS AML.T0016 Adversarial ML patterns capture prompt injection and model manipulation risks.

Assess model risk across governance, mapping, measurement, and management before using outputs operationally.