By NHI Mgmt Group Editorial TeamPublished 2026-04-29Domain: Agentic AI & NHIsSource: Aembit

TL;DR: AI agents are moving faster than workforce IAM can govern: long-lived credentials, session-only authorization and weak delegation tracking leave organisations exposed, according to Aembit’s analysis. The governing assumption is breaking, because many identity controls still assume access is stable long enough to be reviewed, certified or revoked after the fact.


At a glance

What this is: This analysis argues that legacy IAM patterns built for human sessions are failing to govern AI agents, especially where static credentials, recursive delegation and runtime tool use are involved.

Why it matters: IAM teams need to treat AI agents as a distinct identity class because their access patterns, timing and delegation chains can invalidate controls designed for human users and long-lived workloads.

By the numbers:

  • vendors report non-human-to-human identity ratios ranging from 50:1 to 144:1, with that last figure representing a 44% year-over-year increase.

👉 Read Aembit's analysis of AI agent identity governance and workload access


Context

AI agent identity governance is becoming a first-order IAM issue because the operating model behind most enterprise identity stacks was built for people, not autonomous software. Human-centric systems assume sessions are slow, permissions are stable and access reviews can catch drift after the fact.

That model breaks when an agent can call tools, spawn subagents and complete work in seconds. The result is not just more machine identities, but a different access tempo, a different delegation pattern and a different audit problem, which is why existing identity governance needs to be rethought at the architecture level.


Key questions

Q: How should security teams govern AI agents that use multiple tools?

A: Treat AI agents as workload identities with their own lifecycle, not as extensions of human sessions. Give each agent a unique identity, issue short-lived scoped credentials, and evaluate access at request time so tool use is constrained by current context rather than a one-time login decision.

Q: Why do static credentials create more risk for AI agents than for traditional workloads?

A: AI agents execute quickly, can chain actions across systems and may terminate before manual review ever happens. Static credentials remain valid long after the task ends, which means stolen or shared secrets can be replayed outside the intended scope and become a direct path to privileged access.

Q: What breaks when an agent spawns subagents without chain-level identity tracking?

A: Accountability breaks down because the organisation can no longer prove which actor initiated the task, which subagent acted and under whose authority each step occurred. That loss of chain custody weakens incident response, auditability and policy enforcement across delegated actions.

Q: How do AI agent controls differ from normal IAM session controls?

A: Normal session controls assume a stable subject and a reviewable access window. AI agent controls need continuous verification, per-request policy and delegation-aware logging because access may be acquired, used and discarded within a single task.


Technical breakdown

Why static IAM breaks for AI agent identities

Legacy IAM ties identity to persistent subjects such as employees, service accounts or long-running applications. AI agents behave differently: they can appear, execute a task, use multiple tools and terminate within a single workflow. That makes long-lived passwords, static API keys and manually rotated secrets a poor fit, because the credential outlives the work and can be replayed outside the intended context. The core issue is not only exposure, but mismatch between credential lifespan and task lifespan. Practical implication: teams should classify agent access as workload identity, not human session access.

Practical implication: classify agent access as workload identity, not human session access.

Recursive delegation and scope attenuation in agentic AI

When one agent delegates work to another, the access chain becomes recursive. Traditional OAuth-style delegation can represent an on-behalf-of relationship, but it was not built to govern multi-hop agent-to-agent execution with clear scope attenuation at each step. Without explicit chain tracking, the organisation loses sight of who initiated the task, which actor used which credential and where responsibility ends. That is an authorization design problem, not just an auditing problem. Practical implication: teams need identity models that preserve delegation context across every hop.

Practical implication: preserve delegation context across every hop.

Runtime policy is replacing session-bound authorisation

Most workforce IAM tools make an access decision at login or token issuance, then assume the subject remains trustworthy for the session. AI agents need continuous, context-aware evaluation because their actions are dynamic, tool-driven and sometimes adversarially influenced during execution. Session-only RBAC or ABAC does not see the manipulation that happens after initial grant, such as prompt injection or scope drift. Continuous validation, cryptographic workload identity and per-request policy checks are the emerging control pattern. Practical implication: move authorisation closer to runtime and away from one-time issuance.

Practical implication: move authorisation closer to runtime and away from one-time issuance.


Threat narrative

Attacker objective: The attacker objective is to turn exposed machine credentials into rapid administrative control over the cloud environment before defenders can detect or rotate them.

  1. Entry occurred when static IAM credentials were exposed in a public S3 bucket and became available for replay without any meaningful runtime verification.
  2. Escalation followed when the stolen credentials were reused inside AWS, allowing the attacker to move from simple credential access to administrative privilege.
  3. Impact was achieved in eight minutes, showing how bearer-style machine credentials can collapse the distance between exposure and full environment compromise.

Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

Legacy IAM’s session-first model is no longer a safe default for AI agents. Human IAM assumes a person logs in, completes work and then leaves a stable audit trail behind. Autonomous agents do not behave that way, because they can sequence actions, select tools and terminate before a human-style review cycle ever starts. The implication is that identity governance must stop treating agent access as a faster version of workforce access.

