By NHI Mgmt Group Editorial TeamDomain: Agentic AI & NHIsSource: UnosecurPublished September 15, 2026

TL;DR: AI governance platforms typically document approval, policy, and oversight, while AI agent security platforms control runtime permissions, tool access, and session revocation, according to Unosecur. The distinction matters because compliance can exist on paper even when an agent still holds live authority that governance tooling cannot contain.


At a glance

What this is: This is an analysis of the boundary between AI governance platforms and AI agent security platforms, with the key finding that governance documents authority while security controls runtime access.

Why it matters: IAM, IGA, and PAM teams need this distinction because approved access is not the same as live authority, especially when agents can act continuously across cloud, SaaS, and identity systems.

By the numbers:

👉 Read Unosecur's analysis of AI agent security vs AI governance platforms


Context

AI agent security only makes sense when teams separate approval records from live authority. A governance platform can prove an agent was reviewed, documented, and accepted under policy, but that does not tell you what the agent can actually reach after deployment. In AI agent identity programmes, the control problem is not only whether an agent should exist, but whether its runtime access can be constrained, observed, and revoked.

The article frames this as a category boundary problem rather than a feature comparison. That matters because many enterprises now apply AI governance to registration and documentation while leaving runtime permissions, tool calls, and token revocation under-controlled. For identity teams, the practical issue is whether the programme stops at policy evidence or extends into operational containment.

The distinction is especially relevant where agentic systems inherit credentials, use MCP connections, or act across cloud and SaaS estates. In those environments, approval is only the starting condition. The real governance question is whether the identity layer can still enforce blast-radius limits once the agent is live.


Key questions

Q: What breaks when AI agents are not governed at runtime?

A: Without runtime governance, an agent can shift behaviour after provisioning and still execute actions that were never reviewed in context. That is where tool chaining, MCP connections, and rapid decision-making become dangerous. Static approval cannot stop a live change in intent, so teams lose control at the point of action.

Q: When should organisations prioritise runtime privacy controls over governance documentation?

A: They should prioritise runtime controls as soon as personal data moves through APIs, distributed services, or automated workflows. Documentation still matters for auditability, but it cannot stop downstream misuse, purpose drift, or retention failure. Where data flows change frequently, execution control has to lead.

Q: How do security teams know whether an AI agent platform is actually enforcing policy?

A: A platform is enforcing policy if a prohibited action is blocked at the moment the agent attempts it, not if the violation is recorded after the fact. The practical test is simple: create a disallowed action and see whether execution stops immediately. Logging alone is evidence of oversight, not enforcement.

Q: What is the difference between governance approval and agent containment?

A: Governance approval answers whether an agent was reviewed and accepted under policy. Containment answers whether the agent can be suspended, its tokens revoked, and its sessions terminated when risk appears. The first establishes accountability. The second limits harm. Mature programmes need both, but only containment changes the live security outcome.


Technical breakdown

Approval workflow vs runtime authority

An AI governance platform records that an agent was reviewed, approved, and documented before deployment. That is a governance artefact, not an operational control. Runtime authority is the set of permissions, tokens, and reachable systems the agent can use after launch. If the platform cannot show current effective permissions, it is describing intent, not enforceable access. For identity teams, the control boundary is whether authority can be evaluated continuously after approval rather than assumed from intake records.

Practical implication: Demand live effective-permission views, not approval histories, when evaluating agent governance coverage.

Policy documentation vs policy enforcement

Policy documentation stores acceptable-use rules, model cards, and risk classifications. Policy enforcement blocks a prohibited action at the moment it is attempted. That difference is central in AI agent identity because agents can take actions without waiting for a human checkpoint. A governance system may log that a policy was violated, but logging after the fact is not the same as stopping the action. The control that matters is deterministic enforcement at the point of execution, not documented intent.

Practical implication: Test whether a prohibited agent action is blocked in real time, not merely recorded for later review.

Identity-level exposure vs model-level risk

Model-level risk asks whether a model or use case is appropriate for a task. Identity-level exposure asks what credentials, tools, and downstream systems a specific agent instance can touch right now. Those are different control questions. An agent can be approved for a low-risk use case and still possess high-risk access paths through inherited credentials or tool connections. For AI agent governance, identity scope is the more actionable lens because blast radius is determined by current reach, not abstract approval category.

Practical implication: Map each agent's reachable resources and credentials before relying on any governance classification.


NHI Mgmt Group analysis

Approval without runtime containment is not governance, it is paper control. This article exposes a common assumption in AI oversight programmes: that documented approval meaningfully constrains what an agent can do in production. It does not, if the runtime layer can still reach live credentials, tools, and downstream systems. The implication is that IAM and IGA teams must treat approval records and enforceable authority as separate control planes, especially for agentic AI.

AI agent security is an identity problem before it is an AI problem. The article correctly centres current effective permissions, session control, and token revocation as the decisive controls. That is the same logic identity teams apply to service accounts and other NHI, but agentic systems intensify the issue because the actor can combine tools and act continuously once live. The practical conclusion is that runtime identity control, not committee review, becomes the meaningful containment layer.

Runtime authority creates a new governance gap: visibility without stoppability. Many organisations can now see that an agent exists, has been approved, and has a policy record. Far fewer can suspend it, revoke its tokens, and terminate its sessions at the moment risk appears. That gap is the named concept here: runtime governance gap: the difference between knowing an agent is sanctioned and being able to constrain what it can do after deployment. Practitioners need to measure control at runtime, not only at intake.

