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

TL;DR: Agentic AI risk must be classified by autonomy and human oversight, not just by who owns the stack, because two agents on the same model can carry very different exposure, according to WitnessAI. That assumption collapse is now visible in production deployments where agents plan, call tools, and act on external systems without per-step human approval.


At a glance

What this is: This is an independent analysis of the AWS Agentic AI Security Scoping Matrix and its key finding that agent autonomy and oversight create the real risk boundary for AI agents.

Why it matters: It matters because IAM, governance, and security teams need a way to classify agent authority, set runtime controls, and avoid treating AI agents like static workload identities or ordinary automation.

By the numbers:

👉 Read WitnessAI's analysis of the AWS agentic AI security scoping matrix


Context

Agentic AI changes the governance problem because an agent can decide when to act, which tool to call, and how far to push a task without waiting for a person at every step. In that setting, stack ownership alone does not describe risk, because the question is no longer just what model is in use but how much authority the agent has been granted across external systems.

For IAM and security teams, the important shift is from model-centric oversight to authority-centric governance. That means classifying agent agency, approval boundaries, and delegation chains as first-class identity concerns, then deciding where policy ends and runtime enforcement begins.


Key questions

Q: How should security teams inventory AI agents before granting production access?

A: Start by building a register that links each agent to its owner, the identities it uses, the systems it can reach, and the data it can touch. Do not treat model deployment as proof of governance. Discovery must also capture hidden tokens, inherited service accounts, and any workflow that lets an agent act outside direct human review.

Q: Why do AI agents need separate governance from ordinary automation?

A: AI agents need separate governance because they can make context-sensitive decisions and execute actions across multiple systems with delegated access. Ordinary automation usually follows fixed rules with clear triggers. Agents can expand into new paths, so governance must cover autonomy, reach, and recovery, not only job scheduling or task completion.

Q: What are the signs that an AI agent has gone out of scope?

A: Common signs include attempts to use unapproved tools, unexpected access to production data, spawning additional agents without a clear mandate, and repeated requests that expand beyond the original task. The key indicator is deviation from the declared lane, especially when the action is technically possible but operationally out of policy.

Q: What should organisations do when an AI agent can initiate work on its own?

A: Treat the agent as a governed identity with runtime controls, not as a passive application feature. Require traceable ownership, scoped credentials, containment paths, and a clear escalation rule for high-consequence actions so self-initiated activity stays inside documented boundaries.


Technical breakdown

How the agentic AI security scoping matrix separates agency from autonomy

The matrix uses two different variables because they answer different risk questions. Agency describes what an agent is allowed to change, read, or write in external systems. Autonomy describes how much of that activity happens without human intervention. Those are not the same thing: an agent can have broad write access but still wait for approval, or it can have limited scope yet operate with little supervision. The practical value of the matrix is that it turns those two dimensions into a scoped governance model instead of collapsing them into a single vague label like “AI automation.”

Practical implication: Classify agents by both authority and execution independence before approving production access.

Why deterministic controls must sit outside the model loop

The article’s core architectural point is that prompts and model reasoning are not reliable enforcement points. A language model can be instructed to respect policy, but it cannot be trusted to enforce the boundary consistently under manipulation, prompt injection, or ambiguous tool routing. That is why the matrix pushes controls into infrastructure-level policy, scoped credentials, audit logging, and tool restrictions that the model itself cannot override. In identity terms, the agent should be given only the access needed for the task, and those entitlements should be enforced outside the reasoning process.

Practical implication: Keep authorisation, credential scope, and tool gating outside the agent’s decision loop.

How runtime monitoring closes the gap scoping cannot cover

Scoping tells you what an agent should be allowed to do. Runtime controls tell you what it actually did once deployed. That distinction matters because autonomous workflows can drift from intended use even when the original approval was sound. The article stresses monitoring, traceable audit trails, and shutoff mechanisms because governance documents do not stop a malicious instruction, a poisoned memory state, or a tool misuse event in production. The control model therefore needs both pre-deployment classification and live containment.

Practical implication: Treat monitoring and shutdown paths as mandatory runtime controls for higher-autonomy agents.


NHI Mgmt Group analysis

Agentic AI governance fails when autonomy is treated as a side effect instead of a primary control variable. The article is right to separate who owns the stack from what the agent can actually do at runtime. Two agents can share the same model and infrastructure yet carry radically different risk because one recommends and the other executes. That is why identity governance for agentic systems has to classify authority, not just inventory assets. Practitioners should treat autonomy as a first-class governance boundary.

Least privilege is not enough when the identity can initiate work on its own. Traditional IAM assumes a request comes from a stable operator with predictable intent. The matrix shows why that assumption weakens for agents that can start tasks, chain tools, and continue without per-action approval. The governance problem is no longer just excessive access, but authority that changes meaning once execution is self-directed. Teams need to re-evaluate what “minimum necessary access” means when the subject can act without a human pacing each step.

Shadow AI becomes a lifecycle problem as soon as agents can appear through plugins, embedded assistants, and MCP connections. The article’s inventory guidance reflects a deeper truth: hidden agent surfaces create unmanaged identity paths long before a risk committee sees them. When tool access and interdependencies are not centrally recorded, the organisation cannot govern onboarding, change, or offboarding with confidence. The result is not just poor visibility. It is a broken lifecycle for a new class of non-human identity. Practitioners should make agent discovery part of identity governance, not a separate AI exercise.

