By NHI Mgmt Group Editorial TeamDomain: Agentic AI & NHIsSource: CakewalkPublished September 9, 2026

TL;DR: Identity standards can define how AI agents receive and carry credentials, but they still stop short of governing what those agents do after authentication, according to Cakewalk’s analysis of the Agent Control Standard. That gap leaves runtime decisions, last-mile enforcement, and fail-open behaviour as the real security boundary for agent governance.


At a glance

What this is: This analysis argues that current identity standards cover credential issuance and propagation, but not the agent’s runtime decision-making once access is already in hand.

Why it matters: That matters because IAM, PAM, and NHI programmes can validate authentication and still miss the point where an agent chooses tools, actions, and timing on its own.

By the numbers:

👉 Read Cakewalk's analysis of identity standards and AI agent runtime control


Context

Identity standards have traditionally assumed that authentication and authorization happen before a system acts. AI agents break that assumption because they select actions at runtime, which means the control problem shifts from issuing credentials to constraining behaviour after credentials are already valid. In agentic identity programmes, the boundary is no longer just who gets access, but what the actor can do once access exists.

Cakewalk’s article focuses on a governance gap rather than a product capability: current identity standards can describe how an agent is identified, but they do not fully govern what happens when an agent executes with those credentials. That distinction matters for NHI, agentic AI, and access governance teams because it changes where control must be enforced. The article’s starting position is increasingly typical for organisations adopting agentic systems.

The practical implication is that IAM and security teams need to stop treating agent access as finished once a token, API key, or service account is issued. Runtime control, observability, and last-mile enforcement become part of the identity model itself, especially when the actor can choose tools and actions dynamically.


Key questions

Q: What breaks when AI agents inherit human IAM controls?

A: Human IAM controls break because they assume a person makes a request, waits, and can later be reviewed or deprovisioned. AI agents can chain actions, spawn downstream agents, and complete tasks faster than review cycles can observe. The result is weak attribution, stale privilege, and revocation paths that are too blunt to contain one actor cleanly.

Q: When does runtime authorization reduce risk more than stronger authentication?

A: Runtime authorization reduces risk most when the main exposure is what an identity can do after it has already logged in. In those cases, MFA and SSO may prove identity, but they do not limit privilege creep, lateral movement, or over-scoped admin actions. If access is high-value, dynamic, or shared across systems, authorization control matters more.

Q: What signals show that group governance is failing?

A: Look for large or frequently changing privileged groups, inconsistent ownership records, orphaned memberships, and review findings that repeat from cycle to cycle. Those patterns usually mean the directory is preserving historical access rather than reflecting current need.

Q: How should organisations balance availability and enforcement for AI agents?

A: Organisations should decide whether the business can accept a failed control path before the agent is deployed. If enforcement must never be skipped, then the default should block the action rather than allow it. The trade-off is operational resilience versus security certainty, and it should be governed explicitly, not discovered during an incident.


Technical breakdown

Why runtime agent identity is different from traditional IAM

Traditional IAM assumes the access decision is made ahead of execution. An AI agent changes that model because it can choose which tool to call, which data to request, and when to act while the session is live. That means the identity is not just a principal that authenticates, but an executor that can reshape its own action path in context. OAuth, token binding, and service-account inheritance describe credential transport, but they do not by themselves constrain runtime behaviour. The real gap appears after authentication, when policy has to govern action selection rather than access grant.

Practical implication: Treat runtime action control as part of the identity architecture, not as a downstream logging problem.

Last-mile enforcement and fail-open control in agent systems

Last-mile enforcement is the final decision point before an agent’s action reaches production systems. In the model described by the article, the agent asks an external service whether the action is allowed, waits briefly, and proceeds if no response arrives. That is a deliberate fail-open design, which preserves availability but weakens enforcement under disruption. Security teams should recognise that this is not the same as policy evaluation at login. It is a runtime gate, and its default behaviour determines whether control survives network failure or becomes audit-only.

Practical implication: Define whether your environment can tolerate fail-open behaviour before any agent is allowed near live systems.

