By NHI Mgmt Group Editorial TeamDomain: AI SecuritySource: Lasso SecurityPublished September 9, 2026

TL;DR: OWASP’s 2026 Top 10 for LLM Applications is grounded in documented incidents and shows agentic risks moving up the list, with Excessive Agency rising to number three, Prompt Injection staying at number one, and Misinformation proving more operationally serious than many teams expected, according to Lasso Security. The ranking now points practitioners toward runtime inventory, constrained tool access, and sequence-level monitoring rather than prompt-only defenses.


At a glance

What this is: The 2026 OWASP LLM Top 10 reorders risk around agentic behaviour, runtime exposure, and downstream operational harm.

Why it matters: It matters because IAM, PAM, and AI governance teams now need to govern tool delegation, action scope, and runtime visibility, not just model access.

👉 Read Lasso Security’s analysis of the 2026 OWASP Top 10 for LLM applications


Context

LLM application risk is no longer just about unsafe prompts or bad model outputs. The harder governance problem is that models now act through tools, retrieval layers, and delegated workflows, which means access scope and execution sequence matter as much as the text a user sees. In practice, that pulls identity, privilege, and runtime control into the same risk conversation as AI safety.

The primary shift in this article is that the 2026 OWASP ranking is being used to separate visible model behaviour from the hidden operational conditions that make harm possible. That is relevant to IAM and NHI practitioners because many AI systems now behave like non-human actors with reach across data, tools, and downstream systems, even when the organisation still treats them as simple applications.


Key questions

Q: How should security teams govern AI agents that can choose tools at runtime?

A: Security teams should govern runtime agent choice as an access event, not as a simple application action. That means scoping permissions to the task, limiting token lifetime, logging every tool decision, and blocking the agent from reaching systems outside its approved context. Static roles alone are not enough when the execution path changes on each run.

Q: Why do prompt filters alone fail to protect LLM applications?

A: Prompt filters only inspect one visible part of the system, while the real attack path often enters through retrieved documents, tool responses, uploads, or hidden context. If an instruction is concealed or arrives through another channel, filtering the prompt does not stop the model from acting on it. Protection has to follow the whole context path.

Q: How can organisations tell whether an AI assistant has too much authority?

A: Look for signs that a single assistant session can access secrets, internal services, and code execution paths without a separate approval step. If tool inventory, environment inheritance, and privilege changes are not individually reviewable, the assistant’s authority is already beyond what most governance models can safely justify.

Q: How can organisations tell whether an AI coding model is safe enough to use?

A: Use model-specific measures rather than generic vendor claims. Track pass rates by vulnerability class, compare reasoning and non-reasoning variants, and test the model on the languages and application patterns your teams actually ship. A model is only fit for use if it improves security outcomes in your environment without reducing review discipline.


Technical breakdown

Why prompt injection remains the dominant attack path

Prompt injection works because the application often cannot reliably distinguish trusted instructions from untrusted content once text enters the model context. The attack surface includes user input, retrieved documents, tool outputs, uploads, and any content that the model can later interpret as instruction. In agentic systems, the risk is not limited to a bad response. If the model can call tools, a manipulated instruction can become an action path into data stores, workflows, or external systems. Defences therefore need to inspect the full context path, not just the visible prompt.

Practical implication: inventory every untrusted text path into the model and test how each path can reach tools or data.

How excessive agency turns model capability into access risk

Excessive agency appears when an LLM can choose tools, sequence actions, or execute changes without tight boundaries on scope and approval. The core issue is not intelligence alone, but delegated authority. If the model can read, write, delete, or trigger workflows beyond what a task requires, then a single successful manipulation can escalate into real-world impact. This is where AI governance overlaps with least privilege: the system must know what the agent is allowed to do, not merely what it is allowed to say. Runtime controls become the main enforcement layer.

Practical implication: constrain tool permissions to task scope and require approval before high-impact actions execute.

Why misinformation becomes an operational control problem

Misinformation matters because false output can become a decision input for another system, a human operator, or a follow-on agent. The technical failure is not just factual inaccuracy. It is the absence of traceability between retrieved evidence and the action that followed. If the system cannot prove that an answer came from material it genuinely retrieved, then downstream workflows can amplify fiction into operational error. This is why sequence-level inspection matters more than response-level scoring in agentic environments.

Practical implication: validate whether each action is grounded in retrieved evidence before that action can trigger downstream processes.


Threat narrative

Attacker objective: The attacker aims to convert model trust into unauthorized actions, data exposure, or operational manipulation through the agent’s delegated permissions.

  1. Entry occurs when untrusted text enters the model through prompts, retrieved content, or uploaded artefacts and carries hidden instructions.
  2. Escalation happens when the model interprets the injected content as guidance and uses its delegated tool access to reach systems beyond the original task.
  3. Impact follows when the agent exposes data, alters outputs, triggers unauthorized actions, or propagates false information into downstream workflows.

NHI Mgmt Group analysis

Agentic LLMs are already functioning like non-human identities in governance terms. Once a model can choose tools, invoke actions, and influence downstream systems, it is no longer enough to treat it as a passive application. The governance problem becomes one of delegated authority, runtime scope, and action traceability. That is where NHI thinking starts to matter, because the question is no longer only what the model knows, but what it is allowed to do.