Runtime enforcement is the missing layer between AI governance documents and actual security outcomes. Scoping matrices can define intended authority, but they do not stop prompt injection, poisoned context, or misuse of delegated tools in production. That means governance statements without enforcement become compliance artefacts rather than security controls. For identity teams, the operational question is whether approval, logging, containment, and shutoff exist where the agent actually executes. Practitioners should align governance claims with live control points, not policy language alone.

From our research:

  • 98% of companies plan to deploy even more AI agents within the next 12 months, according to AI Agents: The New Attack Surface report.
  • Only 52% of companies can track and audit the data their AI agents access, which means visibility is already lagging deployment.
  • For a deeper control model, see OWASP Agentic AI Top 10 and map agent risk to runtime safeguards.

What this signals

Agentic AI governance will move from policy writing to control proof. As deployments expand, security teams will be expected to show where authority lives, how it is constrained, and which runtime signals prove the boundary still holds. That is a different operating model from classic IAM review cycles, because the control target is behaviour at execution time. The practical next step is to connect agent classification to enforceable policy and continuous audit evidence.

Identity programmes will need a named concept for authority drift. The useful concept here is identity blast radius, meaning the maximum harm an agent can cause once its permissions, tools, and execution timing are combined. That concept helps teams decide where to draw lines between advisory systems, supervised workflows, and fully autonomous operations. It also gives risk committees a clearer way to compare agent classes without over-relying on model capability as the proxy for risk.

For practitioners, the main signal is that hidden agents and MCP connections will become a governance blind spot unless inventory is tied to change control. Once tool access changes, the risk classification changes with it. That means agent discovery, entitlement review, and runtime containment need to live in the same operating rhythm, not separate AI and IAM processes.


For practitioners

  • Inventory every agent and tool connection Track deployed agents, browser plugins, embedded assistants, MCP servers, and any external systems they can read or write to before assigning a scope.
  • Assign scope based on agency and autonomy Classify each agent by what it can change and how much runs without a person, then document the evidence required before moving it to a higher scope.
  • Move deterministic controls outside the model Use scoped credentials, tool allow lists, and infrastructure policy so the agent cannot override boundaries through prompt instructions or model reasoning.
  • Tie approval to consequence, not volume Reserve mandatory human approval for high-consequence actions such as destructive changes, regulated data access, or financial commitments.
  • Add monitoring and shutoff for autonomous workflows Require audit trails, anomaly detection, and a tested containment path for agents operating at higher scopes so live behaviour can be traced and stopped.

Key takeaways

  • Agentic AI risk is driven by authority and autonomy, not just by which model or platform is in use.
  • Production deployments need runtime controls because scoping alone cannot stop prompt injection, misuse, or scope drift.
  • Identity teams should govern AI agents as non-human identities with explicit ownership, bounded access, and live containment.

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 — Agent Goal HijackThe article discusses agent scope, tool use, and hijack risk in autonomous execution.
Recommendation — Map agent authority to A1 and restrict tool use that can redirect task intent.
OWASP Non-Human Identity Top 10NHI-01 — Inventory and OwnershipThe post stresses inventorying agents, MCP servers, and delegated access paths.
Recommendation — Maintain a complete NHI inventory and assign an owner to every agent identity and tool path.
NIST AI RMFGOVERN — AI Governance and AccountabilityThe article frames scope classification as a governance and accountability exercise.
Recommendation — Establish AI governance ownership and document approvals for each agent scope change.
NIST CSF 2.0PR.AC-4 — Access Permissions and AuthorisationsThe scope matrix depends on controlling what agents can access and change.
Recommendation — Enforce least-privilege permissions and review agent access whenever tool reach changes.
NIST Zero Trust (SP 800-207)3.5 — Policy Enforcement PointThe article argues for deterministic controls outside the model boundary.
Recommendation — Place policy enforcement outside the model and deny access when runtime conditions are not met.

Key terms

  • Agentic AI Security: Agentic AI security is the discipline of securing autonomous AI systems that can take actions, use tools, and chain decisions without direct human approval at each step. It covers identity and access management for AI agents, prompt injection defence, tool call governance, credential scoping, and runtime monitoring. As agentic systems acquire real-world authority — API access, file writes, workflow triggers — the security model must treat them as non-human identities with explicit lifecycle controls, not trusted processes.
  • Agency: Agency is what an identity is allowed to do, on whose behalf, with what scope, and for how long. For autonomous or semi-autonomous systems, this is more important than login status because the control problem is about delegated action, not mere authentication.
  • Autonomy: Autonomy is the ability of a system to operate independently using internal state and context rather than relying on a fixed instruction for every move. For security teams, autonomy increases the need for scoped permissions, runtime review, and clear revocation paths because the system can act on its own.
  • Delegation Chain: A delegation chain is the sequence of identities, credentials, and tool calls an agent uses to complete a task across systems. It matters because each step may appear acceptable on its own while the combined path produces an outcome no reviewer would have approved directly.

What's in the full article

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

  • The full four-scope matrix with AWS-style examples of read-only, approved, supervised, and fully autonomous agency
  • Step-by-step inventory guidance for agents, MCP servers, plugins, and delegated tool paths
  • Runtime control examples covering audit trails, shutoff mechanisms, and deterministic enforcement outside the model
  • Practical guidance for aligning scope decisions with EU AI Act and DORA obligations

👉 WitnessAI's full article covers the four scopes, control mappings, and runtime enforcement details.

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 11, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org