Governance breaks when it assumes the AI system only produces text or recommendations for humans to review. Agentic systems can take actions, use tools, and affect live environments directly, so policies built for output review miss the moment where risk becomes operational. The control problem shifts from content oversight to runtime authority, delegation, and action containment.
Why This Matters for Security Teams
Governance that only reviews model output treats AI like a passive content generator. That model misses the operational reality of agentic systems, where the risk arrives when an agent is allowed to act, call tools, open tickets, change records, or trigger downstream automations. Security teams need to govern authority, delegation, and containment at runtime, not just screen the final text.
This is where NHI controls become central: the identity and credentials bound to an autonomous workload determine what it can touch, when, and for how long. NHI Management Group’s Top 10 NHI Issues and the 2024 ESG Report: Managing Non-Human Identities both point to the same operational gap: insecure, over-privileged, or poorly rotated non-human identities are where oversight fails first. NIST’s AI Risk Management Framework reinforces that governance must address lifecycle, accountability, and context, not just outputs.
In practice, many security teams encounter unauthorized agent activity only after a tool chain has already executed and changed production state, rather than through intentional review of the model’s response.
How It Works in Practice
Effective control design starts by separating three things that output-focused governance often blends together: what the model says, what the agent is allowed to do, and what the runtime is actually doing. For autonomous systems, the critical control plane is the runtime permission set, because that is where a benign-looking prompt can become an API call, file write, payment action, or privilege escalation.
Current guidance suggests using workload identity as the primitive for agent authorization, then layering short-lived credentials, explicit tool-scoped entitlements, and policy evaluation at request time. That means the agent proves what it is with cryptographic workload identity, receives just-in-time access only for the task at hand, and loses that access automatically when the task ends. This is much closer to how high-risk NHIs should be handled across their lifecycle, as described in NHIMG’s Lifecycle Processes for Managing NHIs.
- Use runtime policy, not static approval, to decide whether a specific tool call is permitted.
- Prefer ephemeral secrets and task-scoped tokens over reusable credentials.
- Log each action with the agent identity, task context, and target resource.
- Revoke or isolate the agent when its behavior drifts from the declared goal.
Frameworks such as the NIST Cybersecurity Framework 2.0 and the NIST AI 600-1 Generative AI Profile support this shift by emphasizing governed implementation, traceability, and operational resilience. These controls tend to break down when agents inherit broad API scopes across fragmented SaaS and cloud environments because the policy engine cannot reliably see every downstream tool invocation.
Common Variations and Edge Cases
Tighter runtime control often increases integration overhead, requiring organisations to balance safety against latency, developer friction, and operational complexity. That tradeoff is real, especially in multi-agent pipelines where one agent delegates to another, or where a workflow spans SaaS platforms, internal APIs, and external MCP-style tool interfaces.
Best practice is evolving here. There is no universal standard for how much autonomy should be pre-approved versus evaluated live, but current guidance favors minimizing standing privilege and enforcing explicit task boundaries. The DeepSeek breach and the research patterns in the Regulatory and Audit Perspectives section illustrate why auditors increasingly ask not only what the model generated, but what identity was used, what action was taken, and whether that action was reversible.
The practical edge case is highly dynamic environments where agents must act faster than a human reviewer can approve each step. In those settings, security teams usually need a tiered model: low-risk actions can proceed under narrow standing constraints, while sensitive actions require fresh authorization, stronger policy checks, or human-in-the-loop escalation.
Where environments lack reliable inventory, action logging, or secret rotation discipline, this guidance breaks down because the organisation cannot prove which agent did what, with which access, and under whose approval.
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 CSA MAESTRO address the attack and risk surface, while NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | A07 | Agentic systems need runtime authorization and action containment, not output-only review. |
| CSA MAESTRO | MAESTRO addresses agent identity, tool use, and governance across autonomous workflows. | |
| NIST AI RMF | AI RMF covers governance, accountability, and operational risk beyond model outputs. |
Map agent workflows to MAESTRO-style controls for identity, delegation, and monitoring.