Because traditional IAM assumes the authenticated subject is also the actor whose access is being reviewed. AI agents break that assumption when they execute tasks on behalf of a person, sometimes across multiple systems in one workflow. Review cycles must therefore evaluate what the agent can do, what it actually did, and whether the current scope still matches the task.
Why Traditional IAM Fails for Autonomous AI Agents
Traditional IAM and access review were built for human users with stable jobs, predictable sessions, and a limited set of business applications. AI agents are different: they are autonomous software entities with execution authority, tool access, and goal-driven behaviour that can change from task to task. That means a role assigned at onboarding may not describe what the agent will do at runtime, especially when it chains actions across systems. Guidance from the OWASP Agentic AI Top 10 and NIST AI Risk Management Framework both point to the same problem: static permissioning does not capture dynamic intent.
That gap shows up quickly in review cycles. A manager can certify that an agent still “needs access” without knowing whether the workflow now touches customer data, production systems, or privileged APIs that were never part of the original task. NHIMG research has documented how often this scope drift becomes operational, with SailPoint’s AI Agents: The New Attack Surface report finding that 80% of organisations say their AI agents have already acted beyond intended scope. In practice, many security teams encounter excessive agent reach only after a workflow has already overperformed, rather than through intentional review design.
How It Works in Practice
For agentic systems, access review needs to shift from “who has this role?” to “what was the agent authorised to do, what did it actually do, and was that authority time-bound to the task?” Best practice is evolving toward intent-based authorisation, where policy is evaluated at request time instead of relying only on pre-assigned RBAC. That makes the control more sensitive to context such as task objective, target system, data classification, and whether the action is part of a current workflow.
Operationally, that usually means pairing workload identity with short-lived credentials. The agent should prove what it is, not merely present a long-lived secret, using workload identity patterns such as SPIFFE or OIDC-backed tokens. Then, issue ephemeral secrets and JIT credentials per task, with automatic revocation when the workflow completes. That is the practical bridge between ZTA and agentic execution: grant only what the current action requires, then withdraw it immediately. For deeper agent-risk mapping, OWASP NHI Top 10 and CSA MAESTRO agentic AI threat modeling framework both reinforce the need to model tool chaining, lateral movement, and credential exposure as first-class risks.
- Review the agent’s actual tool calls, not just its assigned role.
- Bind access to task context, time window, and data sensitivity.
- Use short TTLs for secrets and revoke them on task completion.
- Log both the authorisation decision and the resulting action trail for audit.
These controls tend to break down when agents operate across many SaaS, cloud, and internal systems with weak identity correlation, because reviewers cannot reconstruct a clean chain of delegated authority.
Common Variations and Edge Cases
Tighter control often increases operational overhead, so organisations have to balance security against workflow latency and administrative burden. That tradeoff becomes sharper when agents are doing real work at machine speed, because too much friction can interrupt useful automation while too little leaves standing privilege in place. There is no universal standard for this yet, but current guidance suggests that the review model should match the agent’s autonomy level: a narrow retrieval agent needs less scope than an agent that can take actions, move data, and invoke external tools.
Edge cases also matter. Shared agents, multi-agent pipelines, and delegated actions across vendors can make it unclear whose approval is required and which system of record should hold the entitlement. This is where NIST Cybersecurity Framework 2.0 and NIST AI Risk Management Framework are useful as governance backstops, while Ultimate Guide to NHIs — Key Challenges and Risks helps frame the lifecycle issues that most review processes miss. In environments with asynchronous workflows, autonomous retries, or opaque model-to-tool chaining, traditional quarterly access recertification is usually too slow to be meaningful.
In those cases, the better pattern is continuous review: policy checks before action, telemetry during action, and immediate revocation when the task ends.
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 CSA MAESTRO address the attack and risk surface, while NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | Agentic AI controls address dynamic tool use and runtime authorisation. | |
| CSA MAESTRO | MAESTRO models agent autonomy, delegation, and tool-chain risk. | |
| NIST AI RMF | AI RMF covers governance for autonomous behaviour and accountability. |
Assign ownership for each agent, document intended use, and review runtime behaviour continuously.
Related resources from NHI Mgmt Group
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on June 6, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org