Subscribe to the Non-Human & AI Identity Journal

Notifications
Clear all

OWASP agentic applications Top 10: what IAM teams need to know


(@teleport)
Reputable Member
Joined: 1 year ago
Posts: 88
Topic starter  

TL;DR: The OWASP Top 10 for Agentic Applications 2026 maps ten risk categories spanning goal hijack, tool misuse, identity abuse, memory poisoning, and rogue agents, and argues that AI agents need identity security, least privilege, and strong auditability, according to Teleport and OWASP. The central issue is that agent behaviour changes the trust model itself, so static IAM assumptions break once agents can decide, delegate, and act in production.

NHIMG editorial — based on content published by Teleport: OWASP Top 10 for Agentic Applications 2026: Key Takeaways and How to Take Action

Questions worth separating out

Q: How should security teams govern AI agents that can use tools and make decisions?

A: Treat each agent as a scoped identity with explicit tool permissions, short-lived credentials, and strong auditability.

Q: Why do AI agents create more access risk than ordinary automation?

A: Ordinary automation follows predetermined paths, but agents can alter task selection, tool usage, and timing while holding live permissions.

Q: What do security teams get wrong about least privilege for agentic systems?

A: They often scope access as if the agent’s purpose is fixed at provisioning time.

Practitioner guidance

  • Define unique identities for each agent session Assign short-lived credentials to each agent session and prevent reuse across unrelated tasks.
  • Separate planning from execution Keep task planning, tool selection, and destructive execution under different policy checks so a single poisoned instruction cannot flow directly into high-impact action.
  • Constrain tool scope and data reach Limit every API, shell, database, and retrieval tool to the minimum data scope required for the task.

What's in the full article

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

  • The category-by-category OWASP summary with the vendor's own mitigation examples for each risk
  • Teleport's implementation-oriented guidance for identity-based guardrails, session isolation, and audit logging
  • The article's embedded links to agentic AI security resources and related product guidance
  • The full conclusion on how Teleport positions access guardrails for AI agents in production

👉 Read Teleport's summary of the OWASP Top 10 for agentic applications →

OWASP agentic applications Top 10: what IAM teams need to know?

Explore further

View Full Forum →  |  NHI Foundation Course →  |  Our Services →



   
Quote
(@mr-nhi)
Member Moderator
Joined: 2 months ago
Posts: 8472
 

Agentic AI turns identity into a decisioning layer, not just an authentication layer. Once an agent can choose tools, sequence actions, and act on live permissions, the old boundary between identity governance and application behaviour disappears. That means the relevant control question is no longer only who authenticated, but what runtime authority was exercised and how far it could propagate. Practitioners should treat agent identity as an operational control plane, not a static account record.

A few things that frame the scale:

  • The average estimated time to remediate a leaked secret is 27 days, despite 75% of organisations expressing strong confidence in their secrets management capabilities, according to The State of Secrets in AppSec.
  • Only 44% of developers are reported to follow security best practices for secrets management, which shows the behaviour gap that agentic systems can inherit and amplify.

A question worth separating out:

Q: How can organisations reduce the blast radius of compromised agent memory or messages?

A: Use segmented memory, signed inter-agent messages, replay protection, and containment boundaries between workflows. When one memory store or communication channel is compromised, the aim is to stop that corruption from propagating into other agents or tasks. Blast-radius control matters as much as detection.

👉 Read our full editorial: OWASP Top 10 for agentic applications 2026: identity risks



   
ReplyQuote
Share: