TL;DR: The OWASP Top 10 for LLM Applications 2026 shows prompt injection still leads, but excessive agency, hidden context exposure, and unbounded consumption now carry more operational risk as agentic systems gain tools, memory, and real authority, according to Aembit. Access decisions, not model prompts, now define whether a manipulated system can reach data, spend money, or trigger irreversible actions.
At a glance
What this is: The 2026 OWASP LLM Top 10 reframes the main risk from bad model output to dangerous model authority, especially once LLMs can use tools, memory, and external credentials.
Why it matters: IAM, PAM, and NHI teams need to treat AI systems as governed actors because the control problem shifts from prompt safety to runtime authorization, identity scope, and blast-radius containment.
By the numbers:
- OWASP compared practitioner judgment with 7,714 publicly documented incidents, 6,639 of which contained enough information to classify.
- The community vote received 75% of the final weight, with incident data accounting for the remaining 25%.
- Prompt injection ranked first in the community vote but fell outside the top 10 when OWASP considered the incident record alone.
- 96% of technology professionals identify AI agents as a growing security threat, and 66% believe this risk is immediate.
👉 Read Aembit's analysis of the OWASP LLM Top 10 for 2026
Context
The core governance problem is no longer whether an LLM can be tricked into saying the wrong thing. The harder question is what happens when that model can act, reach systems, and keep acting with credentials that outlive the request that created them. In identity terms, the risk shifts from content integrity to authority control, which is why AI agent governance now intersects directly with IAM, PAM, and NHI oversight.
OWASP's 2026 list captures that shift by separating models that generate output from systems that can use tools, retain memory, and influence downstream operations. That distinction matters because the same failure, such as prompt injection, produces a much larger impact once the system has access to sensitive data, shared retrieval layers, or operational workflows. The result is a control problem that existing application security reviews alone do not resolve.
For practitioners, the article is a reminder that AI security is now an identity and authorization discipline as much as a model-risk discipline. The relevant governance question is whether an AI system has bounded access, clear attribution, and enforceable policy at runtime. For teams managing human, NHI, and autonomous identities together, that is a familiar pattern with a new actor type.
Key questions
Q: What breaks when an LLM can choose tools freely?
A: What breaks is the assumption that valid actions can be precomputed in the client. When the model chooses tools and parameters at runtime, forbidden calls become harder to prevent and easier to infer from error feedback. Teams need role filtering, narrow tool descriptions, and backend enforcement to keep the model from turning free text into excess privilege.
Q: Why do autonomous or tool-using AI systems increase the blast radius of prompt injection?
A: Because the injected instruction can be converted into action. If the system can reach databases, send messages, or invoke business workflows, a single malicious prompt can become disclosure, fraud, or service impact. The risk rises with every credential, tool, and downstream integration the system can touch.
Q: How do security teams know whether an AI agent is operating safely?
A: Security teams know an AI agent is operating safely when its permissions, invoked tools, and accessed data remain consistent with the approved use case over time. Useful signals include restricted data exposure, unchanged guardrails, and a stable identity path. If any of those drift, the agent should be re-reviewed before it expands further.
Q: Should organisations treat AI coding agents like privileged software identities?
A: Yes. If an AI agent can install code, access secrets, or modify repositories, it is functionally acting as a privileged non-human identity and should be governed that way. That means task-scoped access, explicit boundaries, and monitoring of its downstream actions, especially when it can touch build and release systems.
Technical breakdown
Why prompt injection becomes more dangerous when the model can act
Prompt injection works because LLMs mix trusted instructions and untrusted content in one context window. A malicious instruction can arrive directly from a user, through retrieved content, or through tool output, then influence the next action the system takes. The technical change in 2026 is not the attack itself, but the consequences when the model is allowed to call tools, query data, or trigger workflow steps. Once that happens, the exploit is no longer just a bad answer. It becomes a control failure across authorization, retrieval, and execution boundaries.
Practical implication: keep consequential actions outside model control and enforce authorization in a separate policy layer.
How hidden context exposure differs from ordinary prompt leakage
Hidden context exposure covers more than the visible prompt. Developer instructions, tool schemas, policy logic, workflow criteria, and embedded operational rules can all be exposed if the model or its surrounding application leaks them. That matters because the hidden context often contains the guardrails the system relies on, or at least enough detail to make later attacks easier. The technical issue is not that the model forgets its instructions. It is that anything placed inside the runtime context can become discoverable, copied, or reused by an attacker.
Practical implication: treat everything in model context as potentially exposed and keep secrets, policy enforcement, and access checks outside it.
Why excessive agency turns an LLM into an identity problem
Excessive agency appears when a model can take actions that outstrip the task it was meant to perform. That can happen through overly broad tools, overprivileged downstream access, or workflows that let model output drive external systems without independent checks. Technically, the danger is runtime authority creep: the system may start with a narrow request but end with access to data, money, or infrastructure the original request did not justify. In agentic environments, the identity question is not only who is asking, but what the system is allowed to do after it starts reasoning.
Practical implication: scope AI access by action and resource, not just by application or model endpoint.
Threat narrative
Attacker objective: The attacker wants to convert a single model manipulation into access, disclosure, or operational actions that exceed the intended scope of the AI system.
- Entry occurs when a malicious instruction is introduced through user input, retrieved content, or tool output into the model's shared context.
- Escalation follows if the manipulated system has tool access, memory, or credentials that let it reach data and external services beyond the original request.
- Impact occurs when the model uses that authority to expose sensitive data, invoke an overprivileged tool, or trigger an irreversible downstream action.
Breaches seen in the wild
- Cisco DevHub NHI breach — IntelBroker exploited exposed Cisco credentials, API tokens and keys in DevHub.
- DeepSeek breach — DeepSeek breach exposed 1M+ log lines and sensitive secret keys.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Authority, not prompt quality, is now the main AI security boundary. The 2026 OWASP list correctly moves attention from whether the model can be manipulated to what the manipulated model is allowed to do. That is an IAM and PAM problem as much as an AI problem, because a system with tools and credentials can turn a single prompt failure into a business-impacting event. Practitioners should treat runtime authorization as the real control plane.
Hidden context exposure is a governance failure, not just an information leak. When tool schemas, policy logic, and workflow rules sit inside model context, they are no longer protected by design, only by convention. That breaks the assumption that the model can safely carry its own guardrails. The implication is straightforward: guardrails that can be revealed are guardrails that can be worked around.
Excessive agency is the named concept practitioners should adopt. It captures the point at which a model's permission set becomes large enough that ordinary prompt failures start to matter operationally. The issue is not autonomy alone, but authority granted without matching runtime checks, bounded tasks, and clear attribution. Security teams should use this concept when deciding where AI workflows cross from assistance into governed action.
AI agent governance must be designed as cross-domain identity governance. The same programme now has to account for humans delegating to AI, AI acting through NHI credentials, and downstream systems trusting the resulting action. That is why the article maps cleanly to OWASP Non-Human Identity Top 10 and OWASP Agentic AI Top 10 together. Practitioners should expect one governance model to span all three actor types rather than separate them by organisational silo.
The ranking changes are a signal that security teams are already experiencing blast-radius inflation. Prompt injection still matters, but the field is increasingly concerned with what follows a successful injection rather than the injection itself. That means the practical question is no longer how to make the model perfectly safe. It is how to ensure the surrounding identity and authorization model absorbs failure without spreading it.
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 report.
- 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.
- Use Ultimate Guide to NHIs - Static vs Dynamic Secrets to connect these agent-risk patterns to short-lived credential design and access containment.
What this signals
Excessive agency is the operational signal that should reshape AI governance roadmaps. Once a system can move from reasoning to action, the security programme has to treat access scope, authorization, and rollback as first-class design choices. That is why the difference between a chatbot and an agent is not semantic, it is governance-critical.
With 80% of organisations already reporting AI agents acting beyond intended scope, the issue is no longer theoretical or limited to early adopters. The immediate programme question is whether policy, identity, and audit layers can constrain the next action before the model turns a prompt into an external effect.
Hidden context exposure: policy logic, tool schemas, and workflow rules inside model context become part of the attack surface, which means teams should segregate enforcement from explanation. For implementation detail, practitioners should pair runtime policy with OWASP Agentic Skills Top 10 (AST10) and OWASP Non-Human Identity Top 10 when AI systems reach production authority.
For practitioners
- Separate model output from authorization decisions Require a policy engine outside the model to approve any tool call, data retrieval, or external action before execution. Keep the model advisory, not decisive, for consequential operations.
- Scope AI access by task and resource Issue the minimum tool permissions and data scopes needed for the current request, then revoke them after the workflow completes. Use short-lived access instead of persistent authority wherever possible.
- Treat retrieved content as untrusted until entitlement is proven Check document and record permissions before retrieval reaches model context, especially in shared search, RAG, and MCP-connected workflows. Do not rely on the model to distinguish authorised from unauthorised material.
- Audit hidden context for exposed control logic Review prompts, tool schemas, workflow rules, and system instructions for secrets or security assumptions that should not be visible to operators or attackers. Move sensitive control logic out of model context where possible.
- Attribute every AI action to a real identity Record which user, workload, or agent initiated the activity and which policy allowed it. That attribution is essential for audit, containment, and post-incident analysis when AI systems act across tools.
Key takeaways
- The main AI security problem has shifted from unsafe text to unsafe authority, because tool access and credentials turn model mistakes into operational events.
- OWASP's 2026 ranking reflects a real governance change, with prompt injection still central but excessive agency, hidden context exposure, and unbounded consumption now carrying more practical risk.
- Identity teams should enforce runtime authorization, short-lived access, and clear attribution so AI systems stay bounded even when the model itself is manipulated.
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 Zero Trust (SP 800-207) and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | LLM01 — Prompt Injection | Prompt injection is the article's lead risk and central threat model. |
| Recommendation — Map AI workflows to LLM01 and keep untrusted input separate from consequential actions. | ||
| OWASP Non-Human Identity Top 10 | NHI-03 — Insecure Authentication Methods | The article centers on AI systems using credentials, tools, and bounded authority. |
| Recommendation — Apply NHI-03 controls to restrict agent credentials to the minimum scope needed at runtime. | ||
| NIST AI RMF | GOVERN — AI Governance and Accountability | The article stresses governance, attribution, and accountability for AI actions. |
| Recommendation — Use GOVERN to assign ownership for AI decisions, approvals, and auditability. | ||
| NIST Zero Trust (SP 800-207) | 3.4 — Continuous Verification | Runtime authorization and short-lived authority align with continuous verification. |
| Recommendation — Require continuous verification before each AI tool call or sensitive data access. | ||
| NIST CSF 2.0 | PR.AC-4 — Access Permissions and Authorisations | Least-privilege access and decision-time checks are the article's core control theme. |
| Recommendation — Enforce PR.AC-4 so AI systems can act only within the access granted for the current task. | ||
Key terms
- Excessive agency: A condition where an AI system is given more operational authority than its task requires. The risk is not just poor output. It is that mistakes, manipulation, or compromise can produce destructive actions at machine speed across the systems the agent can reach.
- Hidden Context Exposure: Hidden context exposure occurs when system prompts, tool schemas, policy rules, or other non-user-facing instructions are revealed to an attacker. That knowledge often improves follow-on attacks because it exposes how the agent reasons, routes requests, and enforces boundaries.
- 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.
- Runtime Authorisation: Runtime authorisation is the practice of deciding access while a task is in progress, rather than only at provisioning time. It matters for NHIs because credentials and entitlements can change risk mid-session, especially when automation or AI agents interact with sensitive systems.
What's in the full article
Aembit's full article covers the operational detail this post intentionally leaves for the source:
- A rank-by-rank breakdown of all 10 OWASP LLM risks and how each category changed from 2025 to 2026
- The methodology behind the 7,714-incident corpus and how OWASP weighted public incidents against practitioner judgment
- Specific examples of how prompt injection, hidden context exposure, and excessive agency play out in agentic workflows
- The article's discussion of blended identity and runtime access control for AI systems acting on behalf of users
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 building identity controls for humans, workloads, or AI systems, it is worth exploring.
Published by the NHIMG editorial team on September 16, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org