By NHI Mgmt Group Editorial TeamDomain: Agentic AI & NHIsSource: Obsidian SecurityPublished August 2, 2026

TL;DR: Prompt injection now tops modern AI exploit paths because it manipulates instruction-following behaviour, bypasses perimeter controls, and can drive unauthorized data access or actions, according to Obsidian Security. The real problem is that existing IAM and zero-trust assumptions break when an AI agent can be steered at runtime through retrieved content or user input.


At a glance

What this is: Prompt injection is presented as the leading exploit path for AI agents, with the key finding that semantic manipulation can override model instructions and drive unauthorized access or exfiltration.

Why it matters: It matters because IAM, PAM, and zero trust controls must now govern AI agents as identities with effective authority, not just as applications that can be filtered at the network edge.

By the numbers:

👉 Read Obsidian Security's analysis of prompt injection attacks in AI agents


Context

Prompt injection is a semantic attack on an AI system's instructions, not a conventional code exploit. In the context of AI agents, it matters because the attack can change what the agent does at runtime, including what data it reads, which tools it calls, and which outputs it generates. That is why prompt injection is now an identity and access problem as much as an application security problem.

The article argues that perimeter controls fail when the malicious input arrives through retrieved documents, emails, or web pages that the agent treats as trusted context. For IAM teams, the key issue is not only blocking bad content, but constraining the agent's effective authority so a manipulated session cannot become a cross-system data event.

This is a typical enterprise risk pattern for AI rollouts: broad access is added before governance, telemetry, and authorization boundaries are mature enough to contain semantic abuse.


Key questions

Q: What breaks when indirect prompt injection is not controlled in AI systems?

A: Indirect prompt injection breaks the assumption that retrieved content is safe to use as instruction material. Once malicious text enters the model context, the system may alter responses, leak data, or trigger tools with delegated permissions. The core failure is boundary collapse between data and directive, which turns ordinary content ingestion into an execution risk.

Q: Why do AI assistants make zero trust harder to implement?

A: AI assistants often need broad, dynamic access to data and tools, which can conflict with zero trust principles if access is not continuously verified. To stay aligned with zero trust, organisations need strong authentication, policy checks at runtime, and step-up controls before an assistant can perform sensitive actions.

Q: How do you know if AI agent monitoring is actually working?

A: It is working when you can explain why a sequence of actions was allowed, blocked, or escalated, using evidence from the full chain rather than a single request. If monitoring only shows isolated inputs, it is not capturing agent intent, which is where misuse usually appears.

Q: Who is accountable when an AI agent performs an unauthorized action after injection?

A: Accountability follows the governance model that granted the agent its permissions and execution rights. The owner of the agent workflow, the approver of its tool scope, and the team operating the control plane all share responsibility. Frameworks such as OWASP-NHI and zero trust expect those boundaries to be explicit.


Technical breakdown

How prompt injection overrides model instructions

Prompt injection works by placing malicious instructions into user input or retrieved content so the model treats them as higher-priority directives than the original system prompt. In direct attacks, the user asks the model to ignore its rules. In indirect attacks, the model ingests poisoned content from documents, emails, or web pages. Because the model is designed to follow language context, it can execute attacker-chosen instructions while appearing to behave normally. That makes prompt injection different from classic malware or SQL injection. The failure is not code corruption; it is instruction confusion inside the model's reasoning path.

Practical implication: isolate untrusted retrieved content from system instructions and treat every model input path as a governance boundary.

Why agent access multiplies the blast radius

The security impact of prompt injection depends on the access attached to the AI agent. If the agent can query Salesforce, M365, Workday, or internal databases, then a single successful injection can expose the effective authority behind all those permissions. The article's point is that the agent does not leak one user's data in isolation. It inherits a composite blast radius from every connected system. That is why least privilege, scope minimization, and token lifecycle management are central. The real risk is not the prompt itself, but the authority that prompt can steer.