Agentic AI collapses the assumption that access review is sufficient. Access review processes were designed for identities whose permissions remain stable long enough to be sampled, certified, and remediated. Agentic systems can change effective access through tool use, session state, and delegated credentials faster than review cadences can capture. The implication is not merely to add another review step. It is to recognise that approval-based governance and live-authority governance are different disciplines.

MCP and similar tool-broker patterns extend identity risk into the action layer. Once an agent can authenticate to tools and data sources through a brokered interface, the control question shifts from model trust to action trust. That creates a broader surface for overreach, because a permitted connection can still enable harmful combinations of valid actions. The practitioner takeaway is to govern tool access as part of identity scope, not as a separate integration detail.

From our research:

  • 97% of NHIs carry excessive privileges, increasing unauthorised access and broadening the attack surface, according to Ultimate Guide to NHIs.
  • Only 5.7% of organisations have full visibility into their service accounts, which shows why runtime identity control is still weak in most environments.
  • For the governance angle, see Ultimate Guide to NHIs , Regulatory and Audit Perspectives for how accountability and auditability fit into identity control.

What this signals

Runtime governance gap: AI agent programmes now need a control model that can distinguish review from containment. If an agent can still act after approval, the security issue is not policy quality, it is that the programme lacks an enforceable runtime stop.

Identity teams should expect governance and enforcement to diverge more sharply as agentic systems spread across cloud, SaaS, and identity layers. The practical response is to treat agent permissions, session state, and token revocation as first-class programme artefacts, alongside the policy record.

The broader pattern is that AI oversight will increasingly fail where it depends on periodic review rather than continuous control. That is why agent identity control belongs in the same operational conversation as NHI containment and PAM, not only in AI policy forums.


For practitioners

  • Separate approval records from live authority Inventory where agent approval, model documentation, and runtime permissions are stored. Require a current effective-permissions view that shows what each agent can reach now, not just what was approved at intake.
  • Test real-time enforcement before deployment Run a proof of concept that asks the platform to block a prohibited action during execution. If the system only logs the violation, it is providing governance evidence rather than runtime control.
  • Map agent blast radius by identity and tool Trace each production agent's credentials, tool calls, and downstream resource access across cloud, SaaS, and identity systems. Use that map to identify where delegated authority exceeds the intended use case.
  • Build containment around session revocation Confirm that the control plane can suspend the agent, revoke tokens, and terminate active sessions without waiting for committee review. Treat that capability as a containment requirement, not an optional enhancement.

Key takeaways

  • The article's core finding is that AI governance can document intent without constraining runtime authority.
  • The practical risk is live agent access that remains unrevoked even when the platform has passed approval and policy checks.
  • Teams should treat enforcement, session control, and token revocation as the decisive controls for agentic AI identity.

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, NIST SP 800-53 Rev 5 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 Identity and AccessThe article centres on runtime authority and agent control boundaries.
Recommendation — Define each agent's runtime identity scope and verify it matches current effective permissions.
OWASP Non-Human Identity Top 10NHI-03 — Secrets and Credential ManagementAgent authority depends on credentials, tokens, and session revocation.
Recommendation — Track and revoke agent credentials as part of the live identity control plane.
NIST CSF 2.0PR.AC-4 — Access Permissions and AuthorisationsThe topic is about current permissions versus approved intent.
Recommendation — Review current access permissions continuously and align them with enforced authorisation boundaries.
NIST SP 800-53 Rev 5AC-6 — Least PrivilegeThe article focuses on effective permissions and blast-radius reduction.
Recommendation — Apply least-privilege controls to agent identities and remove excess access from production roles.
NIST Zero Trust (SP 800-207)Continuous verification — Continuous verificationRuntime containment depends on verifying agent authority as it changes.
Recommendation — Continuously verify agent access before allowing tool use or downstream actions.

Key terms

  • Runtime authority: Runtime authority is the permission an AI system has while it is actively deciding and acting, not just when it is approved. In governance terms, it is the point where access, tool use, and action scope become operational, which is why build-time review alone cannot prove safety.
  • Policy Enforcement Scope: Policy enforcement scope is the set of infrastructure objects, environments, or workspaces to which a rule is applied. In practice, scope determines where a policy is active, such as a namespace or stack, and whether governance is consistently enforced across the estate.
  • Governance Gap: A governance gap is the distance between knowing an asset exists and being able to enforce policy on it. In identity programmes, it appears when discovery, review, and enforcement are split across different tools or teams, leaving access partially visible but not truly controlled.
  • Effective Permissions: Effective permissions are the access an identity can actually use after role inheritance, scope, and policy are applied. In Azure AI environments, they often matter more than the assigned role name because inherited rights can widen access to data, logs, and secret stores.

What's in the full article

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

  • The six-point comparison table showing exactly how governance platforms and security platforms differ at approval, enforcement, discovery, and containment.
  • The runtime evaluation tests used to challenge vendors on effective permissions, policy blocking, and session revocation.
  • The discussion of Unosecur's Unified Identity Fabric and how it correlates credentials, permissions, tools, and behaviour across environments.
  • The MCP gateway detail that extends identity control to the agent-to-tool boundary.

👉 The full Unosecur article breaks down runtime control, containment, and the six distinctions between governance and security platforms.

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