Zero standing privilege for agents and token inheritance

The article’s strongest identity point is that agents inherit privileges from human-oriented patterns such as service accounts, long-lived API keys, and OAuth scopes. Those constructs were not designed to assume an actor can dynamically combine permissions at runtime. Zero standing privilege changes the expectation by removing persistent access and forcing action-specific authorization. Without that shift, one compromised agent can inherit the full permission set of whatever identity it is attached to. The control failure is not credential issuance alone, but persistent privilege carried into a runtime that can expand it opportunistically.

Practical implication: Separate agent credentials from persistent privilege and review where inherited scopes exceed the narrow task boundary.


Threat narrative

Attacker objective: The attacker wants to turn valid agent credentials into unauthorised business impact without triggering traditional access-denial controls.

  1. Entry occurs when an attacker obtains or compromises an AI agent identity that already holds valid service-account, API-key, or OAuth-based access.
  2. Escalation occurs when the agent’s inherited permissions let it reach tools and data sources that were originally intended for human workflows, not runtime autonomous action.
  3. Impact occurs when the agent completes authorised but harmful actions, because every token is valid, every API call is authorized, and the security incident still lands.

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


NHI Mgmt Group analysis

Runtime identity governance is now a separate control plane from credential issuance. The article correctly identifies a structural gap: identity standards can explain how an agent gets a credential, but not what the agent may do once the credential is live. That is why runtime governance has to be treated as its own discipline alongside IAM and NHI. Practitioners should stop assuming that authentication completion equals control completion.

Zero standing privilege is the right lens for agent identity because persistent access and dynamic action selection do not coexist safely. Agents that can choose tools and timing at runtime invalidate the assumption that entitlement can be safely precomputed at provisioning time. The moment a system can reframe its own action path, static scope assignment becomes a weak proxy for actual risk. The implication is that least privilege for agents must be task-bound, not identity-bound.

Fail-open agent controls turn availability design into a security decision. The article’s last-mile enforcement example shows that a timeout default is not a technical footnote, it is the control itself. When the system proceeds without an answer, governance is replaced by audit. Practitioners should treat that design choice as a policy boundary, not an implementation detail.

Agent identity failures will increasingly mirror NHI failures, but with faster blast radius and less predictable execution. A compromised service account is already a familiar risk; a compromised agent identity is the same pattern with runtime decision autonomy layered on top. That changes the speed and shape of misuse, especially when one actor can repeatedly select actions across multiple tools. Security teams should expect existing NHI controls to need runtime augmentation, not just policy refresh.

Proof of intent is the named concept practitioners should use to describe the missing layer. The article’s gap is not merely authorization, it is evidence that the actor intended a specific action at the moment of execution. Current identity standards do not fully establish that runtime intent boundary. For governance teams, proof of intent becomes the practical test for whether an agent control is truly enforcing behaviour or only recording it after the fact.

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 the AI Agents: The New Attack Surface report.
  • 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 the same report.
  • That gap grows faster than many teams expect, and the OWASP Agentic AI Top 10 is the right next lens for runtime governance and tool-use risk.

What this signals

Proof of intent: this is the concept that should shape agent governance programmes over the next cycle. Once a system can choose actions at runtime, the question is no longer just whether access was authorised, but whether the actor’s intended action was actually constrained before execution. That makes runtime enforcement and audit separation a governance requirement, not an architectural preference.

With 80% of organisations already reporting agent behaviour beyond intended scope in SailPoint’s survey, the operating model is moving faster than the governance model. Security teams should expect more pressure to separate credential issuance from action control, especially where service accounts and API keys are reused across agent workflows.

The most practical shift is to treat agent controls as a hybrid of NHI governance and decision governance, with clear points of enforcement and failure handling. OWASP Agentic AI Top 10 and the NIST AI Risk Management Framework both give teams a vocabulary for that boundary, but the programme decision still belongs to identity owners.


