By NHI Mgmt Group Editorial TeamPublished 2026-06-10Domain: Agentic AI & NHIsSource: Akeyless

TL;DR: More than two-thirds of organisations suspect AI agents have already accessed data beyond intended scope, and the article argues that point-in-time IAM is not enough once agents can act continuously in production, according to Akeyless. The deeper issue is that access review assumes privilege is stable long enough to be reviewed, which autonomous behaviour can erase within a session.


At a glance

What this is: Akeyless argues that AI agent security now depends on runtime governance, not just authentication, because autonomous systems can act beyond intended scope once they are in production.

Why it matters: IAM, PAM, and NHI programmes need controls that evaluate agent actions as they happen, because identity decisions made at login do not contain autonomous behaviour later in the session.

👉 Read Akeyless's analysis of zero trust controls for AI agent runtime governance


Context

AI agent runtime governance is the problem space here: once an agent can execute actions, the security question shifts from who authenticated to what the agent is allowed to do at each moment. Traditional access control was built for stable subjects and predictable sessions, not systems that select actions dynamically while operating across production workflows.

That matters for identity governance because agents are increasingly handled like workloads, service accounts, and privileged automation rather than simple application clients. The article’s core claim is that autonomous execution breaks the assumption that access can be assessed once and trusted for the rest of the session.

The vendor’s framework is useful as a reference point, but the field-level issue is broader than one product architecture. Security teams need to understand where current IAM and PAM models stop being enforceable when the identity subject can keep acting after the initial authentication decision.


Key questions

Q: How should security teams govern AI agents that can act after authentication?

A: Security teams should move beyond login-time approval and enforce controls throughout the session. That means evaluating each sensitive action against policy, limiting direct system reach, and preserving a complete audit trail from intent to execution. If the agent can continue to act, governance must continue too, or access control becomes a one-time checkbox instead of a live control.

Q: Why do AI agents create more identity risk than ordinary automation?

A: AI agents can choose actions at runtime, which means their behaviour can drift beyond the assumptions baked into the original access grant. Ordinary automation usually follows fixed logic, but agents can keep deciding after authentication. That makes access reviews, static roles, and one-time approvals weaker than they appear because they do not contain the behaviour itself.

Q: What breaks when agents are given long-lived credentials?

A: Long-lived credentials create a persistent object that can be exposed in prompts, logs, repositories, integrations, or runtime memory. Once that credential exists, the security team must assume it can be copied or replayed. The control failure is not only theft risk. It is the fact that the secret remains usable long after the original decision to issue it.

Q: Who is accountable when an AI agent takes an unintended action?

A: Accountability should follow the full execution chain, not just the token or service account that executed the request. Organisations need to know who initiated the agent, what policy allowed the action, and what evidence exists for the decision. Without that chain, audit records can describe activity but not explain responsibility, which weakens both governance and incident response.


Technical breakdown

Why point-in-time authorization fails for AI agent runtime governance

Point-in-time authorization assumes the security decision at session start remains valid until the session ends. That works for many human and machine workflows, but AI agents can keep generating new actions after the original intent has drifted, expanded, or been manipulated. The security problem is not just access, but execution. If the policy engine never re-evaluates the action itself, the agent can remain formally authorised while functionally out of bounds. Continuous governance matters because the risk moves from login-time identity proof to within-session behaviour control.

Practical implication: Map which agent workflows still rely on one-time approval and replace them with continuous session-level enforcement.

Zero credentials and secretless agent access in NHI security

The article’s credential argument is straightforward: if an agent holds a secret, that secret can be exposed in prompts, logs, code, or integrations. Dynamic credentials reduce exposure windows, but they still leave a credential in circulation. Secretless access removes the object entirely from the agent side and shifts the control point to a brokered session. In NHI terms, that is a stronger boundary than rotation alone because there is nothing persistent to steal, replay, or leak. The architecture is designed to eliminate standing secret possession, not just shorten it.

Practical implication: Prioritise secretless patterns for the highest-risk agent workflows rather than relying on faster rotation alone.

Command-level control and traceability for autonomous systems

Command-level control goes beyond allowing a session to start and instead governs each action inside the session. That distinction matters because an AI agent may be authorised to reach a database but still attempt an action that is inappropriate for the task or dangerous in context. The article also highlights traceability across prompt, policy decision, session context, and target action. From an identity standpoint, that creates an audit chain that links execution to intent rather than only to a service account or token. It is a governance model built for operational behaviour, not just access.

Practical implication: Require per-action logging and reviewable decision chains for any agent that can touch production systems or customer data.


NHI Mgmt Group analysis

Runtime governance is now the dividing line between access and control. AI agents do not just consume credentials, they act after authentication in ways classic IAM was never built to supervise. That changes the governance problem from identity proof to behaviour containment, which is why runtime control is becoming the relevant security primitive for autonomous systems. Practitioners should treat session enforcement as the boundary, not the login event.

