TL;DR: Only 10% of organisations have a well-developed strategy for managing non-human and agentic identities, according to an Okta survey of 260 executives, while credential abuse remains the most common initial access vector in breaches, per the 2025 Verizon DBIR. Static secrets, weak identity separation and shared credentials turn agentic systems into scalable access paths that existing IAM models were not built to govern.
At a glance
What this is: Agentic AI systems are creating new identity and access risks because they can act, remember and chain tool use across infrastructure with minimal oversight.
Why it matters: IAM teams need to treat agent identities as governed subjects, because the same access, audit and privilege assumptions that fail for NHIs become more fragile when the actor can decide and execute at runtime.
By the numbers:
- Only 10% of organizations have a well-developed strategy for managing non-human and agentic identities.
👉 Read Aembit's analysis of agentic AI identity risks and controls
Context
Agentic AI changes the identity problem because the system does not just produce output, it can choose actions, call tools and continue execution with persistent state. That breaks the assumption that identity is only a login event or a static entitlement set, which is why primary keyword concerns here are not limited to AI security but extend into agentic AI identity and NHI governance.
The governance gap is not limited to one control. Shared credentials, broad tool access and weak attribution all become more dangerous when the actor can continue working without a human approval loop. For IAM leaders, the question is no longer whether agents need access, but how access, intent and accountability stay bounded when the actor can alter its own path mid-session.
Aembit uses the topic to argue for agent-specific identity controls, but the broader issue is category-wide. Security teams now need a model that treats agent runtime behaviour as an access decision surface, not just a workload to be monitored after the fact.
Key questions
Q: How should security teams govern agentic AI identities in production?
A: Treat each agent as a distinct non-human identity with its own access policy, audit trail and expiry rules. Avoid shared secrets and borrowed human credentials, because they hide attribution and widen the blast radius. The control goal is not just authentication, but making every tool call traceable to a specific actor and bounded by task scope.
Q: Why do agentic AI systems increase initial access and privilege abuse risk?
A: Because they can chain valid access into multiple tool calls without needing a human to approve each step. If a secret is exposed or a role is overbroad, the agent can turn that access into data movement, service interaction or recursive task execution. The risk rises when access outlives the task that created it.
Q: What breaks when agents rely on shared credentials or borrowed user identities?
A: Auditability breaks first, followed by recertification and containment. Shared credentials make it difficult to prove which actor took which action, and borrowed identities let software inherit privileges that were never meant for autonomous use. That creates a governance gap where authentication succeeds but accountability fails.
Q: Who should be accountable when an AI agent causes an access incident?
A: Accountability should be assigned to the programme that approved the agent’s identity, permissions and oversight model, not just the individual operator. If the agent was allowed to act under a human identity or with persistent secrets, the governance failure is shared across identity, security and platform owners.
Technical breakdown
Autonomy without boundaries in agentic AI identity
Agentic systems differ from conventional automation because they can interpret goals, sequence actions and adjust execution as conditions change. In identity terms, that means access is no longer a fixed precondition for a single transaction. The security boundary becomes harder to define because the agent can re-enter the tool chain, choose another action path and keep state across steps. This is why static privilege models break down quickly when runtime decisions are made inside the agent rather than by the IAM layer.
Practical implication: model agent access as a runtime control problem, not a one-time provisioning event.
Tool chain exposure and privilege propagation
When an agent can talk to databases, APIs, services and other agents, every allowed tool becomes part of the attack surface. A permitted read function can become a stepping stone to data movement if the next tool in the chain is too permissive. The risk is not only direct compromise, but privilege propagation across the workflow. Traditional RBAC does not fully capture this because the access path is dynamic, contextual and often assembled inside the session.
Practical implication: scope each tool relationship separately and test the chain, not just the endpoint.
Identity fluidity, attribution gaps and shared secrets
Agentic deployments often blur whether an action belonged to the human requester or the software acting on their behalf. That becomes worse when shared secrets or borrowed user credentials are used, because the agent hides behind a human identity and loses audit clarity. In practice, this creates a governance gap for forensics, recertification and approval evidence. If the system cannot distinguish actor from delegate, accountability becomes fragile even when authentication succeeds.
Practical implication: separate agent identity from human identity and preserve an audit trail per actor.
Threat narrative
Attacker objective: The attacker wants to turn a trusted agent workflow into a scalable access path for data theft, privilege escalation or cross-system abuse.
- Entry begins when attackers obtain exposed credentials or compromise a shared secret that an agentic workflow can use to reach internal tools.
- Credential access becomes privilege abuse when the agent is allowed to call databases, APIs or downstream services with overly broad permissions.
- Impact follows when the agent chains those tools into exfiltration, unauthorized actions or propagation across connected systems without human review.
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
Static secrets for agentic AI are a trust debt, not just a credential choice: agentic systems that depend on long-lived secrets inherit the same exposure window problems that have plagued NHI programmes for years, but with faster execution and broader tool reach. The issue is not simply theft of a secret. It is that the secret becomes a reusable path into an actor that can keep acting after the original context has changed. Practitioners should treat static credential dependence as evidence that the governance model is lagging the runtime behaviour.
Identity separation is the control boundary that agentic AI exposes most clearly: when a software actor borrows a human identity, attribution collapses and recertification loses meaning. This is a familiar NHI problem, but the agentic layer makes it more visible because the software can keep choosing its own sequence of actions. The implication is that access governance must distinguish requester, delegate and executor as separate identity functions, not as a single flattened account.
Autonomy without boundaries: the assumption that least privilege can be fixed at provisioning time was designed for actors whose intent is known before execution begins. That assumption fails when the actor is autonomous because it can reinterpret goals, change tool order and create new execution paths mid-session. The implication is that IAM teams must rethink how they define the reviewable unit of access, because the session itself becomes the moving target.
Agentic AI turns NHI governance into a control-plane problem: the article shows why workload identity and agent identity are converging concerns. Once an agent can call tools, persist state and hand work across systems, the useful control is no longer the account alone but the policy, timing and traceability around each call. Practitioners should assume agent identity will be governed like an NHI with stronger runtime constraints, not like a user with broader session rights.
Tool misuse is the new privilege escalation path for autonomous software: the most important question is no longer whether an actor can authenticate, but whether it can chain valid tools into an outcome the programme did not intend. That is a named failure mode, not a feature gap. Security teams should treat tool chaining as the modern equivalent of privilege escalation in agentic environments.
From our research:
- Only 20% have formal processes for offboarding and revoking API keys, and even fewer have procedures for rotating them, according to Ultimate Guide to NHIs.
- 71% of NHIs are not rotated within recommended time frames, increasing the risk of compromise over time.
- The broader breach evidence in 52 NHI Breaches Analysis shows how long-lived access persists after relationships, workloads and approvals change.
What this signals
Ephemeral access debt: agentic deployments often look safer because they promise shorter sessions and faster execution, but the governance burden shifts to who can prove that the access really ended. When a system still depends on static secrets or delayed revocation, the programme accumulates ephemeral access debt that shows up first in audit failure, then in incident response friction.
As agentic AI moves from pilot to production, IAM teams should expect recertification, PAM and workload identity controls to converge around the same runtime questions: who acted, under what authority and with what tool path. The practical signal is that access design is no longer separate from orchestration design; the two are now the same control surface.
The identity programme that can absorb agentic AI will already have strong NHI discipline, because agent runtime governance depends on the same primitives: short-lived credentials, scoped permissions and auditable boundaries. The difference is that the agent can choose when and how to consume those controls, which makes behavioural monitoring a core governance input rather than a secondary detective measure.
For practitioners
- Separate agent identity from human identity Issue each agent its own cryptographically verifiable identity and keep the human delegate in a distinct trust record. That separation preserves attribution, supports audit, and prevents borrowed credentials from becoming a hidden escalation path.
- Replace long-lived secrets with task-scoped credentials Use short-lived credentials that are issued only when a task starts and revoked when the task ends. This reduces the reuse window for exposed tokens and limits how far a compromised agent workflow can move.
- Review tool chains, not just entitlements Map every database, API and downstream service an agent can call, then test what happens when one permitted step feeds the next. The relevant control is the chain boundary, not the individual permission entry.
- Set approval gates for high-impact actions Require human approval before agent actions that can affect money, production systems or sensitive records. That gate should sit on the action itself, not only on the login event, so runtime decisions stay bounded.
Key takeaways
- Agentic AI exposes identity weaknesses that traditional IAM models were not built to govern, especially where shared secrets and borrowed credentials remain common.
- The scale of the problem is already visible in industry data, with only 10% of organisations reporting a well-developed strategy for managing non-human and agentic identities.
- Practitioners should treat agent identity, tool boundaries and approval gates as one governance problem, because the runtime actor can turn any one of them into a pathway for abuse.
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 tool use and privilege chaining are central risks in this article. | |
| OWASP Non-Human Identity Top 10 | NHI-03 | Long-lived secrets and revocation gaps are core NHI failure modes here. |
| NIST AI RMF | Agent governance needs mapped, measured and managed accountability. |
Map agent tool use to agentic controls and require approval gates for high-impact actions.
Key terms
- Agentic Identity: An agentic identity is the security identity assigned to software that can decide, act and continue execution without waiting for a person at each step. In practice, it needs its own scope, audit trail and revocation path because borrowed human credentials do not describe the actor accurately.
- Identity Fluidity: Identity fluidity describes the way an agent can shift context during runtime while still appearing to operate under one account or delegation chain. That makes attribution, recertification and least-privilege decisions harder because the actor’s effective authority can change faster than a review cycle can capture.
- Tool Chain Exposure: Tool chain exposure is the risk that one permitted action becomes a path into additional systems, data stores or agents. The problem is not a single weak permission, but the way multiple valid tools combine into an access route that the original control design did not anticipate.
- Ephemeral Access Debt: Ephemeral access debt is the gap between the idea of short-lived access and the reality of credentials, permissions or approvals that linger after the task ends. It matters most in agentic and NHI environments because lingering access extends the usable attack window and weakens accountability.
Deepen your knowledge
Agentic AI identity governance is a core topic in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are designing controls for software that can choose, chain and execute actions at runtime, it is worth exploring.
This post draws on content published by Aembit: 6 Cybersecurity Risks of Agentic AI. Read the original.
Published by the NHIMG editorial team on 2026-01-16.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org