By NHI Mgmt Group Editorial TeamDomain: Agentic AI & NHIsSource: WitnessAIPublished September 14, 2026

TL;DR: A core agentic security problem is underscored by WitnessAI’s inclusion in Software Analyst Cyber Research’s ARISE map: valid credentials can still drive invalid actions unless identity, intent and data context are evaluated together, with inline intervention before completion. The real governance gap is assumption collapse, because access approval alone cannot govern runtime tool use or external data transfer.


At a glance

What this is: This is an analysis of agentic runtime governance, showing that access checks alone do not decide whether an AI agent should be allowed to complete a tool action.

Why it matters: It matters because IAM, NHI, and AI governance teams now need controls that adjudicate action, context, and data use together instead of treating permission as the full decision.

👉 Read WitnessAI's analysis of ARISE runtime governance for AI agents


Context

Agentic runtime governance is the problem of deciding whether a software agent should be allowed to take a specific action at a specific moment, with a specific tool, against a specific data set. In this article, the gap is not authentication or authorisation alone, but the inability of existing controls to evaluate identity, intent, and information before a sensitive action completes.

For IAM and NHI practitioners, that changes the control question from "is the credential valid?" to "is this runtime action acceptable right now?" The article’s example shows why a legitimate employee task can still create an unacceptable data transfer when an agent is involved. That is a common pattern as AI agents move from chat to workflow execution.

This is an early view of agentic governance rather than a narrow product feature discussion. The practical issue is how to preserve accountability when the work is delegated to an AI system, while still preventing sensitive material from leaving the environment through approved tools.


Key questions

Q: How should security teams govern AI agents that can access enterprise systems?

A: Security teams should govern AI agents as non-human identities with explicit ownership, scoped privileges, and continuous monitoring. The control set should include inventory, task-bound credentials, audit trails, and revocation paths. If an agent can call tools or touch production systems, it belongs in the same governance model as service accounts and other machine identities.

Q: Why do shared credentials create risk in agentic workflows?

A: Shared credentials erase the line between requester and operator, so security teams cannot tell whether a Lambda invocation, database query, or EC2 session came from the right agent and task. That ambiguity weakens attribution, broadens blast radius, and makes revocation and investigation far harder than they should be.

Q: What breaks when AI agent governance is only detection-based?

A: The control arrives after the action has already happened, which means sensitive transfer, misuse, or policy violation may already be complete. Detection is useful for investigation, but it does not govern the moment of execution. For agentic systems, that makes post-event alerting insufficient as a primary control.

Q: How do human accountability and AI agent execution stay connected?

A: They stay connected when the employee, the task, and the agent activity are recorded as one governance chain. That allows investigators to see who delegated the work, why it was requested, what data was touched, and which tool action was attempted. Without that linkage, accountability becomes fragmented.


Technical breakdown

Why credential validity is not enough for agent actions

Agentic systems can pass all conventional access checks and still perform the wrong operation. In this model, authentication proves who or what is acting, but it does not prove the action is appropriate for the current context. That is why runtime policy has to evaluate the request, the data being touched, and the external effect of the tool call before execution. The security failure is not that the agent is unauthorised in the abstract, but that the action is misaligned with the purpose and data sensitivity of the task. Inline controls are the only place that decision can be made reliably.

Practical implication: Treat valid credentials as a starting condition, not a sufficient permission decision.

How identity, intent, and information combine at runtime

The identity signal ties activity back to the person or agent through the identity provider. Intent is inferred from the interaction and the surrounding workflow, usually through behavioural analysis or policy context. Information is determined by classification of the material being handled. Each signal is incomplete on its own. A legitimate employee can delegate a legitimate task, yet the agent may still encounter material that should not be transferred to an external tool. Runtime governance works only when those three readings are combined before the action completes, because that is where the policy decision becomes contextual rather than purely credential-based.

Practical implication: Align policy engines to consume identity, intent, and data signals together before a tool call is allowed.

Why inline enforcement matters more than post-event detection

Detection after the fact can describe what happened, but it cannot stop a sensitive transfer that already completed. The article’s architecture places decision-making in the traffic path so a policy can allow, block, redact, pause, step up, or restrict a live action. That is the architectural difference between observing agent behaviour and governing it. For agentic workflows, the question is not whether the event was logged, but whether the system could intervene before the external side effect occurred. That distinction becomes more important as workflows chain together across models, applications, and tools.

Practical implication: Require enforcement points that can affect the action before the external tool executes.


NHI Mgmt Group analysis

Agentic security is an action problem, not an access problem. The article shows that a valid credential can still drive an invalid action, which is the central governance break for AI agents. Traditional IAM answers who may enter a system, but runtime agent governance has to answer whether a specific tool call should proceed with a particular data set and purpose. The practitioner conclusion is that permissioning alone no longer defines control for autonomous work.

Identity, intent, and information should be treated as the minimum decision set for agent governance. Identity links activity to an accountable subject, intent explains why the action is being attempted, and information classifies what is at risk if the action completes. None of those signals is sufficient alone, and that is exactly why agentic policy engines need all three. The practitioner conclusion is that agent actions require contextual authorisation, not static approval.

