TL;DR: 91% of AI agents are over-privileged, 78% of AI deployments have no audit trail, and 64% of organisations cannot detect shadow AI agents, underscoring why one-time login checks do not govern agentic behaviour, according to SecureAuth. Identity programmes now need continuous authorization, attribution, and audit because autonomous action changes the control problem, not just the threat surface.
At a glance
What this is: SecureAuth's announcement argues that AI agent governance must move from login-time checks to continuous, action-level authorization with audit and detection built in.
Why it matters: For IAM teams, this matters because agentic AI behaves like a non-human identity with runtime decision-making, so existing human-centred access controls and NHI lifecycle patterns are no longer sufficient on their own.
By the numbers:
- 91% of AI agents are over-privileged
- 78% of AI deployments have no audit trail
- 64% of organizations cannot detect shadow AI agents
👉 Read SecureAuth's announcement on real-time authorization for AI agents
Context
AI agent governance is the discipline of controlling what an autonomous software actor can do after it authenticates, not just whether it can log in. SecureAuth's announcement centres on the gap between authentication and authorization, which becomes acute when agents can write invoices, call APIs, and move data without human intervention.
That gap matters across NHI, autonomous, and human identity programmes because each depends on assumptions about who is acting, when policy is applied, and whether the action can be reviewed later. For AI agents, the question is no longer whether the identity exists, but whether every runtime action is governed at the moment of execution.
Key questions
Q: How should security teams govern AI agents that can take actions on their own?
A: Treat each agent action as a separate authorization decision. Security teams should require per-transaction policy checks, strong attribution to a human or business purpose, and immutable audit records. Authentication alone is insufficient because an agent can keep acting after login, so governance must control what happens at runtime, not just who entered the system.
Q: Why do AI agents create more access risk than traditional service accounts?
A: AI agents can choose actions dynamically and chain tool use in ways that static service accounts do not. That creates scope drift, where the identity starts with one purpose and ends up performing broader actions than intended. The risk grows when standing privileges and reusable secrets are available, because the agent can reuse authority across multiple steps.
Q: How do organisations know if AI agent controls are actually working?
A: Look for evidence that every agent action is logged, attributed, and policy-checked before execution. If security teams cannot show who the agent acted for, what it attempted, and why the action was allowed or blocked, then the control plane is incomplete. Effective governance produces reviewable records, not just authentication events.
Q: What is the difference between continuous authorization and login-time authentication for AI agents?
A: Login-time authentication confirms the identity at the start of a session, while continuous authorization decides whether each specific action should proceed. For AI agents, that distinction matters because the session can remain valid while the agent's intent, target, or risk changes. Continuous authorization is therefore the stronger control for runtime behaviour.
How it works in practice
Continuous authorization for AI agents
Continuous authorization means the policy decision happens at the moment an agent attempts an action, not only when it first authenticates. That is materially different from standard session-based access because the request context can change between tool calls, data lookups, and downstream API operations. In agentic environments, the trust boundary shifts from login to each transaction, so policy must evaluate identity, risk, and intent signals continuously. SecureAuth describes this as real-time authorization against full request context, which is the correct architecture when an agent can chain multiple actions without waiting for a human approval loop.
Practical implication: move sensitive agent actions behind per-request authorization checks rather than relying on initial authentication or long-lived session trust.
Shadow AI, over-privilege, and missing audit trails
Shadow AI emerges when agents or agent workflows operate outside central identity oversight, often because they inherit broad credentials or are embedded in tools that security teams do not classify as identities. Over-privilege amplifies that problem by allowing an agent to do far more than its job requires, while missing audit trails remove the evidence needed for investigation or compliance. The technical failure is not simply weak access control, but the absence of attribution, scope enforcement, and immutable records across each action. In practice, these three gaps compound quickly in API-heavy environments.
Practical implication: require action-level attribution and immutable logging for every agent transaction before allowing production access.
Federated credentials without downstream secret exposure
The announcement's credential model points to a broader design principle: agents should receive federated, bounded access rather than downstream secrets they can reuse elsewhere. Federation through OAuth 2.0, OIDC, and mTLS lets the identity layer mediate access without exposing the secret material that would otherwise broaden blast radius. This is especially relevant where an agent interacts with multiple tools, because each additional secret increases the chance of reuse, leakage, or unintended lateral movement. The architecture is less about convenience and more about preventing the agent from becoming a secret-bearing proxy.
Practical implication: replace downstream secret distribution with federated access paths that keep reusable credentials out of agent runtime.
NHI Mgmt Group analysis
Continuous authorization is the missing identity control for agentic AI. Login-time authentication assumes the security question is answered once, before the workload starts. That assumption fails when an agent can decide and act repeatedly inside the same session, because each tool call becomes a new trust decision. The implication is that identity governance for agents must be judged on transaction-level authority, not on whether the session was initially valid.
Action-level governance exposes the real failure mode: over-privilege with no reviewable trail. SecureAuth's own figures point to a category problem, not a single-product gap. If 91% of agents are over-privileged and 78% of deployments leave no audit trail, then the market is already operating with invisible authority and unprovable accountability. Practitioners should treat this as a structural blind spot in current IAM operating models.
Zero standing privilege is becoming a control pattern for AI agents, not just humans. Agents that can write invoices, invoke APIs, and move data need authorization boundaries that expire with the action, not the account. That shifts the governance conversation from whether an agent is authenticated to whether any permission survives long enough to be reused. The practical conclusion is that agent access must be designed for ephemeral authority.
Shadow AI is an identity inventory problem before it is an AI problem. The inability to detect 64% of shadow agents means security teams are losing the first governance step: knowing what must be controlled. Once an agent is outside inventory, policy, audit, and response all weaken together. That makes discovery and attribution the minimum viable control plane for agentic identity governance.
From our research:
- 91% of AI agents are over-privileged, according to AI Agents: The New Attack Surface report.
- Another finding from the same research shows that 78% of AI deployments have no audit trail, which leaves security teams unable to reconstruct agent action chains after the fact.
- For a broader view of the control gap, see OWASP Agentic AI Top 10 for the runtime risks that emerge when agent decisions are not tightly bounded.
What this signals
Agentic governance is moving from policy design to runtime enforcement. The organisations that wait for a clean taxonomy of agent types will already be behind, because the operational problem is now action control, not identity enrolment. With 96% of technology professionals seeing AI agents as a growing security threat, the market signal is that runtime authorization will become a baseline expectation rather than an advanced capability.
Continuous control is the right response to autonomous behaviour because authority now needs to be shorter lived than the task itself. That has implications for identity architecture, audit design, and incident response, especially where agents interact with APIs and business systems at machine speed. Practitioners should align this work with the NIST AI Risk Management Framework and the OWASP Top 10 for Agentic Applications 2026 so governance, threat modelling, and control enforcement move together.
For practitioners
- Map every AI agent to an accountable identity owner Require a named business owner, technical owner, and data scope for each agent before production use. Treat unmanaged agents as shadow AI until they are inventoried, attributed, and tied to a documented purpose.
- Enforce per-action authorization for agent workflows Place sensitive agent actions behind real-time policy checks that evaluate identity, context, and risk on every call. Do not rely on a successful login or a long-lived session as proof that the next action is safe.
- Remove downstream secrets from agent runtime paths Use federated access patterns so agents authenticate through mediated identity flows instead of receiving reusable credentials. This limits secret exposure, reduces reuse risk, and keeps privilege changes under policy control.
- Build immutable audit for agent transactions Log attempted and completed actions at the transaction level, including who the agent acted for, what data it touched, and which policy decision applied. Feed those records into SIEM and compliance workflows without manual translation.
Key takeaways
- AI agents change the identity problem because authentication no longer tells you whether the next action should be allowed.
- The strongest evidence in this announcement is the scale of over-privilege, missing audit trails, and undetected shadow agents.
- Practitioners should prioritise per-action authorization, attribution, and secret minimisation before agent deployment 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 address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | AG-03 | Agent tool misuse and runtime authority are central to this announcement. |
| NIST AI RMF | The post centres on governance, accountability, and continuous oversight of AI behaviour. | |
| NIST CSF 2.0 | PR.AA-1 | Identity assertion and access control matter when agents act continuously. |
Assign clear governance owners and monitor AI outputs and actions through a documented risk process.
Key terms
- Continuous Authorization: A control model that evaluates whether each individual action should proceed, rather than trusting an identity for the whole session. In agentic environments, this narrows the window in which misuse can occur and keeps authority tied to the specific action being attempted.
- Shadow AI: AI agents or workflows operating without central inventory, ownership, or policy oversight. The term describes an identity governance failure as much as a discovery problem, because unmanaged agents cannot be recertified, audited, or reliably constrained.
- Over-privileged Agent: An AI agent that can access more systems, data, or operations than its current task requires. The condition increases blast radius and weakens accountability because excessive authority can be reused across multiple actions, often without a fresh policy decision.
- Action-Level Audit Trail: A record of each action an agent attempted or completed, including context, decision outcome, and attribution. This is more useful than login logs because it supports investigation, compliance evidence, and behavioural review after the agent has already acted.
Deepen your knowledge
AI agent governance and continuous authorization are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building controls for autonomous workflows or shadow AI discovery, it is worth exploring.
This post draws on content published by SecureAuth: Agent Authority Platform and Mark van Oppen appointment for identity security in the AI era. Read the original.
Published by the NHIMG editorial team on 2026-05-19.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org