For practitioners

  • Define runtime control as a separate governance requirement Map where your current IAM and NHI controls end at credential issuance and where agent runtime decisions begin. Assign ownership for the enforcement layer before agents are allowed to touch production systems.
  • Review every fail-open decision in agent workflows Identify timeouts, unreachable policy services, and default-allow logic in last-mile enforcement paths. Decide in advance whether your environment can tolerate action continuation when the control service is unavailable.
  • Strip persistent privilege from agent identities Replace inherited long-lived scopes with narrow task-scoped access and short-lived authorisation boundaries. Focus especially on service accounts, API keys, and OAuth scopes that were originally built for human applications.
  • Audit proof-of-intent gaps in your agent stack Check whether your controls can show why a specific action was taken, not just that a token was valid. If the answer depends only on logs after the event, runtime governance is incomplete.

Key takeaways

  • AI agent identity controls can validate credentials without controlling runtime behaviour, which leaves a real security gap between authentication and execution.
  • Agent governance is behind adoption, with 92% calling it critical but only 44% saying they have policies in place.
  • Teams should treat last-mile enforcement, fail-open defaults, and proof of intent as identity governance issues, not just AI implementation details.

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, NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10A1 — Agent Goal HijackingThe article is about runtime agent behaviour and action control gaps.
Recommendation — Map agent runtime decisions to A1 and constrain actions before execution proceeds.
OWASP Non-Human Identity Top 10NHI-03 — Insecure Authentication MethodsThe post centres on credentials, service accounts, and inherited privilege.
Recommendation — Apply NHI-03 to remove persistent privilege from agent identities and reduce inherited scope.
NIST AI RMFGOVERN — AI Governance and AccountabilityThe article focuses on governance ownership for agent behaviour at runtime.
Recommendation — Assign explicit governance ownership for agent runtime decisions under GOVERN.
NIST CSF 2.0PR.AC-4 — Access Permissions and AuthorisationsAccess authorisation and permissions are the core control boundary discussed.
Recommendation — Review agent permissions under PR.AC-4 and enforce task-bound access boundaries.
NIST Zero Trust (SP 800-207)5.3 — Continuous VerificationRuntime checks and fail-open behaviour align with continuous verification concerns.
Recommendation — Apply continuous verification so agent actions are revalidated at runtime, not only at login.

Key terms

  • Runtime identity governance: Runtime identity governance is the discipline of checking identity behaviour while access is being used, not just when it is granted or reviewed. It combines telemetry, policy comparison, and response so organisations can detect when access drifts from intent across distributed systems.
  • Last-Mile Enforcement: Last-mile enforcement means applying security controls where the user actually interacts with data, usually in the browser or on the endpoint. It is designed to close gaps left by network-layer inspection. This approach can evaluate rendered content, user intent, and device context before information leaves the session.
  • Proof of Intent: Proof of intent is evidence that a specific action was deliberately authorised at the moment it was executed. For autonomous or semi-autonomous actors, it is the missing governance signal between having a valid credential and knowing the actor should have used it for that exact action.
  • Zero Standing Privilege: A control model in which an identity does not keep persistent access unless it is actively needed. For NHIs, this means credentials and permissions are issued for a narrow task and then removed. It reduces the time window and reuse value of stolen access.

What's in the full article

Cakewalk's full article covers the operational detail this post intentionally leaves for the source:

  • The article breaks down the five identity gaps named by the Agent Control Standard, including chain integrity, over-privilege, token theft resistance, last-mile enforcement, and proof of intent.
  • It explains the fail-open design choice in the proposed runtime check and why that default matters when the control service is slow or unreachable.
  • It references the ACS identity working group documents and the specification section that describes how the enforcement step is meant to behave.
  • It shows how inherited human-oriented scopes create over-privilege when attached to agents rather than ordinary applications.

👉 Cakewalk's full article covers the Agent Control Standard gaps, the fail-open runtime check, and the identity assumptions that break for agents.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity lifecycle are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or governance maturity, it is worth exploring.
NHIMG Editorial Note
Published by the NHIMG editorial team on September 11, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org