TL;DR: AI security breaks when LLM, MCP, and agent gateways each make locally correct decisions without sharing identity, detection, and policy state, allowing legitimate prompts, tools, and authorisations to combine into a harmful outcome, according to Highflame. The real failure is not missing controls but fractured decision paths that let scope drift and hidden delegation chains escape review.
NHIMG editorial — based on content published by Highflame: Three control planes for AI agents fail when they do not agree
By the numbers:
- 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems, inappropriately sharing sensitive data, and revealing access credentials.
- When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes, and as quickly as 9 minutes in some cases.
Questions worth separating out
Q: How should security teams govern AI agent orchestration across multiple systems?
A: Security teams should govern AI agent orchestration by mapping every agent, connector, and handoff to a clear owner, entitlement scope, and approval boundary.
Q: What happens when AI security gateways do not share risk signals in real time?
A: The authorisation plane keeps making decisions with stale context, which means a suspicious prompt or tool action may not affect the very next request.
Q: How do organisations stop privilege drift in multi-hop AI delegation chains?
A: Enforce scope intersection at each issuance point and require the full delegation lineage to remain queryable.
Practitioner guidance
- Define one canonical agent identity Map every agent, sub-agent, and delegated token to a single identity record with consistent URI shape, scope, and delegation lineage across content, MCP, and authorisation planes.
- Push risk signals into live policy inputs Convert prompt-injection detections, tool anomalies, and session risk scores into real-time inputs for the next authorisation decision, not just into dashboards or SIEM records.
- Enforce scope intersection at token issuance Require each hop to receive only the overlap of its own request, its parent grant, and current policy, so scope widening cannot be repaired later by a downstream policy check.
What's in the full article
Highflame's full analysis covers the operational detail this post intentionally leaves for the source:
- The exact architecture of the Agent Control Fabric, MCP Gateway, and ZeroID integration described by the vendor
- The Cedar policy and RFC 8693 token exchange mechanics the vendor uses to enforce scope intersection
- The integration tests and chain-of-custody properties the vendor says can be verified directly
- The vendor's own checklist for product evaluation across multi-hop delegation and revocation
👉 Read Highflame's analysis of three control planes for AI agent security →
AI agent control planes: are your gateways acting as one path?
Explore further
Three-plane AI security is only as strong as its shared identity layer: content inspection, tool brokering, and runtime authorisation are each useful, but they are not sufficient when they evaluate different slices of the same agent session. The field has started to standardise the taxonomy, yet standardisation is not integration. Practitioners should treat separate products as three opinions unless they share a canonical identity, a common delegation graph, and live policy state.
A few things that frame the scale:
- 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems, inappropriately sharing sensitive data, and revealing access credentials, according to AI Agents: The New Attack Surface report.
- 98% of companies plan to deploy even more AI agents within the next 12 months, despite documented rogue behaviour in 80% of current deployments.
A question worth separating out:
Q: Should organisations treat LLM gateways, MCP gateways, and agent gateways as separate products?
A: Only if they can behave like one decision path. If identity reconciliation, policy evaluation, and detection hand-off happen through dashboards or batch syncs, the stack is three control points pretending to be one fabric, which leaves the combined session under-governed.
👉 Read our full editorial: Three control planes for AI agents fail when they do not agree