Prompt-only security is structurally incomplete for LLM applications. The 2026 ranking reinforces that the highest-risk failures happen in the interaction between content, tools, and execution, not in the text box alone. In practical terms, prompt filtering cannot substitute for control over retrieval sources, tool permissions, and action approval. Security teams that stop at prompt hygiene are protecting the wrong boundary.

Excessive agency is the clearest named concept in this ranking because it exposes governance debt. The article shows that the problem is not merely model autonomy, but the accumulation of permissions, functions, and trust relationships that were never designed for machine decision-making. That is a familiar identity lesson: authority expands faster than review when systems are treated as exceptions. Practitioners should treat agency as a lifecycle control problem, not a model feature problem.

Misinformation becomes more dangerous when organisations cannot prove provenance at the point of action. The article’s emphasis on sequence evaluation points to a broader discipline gap. Security teams need to understand which AI outputs can trigger real-world change, because once an answer becomes an action, governance must shift from content quality to controlled delegation. The practitioner conclusion is straightforward: provenance and authorisation must travel with the output.

The OWASP ranking is increasingly a policy document for AI operations, not just a threat list. Each shift in ranking maps to a control decision about inventory, scope, review, and traceability. That makes it directly relevant to AI governance, IAM, and PAM teams that now have to decide where model authority begins and ends. The field should read this as an operating model challenge, not a taxonomy exercise.

What this signals

Excessive agency will increasingly be managed as an identity problem, not only an AI safety problem. Once agents can invoke tools and alter workflows, the practical control question becomes whether their privileges are bounded tightly enough to prevent unintended action. That makes NHI governance, privilege scoping, and runtime inventory central to AI control design, especially where model actions can cross into business systems.

Sequence-level monitoring is the next control layer for AI operations. Security teams need to see what happened across the full run, not just what the model answered. That shifts the programme toward evidence of tool use, provenance, and action approval, which aligns closely with NIST AI Risk Management Framework thinking on measurable governance.

Hidden context and retrieved content now behave like part of the attack surface. For practitioners, that means inventorying context sources, reviewing access to retrieval systems, and connecting AI governance back to identity and access controls in the same way workload identity programmes already do for automation and pipelines. The operational boundary is no longer the model API alone.


For practitioners

  • Inventory every AI execution path Map user prompts, retrieved documents, tool outputs, uploads, and hidden context to the exact place each can influence model behaviour and action.
  • Constrain agent tool permissions Limit each agent to the minimum tool scope needed for the task and require explicit approval before destructive or cross-system actions.
  • Baseline runtime behaviour Record the full execution sequence, including reasoning, tool calls, and returned results, so deviations can be detected against the intended workflow.
  • Tie output use to provenance checks Block downstream actions unless the system can show that the output came from retrieved material that was actually available during execution.
  • Treat hidden context as a security asset Catalog system prompts, tool schemas, and policy logic, then test whether they can be inferred through direct or indirect content paths.

Key takeaways

  • The 2026 OWASP LLM ranking shows agentic systems are pushing AI risk toward delegated authority and runtime control.
  • Prompt injection remains the clearest entry path, but excessive agency and misinformation reveal that the real danger is what the model can do next.
  • Practitioners should move from prompt filtering to scope control, provenance tracking, and full execution review.

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, OWASP Agentic Skills Top 10 and MITRE ATT&CK address the attack and risk surface, while NIST AI RMF, NIST AI 600-1, NIST SP 800-53 Rev 5 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10Prompt InjectionThe article centres on OWASP's LLM and agentic application risks.
Recommendation — Map model attack paths to agentic risk categories and test untrusted content ingestion paths first.
OWASP Agentic Skills Top 10Skill and Tool AbuseExcessive agency and tool misuse align with agent-style permission abuse.
Recommendation — Restrict tool-scoped actions and review any capability that can extend beyond the current task.
NIST AI RMFGOVERN — AI Governance and AccountabilityThe article emphasises governance over delegated AI action and accountability.
MANAGE — Risk ManagementRuntime controls and behavioural monitoring map to managing AI risk in operation.
Recommendation — Assign clear ownership for agent permissions, approval rules, and incident review. Track runtime AI risk indicators and intervene when agent behaviour drifts from approved scope.
NIST AI 600-1GenAI Governance — Generative AI GovernanceThe ranking addresses operational governance of generative AI systems and their outputs.
Recommendation — Document GenAI approval, provenance, and disclosure controls before expanding agent use.
NIST SP 800-53 Rev 5AC-6 — Least PrivilegeAgent over-permissioning is the article's core control problem.
Recommendation — Apply least privilege to AI agents and remove any permission not needed for the task.

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.
  • 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.
  • Unbounded Consumption: Unbounded consumption is the failure to cap how much compute, token volume, or downstream cost an AI request can consume. In LLM environments, it turns legitimate use into a financial and availability attack surface when input size, retries, and model complexity are left unchecked.
  • 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.

What's in the full article

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

  • The full threat-by-threat Discover-Assess-Protect breakdown for all 10 OWASP LLM application risks
  • Step-level guidance on how the vendor tests prompt injection, excessive agency, and misinformation in practice
  • Operational examples of runtime inventory, behavioural baselining, and execution-sequence review
  • The vendor's mapping of each threat to its internal defence workflow and protection logic

👉 The full Lasso Security post breaks down the 10 risks, defence stages, and agent control logic in detail.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, secrets management, and identity lifecycle control. It helps security practitioners connect delegated access, runtime authority, and identity governance across modern automation programmes.
NHIMG Editorial Note
Published by the NHIMG editorial team on September 11, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org