TL;DR: Traditional IAM fails AI systems because it assumes static roles, one-time authorization, and human-paced workflows, while AI agents act dynamically across APIs, data, and tools, according to LEVO. The result is over-permissioned agents, weak auditability, and compliance gaps, and access control must shift toward continuous, context-aware identity validation.
At a glance
What this is: This is an analysis of why legacy IAM does not fit AI-native applications and why dynamic, runtime identity controls are now required.
Why it matters: It matters because IAM teams now have to govern AI agents, service identities, and delegated access paths that can cross data, workflow, and compliance boundaries in a single session.
By the numbers:
- 73% of enterprises have already experienced at least one AI related breach.
- 72% of organisations have experienced or suspect they have experienced a breach of non-human identities , 46% confirmed, 26% suspected.
👉 Read LEVO's analysis of why traditional IAM fails AI systems
Context
AI-native applications break the assumptions that traditional IAM was designed around. Static roles, one-time access, and human-paced approval cycles work for predictable software, but they struggle when an AI system can select tools, choose data sources, and change behaviour during runtime. The primary identity security issue here is not just access volume, but access shape: AI turns access into a moving target.
For IAM practitioners, the key question is how to govern identities that behave more like decision-making systems than fixed application clients. That shifts the centre of gravity from login-time permissioning toward continuous validation, delegation tracking, and policy enforcement that can follow the action, not just the identity record. In practice, this creates overlap across NHI governance, PAM, and AI system oversight.
LEVO's article uses that mismatch to argue for AI-native identity control, but the underlying governance problem is broader than one vendor's framing. Enterprises are now trying to secure autonomous or semi-autonomous application behaviour with controls built for static users, which leaves blind spots in auditability, privilege scope, and containment when behaviour changes mid-session.
Key questions
Q: Why do static IAM controls break down for AI agent execution?
A: Static IAM assumes privileges can be defined and reviewed in advance, but AI agents make decisions at runtime and can change their execution path during the session. That means a valid login can become broad standing trust for later actions. The control model has to move from entitlement grant to continuous authorization at the point of action.
Q: Why do AI systems make compliance harder for security and risk teams?
A: AI systems make compliance harder because they change quickly, connect to many services, and often access data through delegated identities rather than direct human logins. That creates a control gap between approval time and runtime behaviour. Risk teams need continuous evidence, not one-time signoff, to know whether those controls still hold.
Q: How do organisations know whether AI identity monitoring is actually working?
A: Monitoring is working when teams can see which agent initiated each action, which tool was used, what data was touched, and whether the sequence matches the approved purpose. If logs show activity but cannot connect it to an owner, workflow, and entitlement set, the programme still has a visibility gap.
Q: What should teams do when AI agent tool access changes mid-session?
A: Teams should treat mid-session tool changes as an access event, not a routine operational detail. The access state should be re-evaluated immediately, and any correlated runtime behaviour should be reassessed before the agent continues. Otherwise, the system may continue acting under an outdated understanding of privilege.
Technical breakdown
Why static IAM roles fail dynamic AI tool use
Traditional IAM assigns permissions ahead of time and assumes the identity will execute a bounded set of actions. AI systems do not always behave that way. A model-driven workflow can choose different tools, query different datasets, or trigger downstream actions depending on prompt context, which means the access path is not fully knowable at provisioning time. That makes coarse RBAC and fixed scopes too blunt for AI-native applications, especially when a single service identity is reused across many tasks.
Practical implication: treat AI tool use as runtime authorisation, not a login-time entitlement problem.
Continuous context-aware access control for AI systems
A continuous model evaluates each action against task context, data sensitivity, and current behaviour rather than trusting a session once it starts. This matters because AI systems can begin with low-risk activity and then drift into higher-risk access or action sequences. In identity terms, the control boundary moves from authentication to ongoing validation, which is closer to ZTA principles than classic perimeter IAM. The goal is not to grant more access, but to narrow authority as the system acts.
Practical implication: enforce per-request policy checks for AI workflows that touch sensitive data or external systems.
Delegation chains and auditability in AI-native IAM
AI workflows often involve chains such as user, agent, sub-agent, and API. If those hops are collapsed into a single service account, the audit trail loses the origin of intent and the meaning of each action. That creates a governance gap for investigations, compliance evidence, and access review. In practice, identity must carry delegation metadata so the organisation can answer who initiated the action, which agent executed it, and which tools were invoked along the way.
Practical implication: preserve delegation context in logs and tokens so the originating request remains traceable.
Threat narrative
Attacker objective: The objective is to abuse legitimate AI access paths to exfiltrate data, expand operational reach, or trigger unauthorized business actions while remaining difficult to trace.
- Entry occurs when an AI system receives a legitimate prompt or workflow trigger and is granted broad service access to the tools and data it may need. Escalation begins when the system selects additional resources or actions at runtime that were not explicitly bounded in advance. Impact follows when over-permissioned or poorly traced AI activity exposes data, moves laterally across systems, or performs unauthorized actions without clear accountability.
Breaches seen in the wild
- Cisco DevHub NHI breach — IntelBroker exploited exposed Cisco credentials, API tokens and keys in DevHub.
- Meta AI Instagram Account Takeover — 20,225 Instagram accounts hijacked via compromised Meta AI support chatbot with overprivileged access.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Static IAM is no longer a sufficient control plane for AI-native applications. The core problem is not simply that AI is faster, but that it alters the shape of access after authorisation has already been granted. Traditional IAM assumes the access request is known in advance and that the session will remain within its original boundaries. AI systems break that assumption by selecting tools and data dynamically, which means governance must follow runtime behaviour rather than static entitlement.
Purpose-built AI identity control is becoming a governance necessity, not an architecture preference. The combination of prompt-driven access, external APIs, and delegated workflows creates a larger identity attack surface than most enterprise IAM models can describe cleanly. That is why AI systems should be treated as governed non-human identities with explicit lifecycle, traceability, and privilege boundaries. Practitioners need to stop asking whether an AI workload is 'just another app' and start asking whether its identity can be reviewed, constrained, and revoked as a distinct actor.
Access review assumes access remains stable long enough to be reviewed, and that assumption weakens in AI operations. AI agents can spin up, branch, call tools, and complete tasks within a narrow runtime window. The implication is that periodic review alone cannot tell you whether the right thing happened at the right moment. Governance has to move toward continuous observation of delegation, intent, and tool invocation, because the artefact to review may disappear before the next certification cycle.
AI-native identity will force IAM, PAM, and compliance teams to converge around runtime evidence. The article points to traceability, context-aware control, and revocation speed as the real control requirements. Those are not separate problems. They are different expressions of the same identity governance gap: if the organisation cannot reconstruct what the AI was allowed to do, what it actually did, and who delegated that authority, then neither security nor audit can be satisfied.
Identity blast radius becomes the decisive design concept for AI governance. Once an AI system can touch multiple APIs, datasets, and downstream workflows from one identity, the question is no longer whether access exists, but how far a single mistake can travel. That changes the practitioner priority from coarse account management to controlled delegation scope, traceable action chains, and rapid containment. The organisations that win here will govern the blast radius, not just the login.
From our research:
- 72% of organisations have experienced or suspect they have experienced a breach of non-human identities, according to The 2024 ESG Report: Managing Non-Human Identities.
- The average organisation believes more than 1 in 5 of their non-human identities are insufficiently secured, which shows how broad the exposure window already is.
- For a deeper breach lens, 52 NHI Breaches Analysis is the natural next read for understanding root causes and recurring failure patterns.
What this signals
AI identity governance is converging with NHI governance faster than most IAM programmes are structured to absorb. The practical signal for security teams is that AI workloads should no longer be treated as a special case inside application security. They belong in identity inventory, privilege review, and revocation design, with controls that match runtime behaviour rather than static ownership.
Identity blast radius will become the metric that matters most when AI systems reach production scale. If one agent can access multiple tools, data sets, and downstream actions, then the question is not whether access exists, but how far failure can travel before it is contained. That makes traceability, delegation scope, and short-lived authority the operational levers that matter most.
With 88.5% of organisations acknowledging that their non-human IAM practices lag behind or are merely on par with their human identity and access management efforts, the programme signal is clear: AI controls will fail if they are bolted onto human identity processes without redesign. Security leaders should expect more scrutiny of runtime evidence, not just policy statements.
For practitioners
- Define AI systems as governed non-human identities Classify each AI workload, agent, or assistant as a distinct identity subject with named ownership, scoped authority, and a lifecycle record. Do not let shared service accounts hide which AI system initiated access.
- Replace static roles with runtime policy checks Apply request-time decisions for tool calls, dataset access, and workflow actions so privilege is evaluated against context instead of inherited from a broad login role.
- Preserve delegation chains in logs and tokens Carry origin, agent instance, and sub-agent context through every hop so audit and incident response can reconstruct how an action was authorised and executed.
- Shorten the revocation window for AI credentials Use time-bounded credentials and rapid kill paths for AI access so a misbehaving system cannot continue operating across multiple tools while revocation propagates.
Key takeaways
- Traditional IAM fails AI systems because it was built around static roles, not runtime decision-making.
- The governance gap is not just over-permissioning, but lost traceability across delegated AI actions and downstream tools.
- Security teams need continuous validation, scoped delegation, and revocation that can keep pace with AI behaviour.
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 Zero Trust (SP 800-207), NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | A1 | The article centers on AI agent identity, dynamic tool use, and runtime authorization. |
| OWASP Non-Human Identity Top 10 | NHI-01 | AI workloads are treated as governed non-human identities with scoped lifecycle and access. |
| NIST Zero Trust (SP 800-207) | 5.2 | The article argues for continuous, context-aware control rather than trust at login. |
| NIST CSF 2.0 | PR.AC-1 | Access control and identity governance are the central controls discussed in the post. |
| NIST SP 800-53 Rev 5 | AC-6 | Least privilege is directly challenged by broad AI service identities and dynamic access. |
Inventory AI identities, assign owners, and enforce least privilege across their credential lifecycle.
Key terms
- AI-facing IAM: AI-facing IAM is the application of identity governance, authorization, and auditing to GenAI tools and autonomous assistants. It extends standard identity controls to retrieval paths, output generation, and telemetry so that AI behavior can be reviewed as part of the access decision.
- Delegation Chain: A delegation chain is the sequence of identities, credentials, and tool calls an agent uses to complete a task across systems. It matters because each step may appear acceptable on its own while the combined path produces an outcome no reviewer would have approved directly.
- 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 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
LEVO's full blog covers the operational detail this post intentionally leaves for the source:
- How the vendor maps AI-native controls to runtime identity, delegation, and auditability patterns.
- The specific examples used to distinguish static IAM from continuous, context-aware access control.
- Implementation detail on how the source frames AI-native identity across APIs, RAG flows, and autonomous workflows.
- The article's final positioning on how AI identity control supports compliance and scalable deployment.
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 strategy, policy, or operations across human and non-human actors, it is worth exploring.
Published by the NHIMG editorial team on September 3, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org