Assumption collapse: access review processes were designed for actions that persist long enough to be audited before completion. That assumption fails when an agent can make a decision and invoke a tool within one runtime sequence, because the governance moment occurs before the review cycle ever sees the state. The implication is not merely more logging, but a rethink of what control is supposed to govern when the actor is making decisions in flight.

ARISE-style policy depth is becoming a category test for agent governance platforms. Detection-only controls sit below the threshold for live decision-making, because they leave the enterprise dependent on remediation after the action has already happened. The broader market is moving toward systems that can intervene inline across prompts, MCP connections, and tool calls. The practitioner conclusion is that runtime enforcement capability should be evaluated separately from visibility features.

Human and agent workflows now share the same accountability chain. The employee who delegates the task does not lose responsibility when the agent executes it, and the security programme should preserve that linkage across identity, task, and data context. That makes auditability, policy consistency, and runtime evidence part of the same governance problem. The practitioner conclusion is that teams need one control narrative across humans, models, applications, and agents.

From our research:

What this signals

Agentic runtime controls will become a programme design issue, not a specialist overlay. Teams that already separate IAM, data governance, and AI operations will struggle to govern agent actions coherently. The next control model has to join those functions around the point of decision, not around the point of authentication.

The governance gap is structural because policy must travel with the action. Once a human delegates work to an agent, the decision to proceed depends on who is acting, why the task exists, and what information is being exposed. That means security teams should prepare to evaluate control coverage across prompts, tool paths, and external data transfer together.

With 85% of organisations lacking full visibility into third-party vendors connected via OAuth apps, per The State of Non-Human Identity Security, delegated access is already a blind spot. The same visibility problem will repeat in agentic workflows unless runtime policy and audit evidence are designed as one control plane.


For practitioners

  • Define runtime decision boundaries Map the exact point where an AI agent may proceed, pause, redact, or stop based on identity, intent, and data classification before an external tool call completes.
  • Instrument tool calls inline Place controls in the traffic path for prompts, MCP connections, and downstream actions so policy can affect the event before the external transfer occurs.
  • Separate visibility from enforcement Test whether the platform can actually block or restrict an action rather than only detect it after the fact, and document which workflows remain alert-only.
  • Preserve human-to-agent accountability Ensure the employee who delegated the task remains linked to the agent action in logs, approvals, and audit evidence so investigations do not have to reconstruct intent later.

Key takeaways

  • Agentic governance fails when teams treat a valid credential as proof that an action should be allowed.
  • The decisive control is inline evaluation of identity, intent, and information before the tool action completes.
  • Programmes that rely on detection alone will remain behind the decision point, which is where agentic risk is created.

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 — Prompt Injection and Instruction ManipulationAgent runtime decisions depend on prompt and instruction context, which this article treats as part of governance.
Recommendation — Inspect agent instructions and runtime context before permitting tool actions that can expose sensitive data.
OWASP Non-Human Identity Top 10NHI-01 — Identity Lifecycle and OwnershipThe article ties agent action back to accountable identity and delegated authority, central NHI concerns.
Recommendation — Tie every agent action to an owned identity record and review delegated authority at runtime.
NIST AI RMFGOVERN — AI Governance and AccountabilityThe article centres on who is accountable when AI systems act on delegated tasks.
Recommendation — Define clear accountability for agent decisions and the policy boundary that governs them.
NIST CSF 2.0PR.AC-4 — Access Permissions and AuthorisationsThe article shows that access permissions alone do not settle whether an action should proceed.
Recommendation — Extend authorisation checks to include task context, data sensitivity, and tool destination before execution.
NIST Zero Trust (SP 800-207)7.2 — Continuous VerificationInline intervention and live policy decisions align with continuous verification at the moment of action.
Recommendation — Apply continuous verification to agent tool use so policy can intervene before completion.

Key terms

  • Agentic Runtime Governance Gap: The distance between approving an AI agent as a project artefact and controlling its actual production behaviour. This gap appears when static approvals, access reviews, or policy documents do not keep pace with the agent’s live tool use and changing operational context.
  • Intent Signal: An intent signal is the observable indication of why an identity is acting, not just what it is allowed to do. In agent governance, it helps compare live behaviour with the task that authorised it, which is essential when static policy cannot judge context well enough.
  • Inline Enforcement: Inline enforcement is the technical act of applying access policy in the live session path, not just at approval time. It matters because identity governance without runtime enforcement can authorize access that the session layer never actually constrains, especially in distributed and third-party environments.
  • Delegated Agent Authority: The permission granted to an AI agent to act on behalf of a human user or another agent, inheriting some or all of their access rights. Delegated authority must be explicitly scoped, time-limited, and auditable.

What's in the full article

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

  • How the ARISE control-depth model distinguishes visibility from inline enforcement across agent workflows.
  • The four ARISE placement areas and what each implies for policy decision points in runtime.
  • How WitnessAI evaluates prompts, MCP connections, and tool calls in the traffic path.
  • The buyer questions SACR used to test whether a platform can actually decide, intervene, and generate evidence.

👉 The full WitnessAI article covers the ARISE market map, control-depth model, and inline enforcement examples.

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 building or maturing an identity security programme, it is worth exploring.
NHIMG Editorial Note
Published by the NHIMG editorial team on September 16, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org