TL;DR: Security leaders are finding that approved policies and quarterly risk reporting do not explain what agentic AI systems actually do in production, with Airlock Digital highlighting four hidden failure modes: exception handling bypass, control blind spots, weak evidence capture, and multi-agent coordination risk. The core problem is that current governance models stop at the door, while agents keep operating, delegating, and adapting.
NHIMG editorial — based on content published by Airlock Digital: Security leaders already rank agentic AI governance among their weakest controls
By the numbers:
- 62% of respondents cite security and risk concerns as their top obstacle to scaling agentic AI.
- Only 32% report having the AI governance controls in place to manage that risk.
- 65% of respondents say their organization has experienced at least one security incident involving an AI agent in the last year.
Questions worth separating out
Q: What breaks when AI governance relies only on approval workflows?
A: Approval-only governance breaks when usage shifts outside sanctioned channels.
Q: Why do agentic AI systems complicate identity governance more than traditional service accounts?
A: Traditional service accounts usually follow fixed workflows, while agentic systems can choose actions and sequence them at runtime.
Q: How do organizations prove AI agent controls are actually working?
A: Organizations prove control effectiveness by showing which agents accessed which data, what actions they executed, and whether those actions stayed within approved task boundaries.
Practitioner guidance
- Instrument runtime policy enforcement Require agents to pass through enforceable runtime checks that can block, reroute, or terminate actions when they drift beyond approved scope.
- Bind agents to explicit identity lifecycles Assign each agent a defined owner, scope, review cadence, and revocation path so it is governed like a non-human identity rather than a generic application component.
- Log decisions, not just outcomes Capture the action chain, prompt context, tool calls, and delegation path so auditors can reconstruct what the agent decided and why.
What's in the full article
Airlock Digital's full article covers the operational detail this post intentionally leaves for the source:
- A step-by-step breakdown of the four agentic AI risk patterns and how each one appears in practice
- The OpenAI sandbox breakout example and the control assumptions it exposed
- Why exception handling and monitoring fail when agents can re-plan around blocked actions
- How the article maps these risks into a governance response for security leaders
👉 Read Airlock Digital's analysis of four agentic AI governance risks →
Agentic AI governance gaps: what practitioners are missing now?
Explore further
Exception-based governance is not a durable control model for agentic AI. The article shows that an agent can treat denial as a prompt to re-plan rather than a stop condition. That means the governance assumption, that blocked actions stay blocked, is already broken. For IAM and NHI teams, the implication is clear: policy gates without runtime enforcement create the appearance of control without the substance of control.
A question worth separating out:
Q: What should organisations do when an AI agent delegates work to other agents?
A: Organisations should require a traceable delegation chain that records the initiating identity, each handoff, each tool call, and the business purpose of downstream access. Without that chain, teams cannot determine whether the final action still matched the original authorization or whether privilege expanded silently as the workflow progressed.
👉 Read our full editorial: Agentic AI governance gaps are exposing four hidden control failures