Join our Newsletter — 33% off our NHI Course

Who is accountable when an LLM follows an attacker’s frame and causes harm?

Accountability sits with the organisation that deployed the system, because it chose the model, the permissions, the retrieval paths, and the control boundaries. Governance frameworks should assign ownership for prompt sources, tool scopes, output validation, and incident review before the system is put into production.

Why This Matters for Security Teams

When an LLM “follows an attacker’s frame,” the issue is not just bad output. It can become a control failure that influences investigations, user trust, automated workflows, and downstream business decisions. Accountability matters because someone selected the model, exposed it to prompts and retrieval sources, and allowed the system to act on the result. Current guidance from NIST AI Risk Management Framework treats this as a governance problem, not only a technical one.

Security teams often underestimate how quickly an attacker can shape the model’s framing through prompt injection, malicious documents, poisoned context, or tool output that the model treats as authoritative. That can lead to unsafe recommendations, incorrect prioritisation, or actions taken with misplaced confidence. The operational risk is amplified when the LLM is embedded in ticketing, SOC triage, customer support, or code-assist workflows, because its language can sound decisive even when the underlying reasoning is weak. In practice, many security teams encounter accountability gaps only after the model has already influenced an incident, rather than through intentional control design.

How It Works in Practice

Accountability should be assigned across the full AI control chain: model selection, system prompts, retrieval sources, tool permissions, output validation, and incident response. That means business owners, security owners, and risk owners need explicit decision rights, not shared ambiguity. For agentic or tool-using systems, the bar is higher because the model is no longer just generating text. It may initiate actions, call APIs, or trigger workflows, so the organisation must define what it may do, what it must never do, and what requires human approval.

A practical governance model usually includes:

  • Ownership for prompt libraries and approved system instructions.
  • Review of retrieval paths and source trust, including whether user content can become context.
  • Tool scoping so the model cannot exceed intended permissions.
  • Output checks for policy violations, unsafe recommendations, and confidence mismatches.
  • Logging that preserves prompts, retrieved passages, tool calls, and final outputs for review.

These controls align well with the OWASP Agentic AI Top 10 and the MITRE ATLAS adversarial AI threat matrix, which both emphasise manipulation of inputs, model behaviour, and tool-enabled abuse. The strongest teams also map these risks to existing detection and response practices, including alerting for anomalous tool use and replayable audit trails. These controls tend to break down when the LLM is given broad API access, weak retrieval hygiene, and no enforced human approval for high-impact actions.

Common Variations and Edge Cases

Tighter oversight often increases friction and review overhead, so organisations must balance speed against the risk of delegated error. There is no universal standard for this yet, especially where LLMs are used in semi-autonomous workflows, but current guidance suggests that accountability should follow control ownership, not the model vendor’s marketing claims.

One common edge case is a RAG system that appears passive but can still be steered by attacker-supplied documents or poisoned knowledge bases. Another is a security copilot that only “recommends” actions, yet its suggestions are routinely copied into production changes without scrutiny. A third is shared-service architecture, where platform teams host the model, application teams define the use case, and security teams are expected to absorb the residual risk. That arrangement fails unless decision rights are documented in advance.

Where personal data, regulated workflows, or external-facing decisions are involved, organisations should also consider evidence from NIST AI 600-1 Generative AI Profile and threat intelligence from CISA cyber threat advisories. The practical test is simple: if no one can explain who approved the prompt, the tools, the retrieval boundary, and the rollback path, accountability is already fragmented.

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, MITRE ATLAS and CSA MAESTRO address the attack and risk surface, while NIST AI RMF and NIST AI 600-1 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST AI RMF GOVERN Accountability for AI outcomes starts with governance and defined ownership.
NIST AI 600-1 GenAI profile guidance addresses operational risk in deployed LLM systems.
OWASP Agentic AI Top 10 LLM01 Prompt injection and agent abuse are central to attacker-framed LLM harm.
MITRE ATLAS AML.TA0001 Adversarial AI tactics cover input manipulation that skews model behaviour.
CSA MAESTRO Agentic AI threat modeling helps define trust boundaries and control ownership.

Assign named owners for model choice, prompts, retrieval, tools, and incident review.