Practical implication: map each agent's effective authority across connected systems and reduce token scope before broad deployment.

Why runtime monitoring beats signature-based detection

Prompt injection is hard to catch with static filters because every payload can be phrased differently and may hide inside ordinary-looking content. The article emphasizes behavioural telemetry, including unusual tool-call sequences, sudden spikes in records accessed per session, and actions the agent has never taken before. That is the useful signal because it reflects what the agent actually did, not what the input looked like. In identity terms, this is closer to monitoring session behaviour than scanning text. For autonomous or semi-autonomous systems, the runtime trail is the control surface that matters.

Practical implication: baseline agent behaviour and alert on deviations in tool use, data volume, and action sequence rather than keyword matches.


Threat narrative

Attacker objective: The attacker wants to turn a trusted AI agent into a data-exfiltration and unauthorized-action channel that operates with legitimate credentials.

  1. Entry occurs when an attacker places malicious instructions into a prompt, retrieved document, email, or web page that the AI agent will consume as context.
  2. Escalation occurs when the model follows the injected instruction and uses its legitimate access to query data, call tools, or bypass intended task boundaries.
  3. Impact occurs when the manipulated agent leaks sensitive data, executes unauthorized actions, or alters outputs in ways that enable fraud or further compromise.

Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

Prompt injection is the point where AI agent security stops being a content problem and becomes an identity problem. The article is right to place emphasis on effective authority, because the exploit succeeds when the agent can act on injected instructions using real credentials and connected tools. In NHI terms, the risky object is not just the model prompt; it is the agent identity, its tokens, and the systems those tokens can reach. Practitioners should read this as a governance shift, not a filter-tuning exercise.

Runtime behaviour is now the only reliable proof of what an AI agent actually did. The article's telemetry examples align with a wider NHI governance gap: configuration tells you what the agent was allowed to do, but behaviour tells you what it chose to do under attack. That distinction matters for investigations, compliance, and blast-radius containment. Identity teams should treat agent sessions as auditable execution events, not static application logs.

Agent prompt injection exposes a new named risk: identity blast radius. A compromised agent can touch multiple systems in one session, so the damage scales with every connected entitlement rather than with a single user context. That is why classic perimeter security underestimates the issue and why effective authority must be minimized before the agent is exposed to broad data domains. The practitioner conclusion is simple: measure what an agent can reach, not just what it was intended to do.

Least privilege for AI agents fails when access is provisioned as if the agent were a stable worker account. The governance assumption was designed for predictable application behaviour and bounded requests. That assumption fails when the agent can be steered mid-session by injected instructions because the access path itself becomes dynamic. The implication is that review cycles and static role design need a runtime control model for non-human identities.

Prompt injection governance will converge with broader NHI and agentic AI control patterns. The same themes recur across secrets management, token lifecycle management, and authorization policy: reduce standing authority, separate trust zones, and observe live actions rather than intent claims. The market signal is that AI security cannot remain a narrow model-safety category. Practitioners should align agent governance with identity control planes already used for NHI risk management.

From our research:

  • 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems (39%), inappropriately sharing sensitive data (31%), and revealing access credentials (23%), according to AI Agents: The New Attack Surface.
  • Only 52% of companies can track and audit the data their AI agents access, leaving 48% with a complete blind spot for compliance and breach investigation.
  • That visibility gap points to the need for stronger runtime control, which is explored further in OWASP NHI Top 10.

What this signals

Identity blast radius: once an AI agent is granted access to multiple business systems, the question is no longer whether it can be tricked, but how far the trick can travel before containment. That is why runtime control must sit alongside entitlement design, and why AI agent governance belongs in the same operating model as NHI oversight.

With 80% of organisations already seeing agents act beyond intended scope in SailPoint's research, the practical signal is that deployment velocity is outrunning control design. Teams should assume that every new agent adds a new privilege pathway unless scope, telemetry, and approval gates are explicitly reworked.