Secret possession is the wrong default for agent identities. The article reflects a wider NHI pattern: if an agent can hold a secret, the organisation has already accepted avoidable exposure. Secrets are searchable, copyable, and replayable, which creates a larger attack surface than workload-mediated access. For security teams, the real lesson is that reducing secret count is more defensible than managing a larger pool of short-lived credentials.

Access review assumes privilege persists long enough to be reviewed, which autonomous behaviour breaks. That assumption was designed for stable, human-paced entitlement change. It fails when the actor can obtain, use, and discard access within a single operational sequence, leaving no meaningful review window. The implication is not simply to add more reviews, but to rethink what review means when execution and entitlement collapse into the same runtime moment.

Runtime auditability is becoming an identity governance requirement, not a logging enhancement. The article’s prompt-to-action chain shows the direction of travel: organisations will need to explain not just what happened, but what the agent was trying to do and why a policy engine permitted it. That aligns closely with NIST CSF and AI governance expectations around accountability, traceability, and control effectiveness. Practitioners should assume that explainability at execution time will become part of governance evidence.

From our research:

  • 85% of organisations lack full visibility into third-party vendors connected via OAuth apps, according to The State of Non-Human Identity Security.
  • Only 1.5 out of 10 organisations are highly confident in their ability to secure NHIs, compared to nearly 1 in 4 for securing human identities.
  • That visibility gap is one reason the Ultimate Guide to NHIs matters when teams move from static access to runtime governance.

What this signals

Runtime governance will become the practical test of whether AI agent programmes are truly production-grade. Teams that can only explain initial authentication will struggle once agents begin modifying records, invoking tools, or chaining decisions across systems. The governance model will need to expand from identity issuance to action supervision, especially where the same workflow touches human approvals, workload identities, and autonomous execution.

Ephemeral access without behavioural control will not close the identity gap. Short-lived credentials help, but they do not answer the harder question of whether the action itself should be allowed. As AI agents become more persistent in business workflows, organisations will need controls that combine intent evaluation, session boundaries, and evidence retention.

Identity programmes should prepare for a new audit expectation. A prompt-to-action chain is becoming a governance artefact, not a nice-to-have log format. That means PAM, IGA, and NHI owners will need shared evidence models that connect operator intent, policy verdicts, and system actions in one reviewable sequence.


For practitioners

  • Identify which agent workflows still rely on login-time trust Review production AI agent paths and separate those that only authenticate from those that actually require per-action governance, then move high-risk flows to continuous enforcement.
  • Remove standing secrets from agent execution paths Shift the most sensitive workflows toward brokered, secretless access so agents never possess reusable API keys, passwords, or tokens in the first place.
  • Require command-level policy checks for sensitive actions Apply policy evaluation to each high-risk command, especially where agents can modify records, trigger workflows, or reach production infrastructure.
  • Build a full prompt-to-action audit chain Retain the originating request, policy verdict, session context, and final action so incident review can connect agent behaviour back to the human intent behind it.

Key takeaways

  • AI agent security is moving from access control to runtime governance because autonomous systems can keep acting after the initial trust decision.
  • Static credentials and one-time approvals leave a structural gap when agents can modify records, trigger workflows, and reach production systems on their own.
  • Teams that want defensible AI agent governance need secretless access, command-level policy checks, and an audit chain that connects intent to action.

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-03Addresses runtime tool and action abuse in autonomous agents.
OWASP Non-Human Identity Top 10NHI-03Covers secret exposure and rotation limits for non-human identities.
NIST CSF 2.0PR.AC-4Access management must extend to runtime authorisation and traceability.

Reduce standing secrets and move sensitive agent workflows to secretless access patterns.


Key terms

  • Runtime Governance: Runtime governance is the practice of controlling system behaviour while an identity is actively operating, not only when access is first granted. For AI agents and other non-human identities, it means policy, inspection, and audit controls must remain active during execution, because the security question changes after authentication.
  • Secretless Access: Secretless access is an identity pattern in which the workload or agent does not hold reusable credentials such as API keys, passwords, or tokens. Access is brokered through a control point at the moment of use, which reduces exposure, limits replay risk, and removes a persistent secret from the agent side.
  • Command-Level Control: Command-level control means evaluating and governing each sensitive action inside a session rather than only approving the session itself. In autonomous and machine identity contexts, this is stronger than simple authentication because the risk comes from what the actor does after access has already been granted.
  • Prompt-To-Action Audit Chain: A prompt-to-action audit chain links the original human request, the policy decision, the session context, and the resulting system action. It gives auditors and security teams a way to trace why an AI agent acted, not just what executed, which is essential for autonomous behaviour and accountability.

What's in the full article

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

  • A control-by-control mapping between Anthropic's framework tiers and the Runtime Authority architecture
  • Detailed explanations of the Gateway enforcement path, including how policy, inspection, and auditing are chained together
  • Examples of how dynamic secrets, zero direct connectivity, and in-session response masking operate in production workflows
  • The product's own table mapping framework guidance to operational controls, which is useful if you are implementing rather than evaluating

👉 The full Akeyless article covers the control mapping, runtime enforcement model, and audit chain in more detail.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity security 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 NHI governance in your organisation, it is worth exploring.
NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-06-10.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org