TL;DR: AI agent governance is moving from theory to operational control, with only 14.4% of agents going live with full security approval and 88% of enterprises already reporting agent-related incidents, according to SecureAuth citing Gravitee's State of AI Agent Security 2026 Report. The real issue is not visibility alone but whether identity, behavior, and delegated access can be assessed before agents enter production.
At a glance
What this is: This is an analysis of SecureAuth's public Agent Trust Registry and the broader control gap it addresses for AI agent governance.
Why it matters: It matters because IAM, PAM, and security teams now need a defensible way to evaluate agent identity, delegated access, and governance before autonomous or semi-autonomous systems reach production.
By the numbers:
- Only 14.4% of AI agents go live with full security approval.
- 88% of enterprises have already experienced AI agent-related security incidents.
- 92% agree governing AI agents is critical to enterprise security, yet only 44% have implemented any policies to do so.
- 80% of organisations report their AI agents have already performed actions beyond their intended scope.
👉 Read SecureAuth's analysis of the Agent Trust Registry and AI agent governance
Context
AI agent trust registries are an attempt to create a decision layer above raw access management: a place to evaluate whether a given agent can be identified, governed, and safely approved before it interacts with enterprise systems. That problem exists because agent behaviour is not static, and traditional identity models were built around more predictable subjects and sessions.
The primary governance gap is not simply that agents use tools. It is that they can combine identity, access, and execution in ways that make pre-approval, review, and accountability harder to anchor. For practitioners, this moves agent governance into the same control family as NHI lifecycle, but with the added complication that the actor can change scope at runtime.
Key questions
Q: How should security teams evaluate AI agent trust before production use?
A: Security teams should evaluate AI agent trust by combining identity posture, intended access, delegation paths, and governance metadata in one approval decision. The key question is not whether the agent is useful, but whether its runtime behaviour can be bounded before it reaches sensitive systems. Registries can support that decision, but they do not replace policy enforcement.
Q: Why do AI agents create more governance risk than standard automation?
A: AI agents create more governance risk because they can make runtime decisions, choose tools, and vary execution paths based on context rather than fixed scripts. That means the security team is not only governing access, but also governing behaviour. The result is a larger control problem than ordinary workflow automation or scheduled jobs.
Q: How do organisations reduce prompt injection risk in agentic systems?
A: Organisations reduce prompt injection risk by separating untrusted content from trusted instructions and preventing agents from acting until content provenance has been checked. If retrieval and execution share the same trust boundary, malicious instructions can steer action even when credentials are valid. The control objective is to keep context from becoming command.
Q: Who should own AI agent governance when identity and access are shared across teams?
A: AI agent governance should sit with identity, security, and platform owners together, because no single team sees the full risk surface. IAM owns the control model, security owns containment and monitoring, and platform teams own the runtime integration. Shared ownership matters because agent risk spans identity, policy, and downstream execution.
How it works in practice
Why AI agent trust registries are emerging
A trust registry is a structured directory that records identity posture, governance metadata, and risk signals for agentic systems. The technical value is not the label itself but the consistency of the decision inputs: who the agent is, what it can touch, and whether its access patterns are bounded. In practice, that turns approval into a governance decision rather than a guess based on vendor assurance or user intent. For IAM teams, the registry concept sits alongside inventory, entitlement review, and policy enforcement, but it adds a dedicated layer for agent behaviour and delegated access.
Practical implication: treat registry data as a pre-production approval input, not as a substitute for policy enforcement.
Prompt injection and the collapsed control boundary
Prompt injection works because the data layer and control layer are not cleanly separated in many AI systems. Instructions hidden in documents, emails, or feeds can influence what the agent does, even when those instructions were never meant to be trusted. That creates a control boundary problem, because the same interface that retrieves information may also shape execution. In identity terms, the agent is no longer just consuming content. It is making runtime decisions from untrusted context, which means authorisation and data provenance need to be evaluated together.
Practical implication: separate trusted policy input from untrusted content paths before agents can act on retrieved data.
Per-action policy across delegation chains
Per-action policy means each API call or delegated step is checked against a control rule before execution continues. That matters because AI agents often operate through chains of tool calls, sub-steps, and downstream services, not a single request. Without action-level checks, an initial approved use case can drift into broader access than the organisation intended. The security problem is less about one bad request and more about compounded decisions across the chain. This is where agent governance intersects directly with NHI oversight, because credentials, scopes, and runtime actions all need to stay aligned.
Practical implication: require enforcement at each delegated action, not only at initial authentication or workflow start.
NHI Mgmt Group analysis
Identity trust for AI agents is becoming an approval problem, not just an inventory problem. A registry is useful only if it changes how agents are admitted, reviewed, and constrained before first use. Without that, organisations merely catalogue risk instead of governing it. The practitioner conclusion is that agent identity must be treated as a controllable access decision, not a descriptive record.
Access review assumptions were designed for subjects whose permissions persist long enough to be reviewed. That assumption fails when an agent can acquire, combine, and exercise access dynamically during runtime. The implication is not just that controls are missing, but that review cycles alone cannot capture the actual decision point. Practitioners need to rethink what counts as a governable identity event in agentic environments.
Prompt injection exposes a governance gap between trusted identity and untrusted context. If an agent can be induced to act on malicious instructions embedded in ordinary content, the organisation has not cleanly separated data consumption from control execution. That breaks the premise that identity approval is sufficient if the surrounding context is untrusted. The practitioner conclusion is that identity governance now depends on context integrity as much as on credential legitimacy.
Identity blast radius: Agent governance must be measured by how far one compromised or over-permitted agent can move across systems, not by whether the agent was initially authenticated. SecureAuth's registry concept reflects a broader category shift in which identity, policy, and runtime behaviour must be assessed together. That is a material change for IAM and PAM teams because approval without blast-radius analysis is incomplete. The practitioner conclusion is to evaluate agent access by downstream exposure, not by login success.
Per-action policy is becoming the practical floor for agent governance. Agent behaviour often unfolds across chained API calls, delegated tasks, and downstream services, so a single grant decision is no longer enough. That does not make the system safe by itself, but it does define the minimum point where control can still influence execution. The practitioner conclusion is that governance must move from session-level trust to step-level enforcement.
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 AI Agents: The New Attack Surface report.
- Only 33% of organisations report their AI agents have accessed inappropriate or sensitive data beyond their intended scope.
- For a broader control baseline, review the OWASP Agentic AI Top 10 alongside your agent approval process.
What this signals
Identity trust registries will become more valuable as agent populations grow faster than governance teams can review them. With our research showing 98% of companies plan to deploy more AI agents within the next 12 months, the programme risk is not isolated misuse but scale-driven blind spots.
Agent governance is now converging with NHI lifecycle management. The same questions that govern service account scope, offboarding, and entitlement review now apply to agents that can change behavior mid-session. Teams that already understand lifecycle controls should extend that discipline to runtime approval and delegation tracking.
Shadow AI discovery will matter as much as agent policy. If the organisation cannot find unmanaged agents across SaaS, cloud, and endpoints, it cannot assert control over their identity or trust posture. That makes discovery, classification, and ownership assignment prerequisites for any credible governance model.
For practitioners
- Define an agent approval gate Require a documented approval gate for every AI agent before production use, with identity posture, delegated scopes, and intended system access recorded in one review package. Use the gate to decide whether the agent can enter the environment at all.
- Separate content retrieval from execution Block agents from acting on retrieved content until untrusted inputs have been classified and isolated from policy-bearing instructions. This reduces the chance that prompt injection in documents or feeds can steer privileged action.
- Map delegated action chains Trace each API call and downstream hop an agent can make, then identify where policy checks must occur before the next step. Use the chain map to find where access expands beyond the original approval intent.
- Measure agent blast radius Score each agent by the number of systems, datasets, and credentials it can influence if trust breaks down. Prioritise review for agents with broad cross-domain reach and weak governance metadata.
Key takeaways
- AI agent governance is becoming a control-plane issue, not a policy footnote.
- The evidence points to a wide gap between AI agent adoption and actual security approval.
- Practitioners should move from static access review to identity, context, and per-action enforcement.
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.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | OA-03 | Agent trust and prompt injection are central to the article's governance gap. |
| OWASP Non-Human Identity Top 10 | NHI-01 | Agent identities and delegated credentials are treated as NHI assets throughout the post. |
| NIST CSF 2.0 | PR.AC-4 | Per-action policy and access scope review align with access control governance. |
Map agent approval and runtime controls to OA-03 and block untrusted content from influencing execution.
Key terms
- Agent Trust Registry: A registry is a structured control record for AI agents that captures identity posture, trust signals, and governance metadata before production approval. In practice, it turns agent review into a repeatable decision process rather than a one-off judgment based on vendor claims or informal owner knowledge.
- Prompt Injection: Prompt injection is a manipulation technique that uses untrusted content to influence what an AI agent decides or does. It matters because the attacker does not need to break the model directly if the agent treats embedded instructions as actionable context during runtime.
- Per-Action Policy: Per-action policy is a governance pattern where each agent step, API call, or delegated operation is checked before execution continues. It is stronger than a one-time login decision because it evaluates the agent's behaviour as it unfolds, not just its initial access grant.
- Identity Blast Radius: Identity blast radius describes the maximum operational damage an agent or credential can cause if trust breaks down. For AI agents, it measures how far delegated access can spread across systems, data, and actions before containment or revocation interrupts the chain.
Deepen your knowledge
AI agent trust registries and per-action governance are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building controls for agentic systems from a similar starting point, it is worth exploring.
This post draws on content published by SecureAuth: Agent Trust Registry and AI agent governance. Read the original.
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