Static credential trust debt is now a structural identity risk. Long-lived API keys, bearer tokens and service-account passwords create a liability that grows each time they are reused across agents, pipelines or subagents. This is not just credential hygiene failure. It is a governance model built on the assumption that access can remain stable long enough to be reviewed, which machine-speed execution invalidates. Practitioners should interpret this as an identity lifecycle problem with direct breach potential.

Recursive delegation requires a named control concept: delegation chain custody. When an agent spawns subagents or acts on behalf of a human through multiple hops, the organisation needs custody of the full chain, not just the first credential. Without that, accountability fragments across actors and the audit record becomes incomplete. For identity leaders, this is where classic least-privilege language stops being sufficient and chain-level governance becomes the operative issue.

Workload identity is the baseline, but runtime governance is the differentiator. The article shows that simply issuing a cryptographically bound identity is not enough if policy is still evaluated only once. AI agents need continuous authorisation, scoped credentials and attribution that survives delegation. That is why the field is moving from static identity assignment toward runtime identity control for non-human actors.

From our research:

  • Only 52% of companies can track and audit the data their AI agents access, leaving 48% with a complete blind spot for compliance and breach investigation, according to AI Agents: The New Attack Surface report.
  • Our research also found that 80% of organisations report AI agents have already acted beyond intended scope, including unauthorised system access and sensitive-data sharing.
  • For a broader control lens, see OWASP Agentic AI Top 10 for the risks that runtime governance must address.

What this signals

Identity blast radius: when an agent can touch multiple systems in one task, the governance problem is no longer whether access exists, but how far one identity can travel before controls intervene. Teams should expect access-review cycles to become less relevant unless they are paired with runtime policy and delegation-aware logging.

With 96% of technology professionals identifying AI agents as a growing security threat, the market signal is clear: agent governance is moving from niche concern to mainstream identity planning. The practical question for IAM and security teams is whether their current controls can prove who acted, under what authority and with what data exposure.

For practitioners using AI agents in production, the next phase is control consolidation around workload identity, scoped credentials and evidence-grade audit trails. That means aligning with the OWASP Agentic AI Top 10 and Zero Trust Architecture rather than assuming workforce IAM can be extended by configuration alone.


For practitioners

  • Inventory agent-facing access paths first Map every database, API, CI/CD pipeline and MCP endpoint that an AI agent can reach, then separate those paths from general service-account access so they can be governed as a distinct identity class.
  • Eliminate long-lived secrets from agent workflows Replace hardcoded keys, persistent tokens and shared service-account passwords with short-lived credentials that are issued at task time and revoked automatically after use.
  • Track delegation context across every hop Log the initiating user, the top-level agent, each subagent, the resource touched and the scope granted at each handoff so incident response can reconstruct the full chain of custody.
  • Move policy checks into runtime execution Use request-time policy evaluation for agent actions so privilege can be constrained when the tool call occurs, not only when the session starts.

Key takeaways

  • AI agents expose a governance mismatch because identity controls built for human sessions cannot reliably contain machine-speed actions.
  • The evidence is already material, with exposed credentials, broad machine-identity sprawl and limited audit coverage creating a high-probability breach path.
  • Teams that want to reduce risk need workload identity, short-lived access and runtime policy, not simply more reviews of static credentials.

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 CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10AGENT-03Agent tool use and scope drift are central to the article.
OWASP Non-Human Identity Top 10NHI-03Static secrets and workload identity are core failure points here.
NIST CSF 2.0PR.AC-4Least privilege and access governance apply to agent identities.

Map agent access to least-privilege controls and review delegation paths continuously.


Key terms

  • Agent Identity: An agent identity is the cryptographic and governance construct used to recognise a software actor that can make decisions and call tools during execution. It should be treated as a workload identity with its own lifecycle, permissions and audit trail, not as a human login with automation attached.
  • Delegation Chain Custody: Delegation chain custody is the ability to prove which actor initiated a task, which intermediate actors handled it and what authority each hop used. In agentic environments, this is the difference between a traceable workflow and an unaccountable sequence of actions spread across subagents and services.
  • Static Credential Trust Debt: Static credential trust debt is the accumulated risk created when long-lived secrets remain valid after the work they support has moved on. For AI agents and workloads, it means the credential can outlive the task, be replayed elsewhere and increase breach impact far beyond the original use case.
  • Runtime Authorisation: Runtime authorisation is the practice of deciding access when the action occurs rather than only when a session begins. For autonomous or fast-moving non-human actors, it lets policy account for current context, current posture and current delegation state instead of assuming those factors remain unchanged.

Deepen your knowledge

AI agent identity governance is a core topic in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building controls for autonomous or delegated access, it is a strong fit for your programme.

This post draws on content published by Aembit: AI agent identity governance and workload access patterns. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-04-29.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org