TL;DR: Agentic AI security requires authenticating, authorising, and auditing autonomous agents as first-class identities, because non-human identities already outnumber humans by about 50:1 and 80% of IT leaders report agents acting outside expected behaviour, according to Strata Identity and cited research. Existing IAM models break when agents act at machine speed across clouds and delegate work without stable human oversight, making runtime governance mandatory.
At a glance
What this is: This is an analysis of agentic AI security and the key finding is that autonomous agents need first-class identity governance, not legacy IAM treatment.
Why it matters: It matters because IAM, NHI, and human identity programmes now have to govern actors that reason, delegate, and act across systems without fitting human-centric access models.
👉 Read Strata Identity's analysis of agentic AI security and identity orchestration
Context
Agentic AI security is the discipline of governing autonomous software actors that can take actions across systems, not just generate output. The primary problem is that identity systems were built around human logins and long-lived machine access, while agents operate ephemerally and at runtime with delegated authority. For IAM teams, that means the primary keyword is agentic AI security, but the governance issue is broader identity control across human, NHI, and autonomous actors.
The article argues that legacy access models fail because agent actions are continuous, cross-domain, and difficult to trace back to a stable operator. That is why the identity problem is not limited to secrets or provisioning. It extends to delegation chains, runtime policy, and auditability, which are all central to how enterprises govern modern AI systems. See also the OWASP Top 10 for Agentic Applications for the current risk framing.
This is an archetypal autonomy problem, not just a workload identity problem. The article describes agents that reason, chain decisions, and act without direct supervision, which means governance has to follow the action as it happens rather than review it after the fact. That changes the operating model for both NHI controls and broader identity orchestration.
Key questions
Q: How should security teams govern AI agents that can act across multiple systems?
A: Security teams should govern AI agents as first-class identities with explicit delegation, runtime policy, and full audit trails. The key is to control the agent while it is acting, not just when it is provisioned. That means linking the agent to a clear owner, constraining its scope, and maintaining traceability across every system it touches.
Q: Why do AI agents challenge existing IAM and NHI controls?
A: AI agents challenge existing IAM and NHI controls because they do not behave like static users or long-lived service accounts. They can reason, chain decisions, and change actions mid-session across systems. That makes login-time policy and periodic review too slow to contain risk when the actor is autonomous and moving at machine speed.
Q: What breaks when AI agent access is reviewed only on a schedule?
A: Scheduled access review breaks because the agent may have already completed the risky action before the review happens. In autonomous environments, privilege can appear, be used, and disappear within a single session. Governance then loses the evidence needed to certify or revoke access in time.
Q: How can organisations prove what an AI agent did and why it did it?
A: Organisations need end-to-end action traceability that links the initiating user or system, the delegation chain, the runtime policy decision, and the final outcome. Without that chain, you can see activity but not accountability. This is essential for incident response, compliance, and post-event investigation.
Technical breakdown
Agentic AI identity and delegated authority
Agentic AI security starts with a basic change in subject model. An agent is not a passive application, because it can interpret context, choose actions, and continue executing without a human click for each step. That makes delegated authority a live control problem, not a static provisioning issue. If the identity layer cannot represent the agent, the delegation chain, and the scope of its current task, then audit trails lose meaning and policy enforcement becomes decorative rather than real.
Practical implication: model agents as governed identities with explicit delegation context, not as generic automation.
Runtime access control for autonomous agents
Traditional IAM often makes an access decision at sign-in and assumes the session stays valid. Agentic systems break that assumption because they can adapt mid-execution, chain tools, and expand activity across systems. Runtime access control therefore means evaluating context continuously, including task scope, destination system, and whether the agent is still acting within the original intent. This is where Zero Trust and OAuth extensions become relevant, because static consent is not enough for machine-speed action.
Practical implication: move enforcement from initial access checks to continuous runtime policy decisions.
Identity orchestration across clouds and disconnected environments
Identity orchestration is the architectural answer to fragmented agent environments. The article frames it as a control layer that unifies policy, identity, and audit across human, machine, and autonomous actors in real time. That matters because agents may span public cloud, on-prem, and air-gapped systems where a single identity provider cannot follow the workflow. Without orchestration, credentials, logs, and policy context become disconnected as soon as the agent crosses a boundary.
Practical implication: design for identity continuity across runtime boundaries, not cloud-only control planes.
Threat narrative
Attacker objective: The objective is to abuse delegated agent authority to carry out actions that bypass intended policy, while obscuring who or what authorised them.
- Entry begins when an autonomous agent is granted delegated access to systems and data needed to complete a task across clouds or runtimes.
- Escalation occurs when the agent chains decisions or expands into systems and actions outside the original scope, including actions with financial or operational impact.
- Impact lands when the agent performs unauthorised or untraceable actions, such as exposing data, issuing refunds, or triggering transactions without a reliable accountability chain.
Breaches seen in the wild
- Moltbook AI agent keys breach — Moltbook breach exposed 1.5M AI agent keys.
- AI LLM hijack breach — attackers used stolen AWS access keys to hijack Anthropic LLM models on Bedrock.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Agentic AI breaks the assumption that access can be safely reviewed after the fact. Access review cycles were designed for identities whose privileges persist long enough to be observed, recertified, and withdrawn. When an autonomous agent can acquire, use, and discard access within the same session, the review artefact arrives after the decision has already mattered. The implication is that governance built around periodic review is no longer sufficient for agentic execution.
Runtime decision-making is the real control boundary for autonomous identities. The article shows why login-time policy is inadequate once an actor can continue reasoning and acting mid-session. That is the point where OWASP-AGENTIC, OWASP-NHI, and NIST AI Risk Management Framework thinking converge: the risk is not just initial access, but action expansion after access is granted. Practitioners should treat runtime policy as the governing surface, not a secondary control.
Identity orchestration is becoming the category-defining architecture for agentic governance. The vendor’s framing points to a broader market shift in which identity teams need a real-time layer that spans human, machine, and autonomous actors. This does not replace IAM or NHI governance, but it exposes their limitations when actors cross cloud, runtime, and delegation boundaries. Practitioners should expect architecture decisions to move from product silos toward unified orchestration models.
Agent-native identity is a distinct governance concept, not a renamed service account. Agents are ephemeral, delegated, and action-oriented in ways long-lived machine identities are not. Treating them as static objects hides the operational reality that the actor can change context, chain tools, and affect systems across domains. The implication is that identity models need to represent behaviour, not just entitlement.
Cross-domain execution turns accountability into an identity problem. The article’s support for hybrid and disconnected environments shows that governance fails when the trace between user intent, agent action, and system outcome breaks. That is not merely a logging gap, it is a chain-of-custody problem for identity. Practitioners should re-evaluate whether their current controls can actually explain agent-driven outcomes end to end.
From our research:
- 92% agree governing AI agents is critical to enterprise security, yet only 44% have implemented any policies to do so, according to AI Agents: The New Attack Surface report.
- Only 33% of organisations report their AI agents have accessed inappropriate or sensitive data beyond their intended scope, which means the issue is already measurable and not theoretical.
- For a broader control model, see OWASP Agentic AI Top 10, which frames the runtime risk patterns that identity teams need to govern.
What this signals
Agent-native identity is quickly becoming a programme requirement, not an experimentation topic. The practical signal for IAM and security architects is that agent governance needs to sit alongside human IAM and NHI controls rather than under a generic automation bucket. If agents can cross clouds and act on delegated authority, the programme needs one control plane for identity context, policy, and audit. For teams aligning to external guidance, the OWASP Agentic AI Top 10 and the NIST AI Risk Management Framework are now directly relevant.
Identity orchestration will matter more than isolated access tooling. A fragmented stack can still issue credentials, but it cannot reliably explain agent behaviour across runtime boundaries. The organisational question is whether current controls can keep traceability intact when the actor changes systems mid-task. If not, the next phase of AI adoption will force a redesign of policy, logging, and ownership models.
With 80% of IT leaders already seeing agents act outside expected behaviour, the governance gap is structural rather than accidental. The longer an organisation waits, the more its agent estate grows without the traceability and accountability layer it will ultimately need. That is why the right near-term move is to standardise delegation, runtime control, and audit across all autonomous actors before deployment scale makes the gap harder to close.
For practitioners
- Inventory agent-facing identities and delegation paths Map every AI agent to the user, workload, or service account that authorises it, including the systems it can reach and the boundaries it crosses. Remove any agent that cannot be tied to a clear delegation chain and business purpose. Use the delegation chain to determine where policy ownership sits.
- Shift from sign-in checks to runtime policy enforcement Apply policy during execution, not only at provisioning or login. Evaluate task scope, destination system, and risk context continuously so the agent can be constrained when it begins to drift outside intent.
- Adopt just-in-time provisioning for ephemeral agent tasks Issue access only for the duration and scope of the task, then withdraw it automatically when the task ends. This reduces standing privilege, limits lateral movement, and narrows the window for unintended action.
- Require full action traceability for every agent-initiated change Log who authorised the agent, what it accessed, what tools it used, and what changed as a result. If you cannot reconstruct the action chain after the fact, you do not have governance, only activity volume.
Key takeaways
- Agentic AI changes identity from a provisioning problem into a runtime governance problem.
- The evidence base already shows widespread scope drift, making agent controls a present-day requirement rather than a future risk.
- Practitioners should prioritise delegation tracing, runtime policy, and identity orchestration before agent adoption expands further.
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 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | Agentic decision-making and tool use drive the core risk model in this article. | |
| OWASP Non-Human Identity Top 10 | NHI-03 | Ephemeral agent identities and credential handling map directly to NHI governance controls. |
| NIST AI RMF | The article centers on governance, accountability, and traceability for AI systems. |
Map agent workflows to agentic risk categories and enforce controls at runtime, not only at provisioning.
Key terms
- Agentic AI security: The practice of governing AI systems that can decide and act without a human approving each step. It extends identity control, policy enforcement, and auditability to runtime behaviour, especially when the agent spans multiple systems or delegates work across services.
- Identity orchestration: An identity architecture that coordinates policy, authentication, authorisation, and audit across human, machine, and autonomous actors in real time. It matters when no single identity provider can follow the actor across clouds, runtimes, and disconnected environments.
- Delegation chain: The trace of who or what authorised an identity to act, what permissions were used, and how authority moved across systems. For autonomous agents, the chain must include runtime context, because accountability depends on more than a static owner record.
- Runtime policy enforcement: Policy decisions applied while an identity is actively acting, not just when it first signs in or receives credentials. In agentic environments, runtime enforcement is the only practical way to limit scope drift, tool misuse, and cross-system escalation.
Deepen your knowledge
Agentic AI security and identity orchestration are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building a governance programme for autonomous agents, it is worth exploring.
This post draws on content published by Strata Identity: agentic AI security and identity orchestration for autonomous agents. Read the original.
Published by the NHIMG editorial team on 2025-07-02.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org