The next governance step is to align agent monitoring with modern threat modelling such as the OWASP Top 10 for Agentic Applications 2026 and the NIST AI Risk Management Framework, because prompt injection is now a runtime identity problem as much as a model-safety problem.


For practitioners

  • Inventory every AI agent identity and its effective authority Map each agent's credentials, connected tools, reachable data sources, and escalation paths. Include SaaS, internal APIs, and database access so you can see the true blast radius of a compromised session.
  • Separate untrusted input from system instructions Route retrieved documents, emails, and web content through trust boundaries that prevent them from being treated as privileged instructions. Where possible, keep external content and control logic in different execution layers.
  • Reduce token scope and shorten lifetime Apply strict token lifetime limits, scope minimization, and revocation logic to AI agent credentials. The goal is to ensure a manipulated agent cannot keep using broad authority after detection or containment begins.
  • Baseline runtime behaviour and alert on deviation Track tool-call sequences, records accessed per session, and data-volume spikes. Use those signals in SIEM and SOAR workflows so suspicious agent behaviour can be contained before exfiltration completes.
  • Require human approval for privileged actions Use approval gates for sensitive actions such as bulk exports, deletions, external sharing, or permission changes. Keep the gate outside the model so a successful prompt injection cannot self-authorize high-impact operations.

Key takeaways

  • Prompt injection succeeds because it manipulates agent behaviour at the semantic layer, where perimeter security and static validation are weakest.
  • The scale of the risk is defined by agent authority, not just the injected prompt, which is why broad access turns one compromise into a multi-system exposure event.
  • Enterprises need runtime behavioural monitoring, privilege minimization, and approval gates that operate outside the model to keep AI agents governable.

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 OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST AI RMF, NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10Prompt injection is a core agentic AI risk in this article.
OWASP Non-Human Identity Top 10NHI-01AI agents here are non-human identities with credentials and access scope.
NIST AI RMFMANAGEThe article covers monitoring, response, and governance for AI risk.
NIST CSF 2.0PR.AC-4Least privilege and access control are central to limiting agent blast radius.
NIST Zero Trust (SP 800-207)Zero trust principles are explicitly recommended for AI agents in the article.

Map agent prompt-injection controls to agent instruction boundaries and runtime policy enforcement.


Key terms

  • Prompt Injection (Agentic): An attack where malicious instructions are embedded in content that an AI agent reads — causing the agent to execute unintended actions using its own legitimate credentials. A primary vector for agent goal hijacking and identity abuse.
  • Effective Authority: Effective authority is the control an identity can actually exercise after all inheritance, delegation, and cross-system relationships are applied. It can be broader than the permissions listed in a single console, which is why local reviews often understate risk. Security teams need to measure effective authority, not only assigned access.
  • Identity Blast Radius: The amount of damage a compromised identity can cause across systems, data, and infrastructure. In NHI environments, it is shaped by permissions, network reach, and administrative capability rather than by the credential alone. Reducing blast radius is a containment strategy that limits lateral movement and data exposure.
  • Runtime Behaviour Monitoring: Runtime behaviour monitoring is the practice of watching what an identity actually does during execution, not just what it was configured to do. For AI agents, this means tracking tool calls, session activity, data volume, and unusual action sequences so semantic abuse can be detected in flight.

What's in the full article

Obsidian Security's full blog post covers the operational detail this post intentionally leaves for the source:

  • Detection telemetry examples for prompt injection and agent misuse across real enterprise workflows.
  • Policy patterns for input validation, output filtering, and runtime behavioural monitoring in AI systems.
  • Identity and access control examples for tokens, service accounts, and dynamic authorization policies.
  • Compliance mapping detail for NIST AI RMF, ISO 42001, and related governance requirements.

👉 The full Obsidian Security post covers detection telemetry, authorization controls, and compliance mappings for prompt injection risk.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 15, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org