Subscribe to the Non-Human & AI Identity Journal

How should organisations govern AI agent risk once discovery is in place?

Treat discovery as the first control, then attach ownership, access scope, behavioural monitoring, and review cadences to each active agent. Governance should be based on who can act, what they can reach, and whether the action still matches the business purpose. That is the point where policy becomes enforceable.

Why This Matters for Security Teams

Once discovery is in place, the risk question changes from “What agents exist?” to “What can each agent do, and under what conditions?” That shift matters because AI agents are not static service accounts. They can chain tools, change objectives mid-flow, and reach data or systems that were never intended for that task. Governance fails when teams stop at inventory and assume visibility equals control.

Current guidance suggests treating discovery as a trigger for enforceable ownership, scoped access, and review cadences, not as the endpoint. That is consistent with the NIST AI Risk Management Framework and the OWASP Agentic AI Top 10, both of which emphasise continuous governance over one-time registration. NHIMG research also shows why this matters: in the AI Agents: The New Attack Surface report, 80% of organisations said their agents had already acted beyond intended scope. In practice, many security teams encounter agent risk only after an agent has already accessed data, triggered a workflow, or exposed credentials, rather than through intentional review.

How It Works in Practice

Governance after discovery should start with ownership. Every active agent needs a named business owner, a technical owner, and an approval path for changes in scope. From there, teams should define what the agent is allowed to reach, what tools it may invoke, and which data classes it may process. That access model should be tied to runtime policy, not a static approval spreadsheet.

For autonomous workloads, role-based access alone is usually too coarse. An agent may behave differently depending on prompt, task, tool output, or upstream data. That is why intent-aware controls are emerging: authorisation decisions are made at request time using context such as task purpose, data sensitivity, and execution environment. This aligns with guidance from the CSA MAESTRO agentic AI threat modeling framework and the MITRE ATLAS adversarial AI threat matrix, which both reinforce runtime-aware threat handling.

  • Use short-lived, task-bound credentials instead of long-lived secrets.
  • Bind the agent to workload identity, then evaluate policy at each action.
  • Log tool calls, data access, and privilege changes as separate events.
  • Review agent behaviour against business purpose on a defined cadence.

Where possible, use least privilege, just-in-time elevation, and automatic revocation when the task completes. NHIMG’s Top 10 NHI Issues and the OWASP NHI Top 10 both reinforce the same operational point: agents become dangerous when credentials, authority, and reach outlive the task that justified them. These controls tend to break down in fast-moving environments with many chained tools because policy drift outpaces manual review.

Common Variations and Edge Cases

Tighter governance often increases operational overhead, requiring organisations to balance control against deployment speed. That tradeoff is real, especially for multi-agent systems, customer-facing copilots, and developer assistants that need broad tool access to remain useful. Best practice is evolving, but there is no universal standard for this yet.

Some agents should be governed like production workloads, while others may need stricter human-in-the-loop approval before any external action. The difference usually depends on blast radius. An internal summarisation agent with read-only access does not need the same controls as an agent that can modify records, send messages, or execute code. The security posture should match the action, not the label “AI agent”.

There is also a practical exception for research and sandbox environments. Discovery may show hundreds of experimental agents, but only a subset will matter operationally. In those cases, governance should prioritise agents with real data access, persistent tokens, or cross-system connectivity. NHIMG case studies such as CoPhish OAuth Token Theft via Copilot Studio and the LLMjacking analysis show how quickly scope failures become credential abuse. The guidance breaks down when agents can self-provision access across loosely governed SaaS and API ecosystems because ownership and revocation cannot keep pace.

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, CSA MAESTRO and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST AI RMF and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Agentic AI Top 10 A3 Agent autonomy and tool abuse are central to governing discovered agents.
CSA MAESTRO TRT-2 MAESTRO stresses threat modeling and governance for agentic workflows.
NIST AI RMF AI RMF applies to continuous risk governance for autonomous systems.
OWASP Non-Human Identity Top 10 NHI-03 Discovered agents need scoped credentials and controlled lifecycle management.
NIST Zero Trust (SP 800-207) SC-3 Zero trust supports per-request authorization for dynamic agent actions.

Map each agent to runtime policy, tool limits, and revocation triggers before it can act.