On May 27, at the AI Agent Security Summit in San Francisco, a small group of contributors coordinated by Zenity quietly released what may be the most consequential piece of agentic AI infrastructure of the year. The Agent Control Standard (ACS) is a vendor-neutral, open-source specification for runtime governance of AI agents — the missing layer that sits above protocols like MCP and A2A and below the enterprise-specific policy engine. The launch landed in a market where AI agent software spending is racing toward $206.5 billion in 2026 and AI governance spending is barely scratching $492 million — an adoption-to-governance ratio of 8 to 1, and a gap that already costs the average enterprise an extra $670,000 per breach when shadow AI is involved. ACS is the first credible attempt to close that gap with a shared, royalty-free contract rather than a vendor product.
What ACS Actually Is
Strip away the standards-body packaging and ACS is a small, opinionated spec for one thing: how agent frameworks expose runtime hooks so that policy can run inline at the moment an agent makes a decision. Today, every agent platform — LangChain, CrewAI, Microsoft Agent Framework, OpenAI's Agents SDK, Google ADK, the half-dozen home-grown frameworks each Fortune 500 has built — defines its own extension model. Callbacks here, middleware there, decorators in a third place. The result is that every enterprise security team writes the same policy logic seven times, and every governance vendor ships seven SKUs to integrate with seven frameworks. ACS standardizes the hook surface so that policy enforcement becomes framework-agnostic.
The hooks themselves are the boring, important part. The specification defines standardized control points at every meaningful boundary in an agent's lifecycle: input reception, output transmission, tool invocation, tool response handling, planning-to-execution transitions, memory operations, code execution, and sub-agent invocation. Each hook fires synchronously, gives a registered enforcement layer the opportunity to evaluate the action, and returns one of three verdicts — allow, deny, or modify — before the underlying action reaches a production system. This is the "Guardian Agent" pattern at the heart of ACS, and it is structurally different from observe-and-alert telemetry: enforcement runs inline, not asynchronously, and a denied action never reaches your CRM, your codebase, your spreadsheet, or your customer.
The architecture is three-tiered. The Platform Layer is owned by framework vendors, who implement the hooks in their native extension model without writing any policy logic. The Enforcement Layer is the open-source SDK that consumes the hooks and applies declarative policies for input validation, tool authorization, output filtering, and adversarial detection. The Enterprise Customization Layer is where security teams plug in their proprietary classifiers, domain detectors, and existing GRC tooling without ever modifying framework code. The clean separation is what makes the spec viable across both LangChain and a homegrown Python orchestrator — the same enforcement layer works against any framework that emits the hooks.
The other half of the spec is structured observability and inventory. Every hook firing emits an event through OpenTelemetry using new semantic conventions ACS is contributing upstream, plus OCSF mappings for security data lakes. The output is full audit trails across multi-agent workflows, forensic-grade reconstruction of agent behavior, and real-time anomaly detection — the kind of evidence EU AI Act auditors are starting to ask for by name. On top of that, ACS introduces the Agent Bill of Materials (AgBOM), an extension of CycloneDX and SPDX for the agent era. Unlike a static SBOM, AgBOM captures the dynamic capability surface of an agent — every tool, model, knowledge source, memory store, sub-agent, and dependency — and updates in real time as agents discover new MCP servers or modify their own tool roster. Coordinated by Rock Lambros, director of AI standards and governance at Zenity, and Michael Bargury, co-founder and CTO of Zenity, the project is licensed openly with vendor-neutral governance — no single company owns the specification.
Why This Matters for CIOs, CTOs, and CFOs
For technical leaders, ACS is the architectural piece that finally lets you separate three things that have been welded together by every vendor pitch this year: the agent framework (where logic runs), the protocol layer (how agents talk — MCP, A2A), and the control plane (what they are allowed to do). MCP told you how an agent can discover and call a tool. A2A told you how agents can collaborate. Neither told you what the agent is allowed to do at the moment of action, who is accountable when it does the wrong thing, or how to evidence that to an auditor. ACS is the contract that fills that gap, and it is deliberately scoped to only fill that gap. Architecturally, this means you can finally pick framework, protocol, and governance independently — and replace any one of them without touching the other two.
The governance hooks also map cleanly to the OWASP Top 10 for Agentic Applications 2026, released in December 2025 and peer-reviewed by more than 100 researchers. ASI01 (Agent Goal Hijacking) is enforced at the input hook. Tool misuse (ASI02) and excessive agency (ASI04) are enforced at the tool invocation hook. The "Rogue Agent" pattern — an authorized agent that drifts from its intended behavior — is exactly what the planning-to-execution and memory hooks are designed to catch. This is not coincidence. The spec was built to give security engineers a single integration target for the OWASP control set, instead of writing ten different enforcement adapters for ten different frameworks.
For business leaders, the cost case is direct. The most consistent finding across the 2026 governance literature is that shadow AI — agents and copilots running outside IT's visibility — adds $670,000 to the average enterprise breach cost, pushing it to $4.63 million for organizations with high shadow AI exposure against $3.96 million for those with low exposure. Twenty percent of organizations now report breaches caused specifically by shadow AI, and only 37% have any detection or governance policy in place. Annual insider-risk costs hit $19.5 million per organization, and 53% of that — $10.3 million — is driven by non-malicious actors, most of whom are running shadow AI. The math on closing the visibility gap is no longer subtle.
The strategic implication for CFOs is more uncomfortable. Gartner now predicts that more than 40% of agentic AI projects will be canceled by end of 2027, driven primarily by escalating costs, unclear business value, and inadequate risk controls. The $206.5 billion 2026 agent software market is being layered on top of a $492 million governance market — a ratio so lopsided that the cancellation rate looks less like a prediction and more like accounting. CFOs who approve agent budgets without an equivalent line for runtime governance are signing up to fund the 40%. ACS, because it is free and open, changes that calculus: there is no longer a budget excuse for not having a runtime control plane.
Market Context: The Control Plane Land Grab
ACS is landing in a market that has spent the last six months consolidating around three positioning archetypes. The first is platform-native governance: Microsoft's Agent Governance Toolkit, released in April 2026, is a seven-package open-source system with sub-millisecond p99 enforcement latency, native integrations to LangChain, CrewAI, Google ADK, and the Microsoft Agent Framework, and adapters for Datadog, Prometheus, OpenTelemetry, Langfuse, and Arize. ServiceNow's Project Arc and AI Control Tower extends the same idea to cross-platform agent orchestration. The strength of this archetype is depth and performance; the weakness is that each is a walled garden of a single vendor's ecosystem.
The second archetype is specialist governance vendors: Auditoria's Governed Autonomy shipped May 26 with finance-specific policy logic for autonomous AP agents; NVIDIA's SkillSpector ships attestation for verified agent skills; Trust3 AI's MCP Security launched the same week as ACS with a unified trust layer for agent-to-data connections. These vendors are betting the control plane is vertical, and that finance, manufacturing, healthcare, and code review each need purpose-built governance. The strength is precision; the weakness is fragmentation across the rest of the agent estate.
The third archetype is security-first vendors coming from the CISO side: Palo Alto Networks' AI Gateway, Cisco AI Defense, Capsule Security's runtime layer, Zenity itself with its inline runtime for Microsoft Foundry and OpenAI's AgentKit. These treat agent governance as a security primitive — a natural extension of CASB, DLP, and IAM. The strength is that they speak the CISO's language; the weakness is the same fragmentation pattern that turned the security stack into 80 vendors per Fortune 500.
ACS does something none of the three archetypes can do on their own: it gives all three a common hook surface to build against. Microsoft's Agent Governance Toolkit could implement ACS hooks and immediately become portable across non-Microsoft frameworks. Zenity, NVIDIA, Trust3, and Capsule could each ship ACS-compliant enforcement layers and let customers swap policy vendors without changing the agent code. The same way Anthropic's MCP went from a single-vendor protocol to a 97-million-install de facto standard in eighteen months, ACS has a credible path to becoming the runtime governance equivalent — but only if the vendor ecosystem implements it instead of routing around it. The first hundred days of upstream contributions will tell.
The regulatory tailwind is real. The EU AI Act is now in its first major enforcement cycle in 2026, and auditors are asking organizations to document why they chose a specific oversight pattern — a question much easier to answer with an open, peer-reviewed spec than with a slide deck. The NIST AI Risk Management Framework GenAI Profile has become the language procurement teams use by default, and ISO/IEC 42001 is showing up in enterprise RFPs as a hard requirement. ACS's mapping to NIST AI RMF and EU AI Act oversight requirements is one of the more useful parts of the spec for a CISO trying to justify a 2026 governance line item to the board.
Framework #1: The ACS Adoption Readiness Assessment (25-Point Scale)
Use this five-dimension assessment to score your organization's readiness to adopt ACS or any equivalent runtime governance layer. Each dimension is rated 1-5. Total scores under 10 mean "Not Ready" — start with foundational identity and inventory work. Scores of 10-14 are "Low Maturity" — focus on visibility and basic policy-as-code. Scores of 15-19 are "Medium Maturity" — extend to runtime hooks and enforcement. Scores of 20-25 are "High Maturity" — you can adopt ACS and scale autonomous agents safely.
Dimension 1: Agent Inventory (1-5)
- 1: No central inventory of which agents are running in production
- 2: Spreadsheet inventory updated quarterly by team self-report
- 3: Automated discovery for sanctioned platforms only (Microsoft, Google, Salesforce)
- 4: Discovery across sanctioned platforms + shadow AI scanning of endpoints and SaaS
- 5: Real-time AgBOM-equivalent inventory updated on every agent capability change
Dimension 2: Identity & Authorization (1-5)
- 1: Agents inherit a shared service account; no distinct identity
- 2: Agents have unique credentials but no scoping
- 3: Agents have scoped OAuth identities tied to specific data and APIs
- 4: Least-agency authorization with just-in-time elevation per tool call
- 5: Full lifecycle identity with automated retirement and per-action re-attestation
Dimension 3: Runtime Hook Coverage (1-5)
- 1: No runtime hooks; logging is post-hoc only
- 2: Input/output logging via SIEM, no inline enforcement
- 3: Inline enforcement on tool invocation only
- 4: Inline enforcement on input, output, tool invocation, and code execution
- 5: Full coverage across input, output, tool invoke/response, planning, memory, code, and sub-agent
Dimension 4: Policy-as-Code Maturity (1-5)
- 1: Policies live in PDFs and Confluence pages
- 2: Policies live in vendor-specific config UIs (one per agent platform)
- 3: Policies expressed in code, single framework (e.g., OPA, Rego, Cedar)
- 4: Policies version-controlled in Git, deployed via CI/CD with rollback
- 5: Policies portable across frameworks via an ACS-equivalent spec; tested with adversarial scenarios
Dimension 5: Audit & Evidence (1-5)
- 1: No central audit trail for agent actions
- 2: Per-platform logs, not normalized, no retention SLA
- 3: Normalized logs in a SIEM with 90+ day retention
- 4: OpenTelemetry-structured traces with OCSF mapping; queryable forensic reconstruction
- 5: Tamper-evident audit trails with EU AI Act / NIST AI RMF mapping; auditor-ready evidence packages
Scoring guide:
- 5-9 (Not Ready): Don't deploy autonomous agents in production yet. Start with inventory and identity. Expect 4-6 months of foundational work.
- 10-14 (Low Maturity): You can run pilots safely but not scale. Adopt policy-as-code and a single enforcement layer. Expect 3-4 months to reach medium.
- 15-19 (Medium Maturity): You can scale within a single framework but cross-framework migration will hurt. Adopt ACS hooks where supported. Expect 2-3 months to high.
- 20-25 (High Maturity): ACS adoption is incremental, not foundational. Use it to consolidate enforcement vendors and reduce per-framework integration cost.
The honest assessment for most Fortune 500s right now is that they will score 8-12. The Microsoft Work Trend Index found only 21% have a mature governance model, and the Gartner data suggests the rest are running agents in production without the controls to match. ACS does not skip those foundational steps — it just makes the eventual destination cheaper and less vendor-locked.
Framework #2: The 12-Week ACS Adoption Roadmap
If you scored 10 or higher on the readiness assessment, this is the phased rollout that fits the 2026 budget cycle. Treat the weeks as a planning skeleton, not a deadline.
Weeks 1-2: Inventory and ABOM baseline. Stand up automated agent discovery across your sanctioned platforms and run a one-time shadow AI sweep across endpoints, SaaS, and your top three home-grown agent frameworks. Build an initial AgBOM by hand if you have to. The goal is not completeness — it is to know the size of the problem. Most enterprises that run this exercise discover 3-5x more agents than IT thought existed.
Weeks 3-4: Pick one framework and one use case. Don't try to roll out ACS across the entire estate. Pick the framework with the highest agent volume (often LangChain or Microsoft Agent Framework) and the use case with the cleanest policy surface (procurement, customer support routing, or code review). Implement the hook surface for that framework — either using a vendor's ACS-compliant enforcement layer or by wiring the open-source SDK directly. Aim for input, output, and tool invocation hooks first; planning and memory hooks come later.
Weeks 5-6: Author the first ten policies in code. Start with the obvious ones — PII redaction at the output hook, allowlist/denylist for tool invocation, prompt-injection detection at the input hook, and rate limits per agent identity. Version-control them. Test them against an adversarial scenario set, ideally one you draw from the OWASP Top 10 for Agentic Applications. The goal is not a complete policy library — it is to prove the pipeline works end-to-end.
Weeks 7-8: Wire OpenTelemetry traces and AgBOM updates. Route the hook events into your existing observability stack — Datadog, Prometheus, Grafana, or whatever the SRE team already runs. Configure the AgBOM to update on every agent capability change. This is the step that converts ACS from a security artifact into something the SRE and FinOps teams will actually use, which is what eventually gets it funded permanently.
Weeks 9-10: Run the first audit drill. Pick a question an EU AI Act auditor would ask — "show me every action this agent took on behalf of a customer in the EU in the last 30 days, the policy decisions made at each step, and the human override pattern" — and answer it from the audit trail. The drill is the forcing function that reveals gaps in your hook coverage, your trace structure, or your evidence packaging. Fix them before the real audit.
Weeks 11-12: Expand to the second framework and second use case. Now you have a working pipeline and lessons learned. Add a second framework integration and a second use case. The marginal cost should be one third of the first one. If it is not, your enforcement layer is too coupled to the first framework — refactor before going wider.
Beyond Week 12: The pattern from here is incremental — one new framework, one new use case, one new policy class per sprint. The compounding value is that every framework you add reduces the per-framework integration cost for everyone else in the ACS ecosystem. The whole point of an open hook spec is that the work isn't yours alone.
Common pitfalls to plan around:
- The "we'll wait for the vendor" trap. Major framework vendors take 6-12 months to land standards support. If you wait, you are also delaying your governance maturity by 6-12 months. Run the spec against your own fork in the meantime.
- The "policy explosion" trap. Teams write 200 policies in the first quarter, then nobody maintains them. Cap the policy count at what one engineer can own.
- The "logging is governance" trap. Sending hook events to a SIEM is observability, not enforcement. If the action still happened, the breach still happened. Inline enforcement is the point.
- The "shadow AI is a people problem" trap. It is not. It is a discovery and inventory problem. People will keep deploying agents; your job is to see them.
- The "MCP/A2A is enough" trap. MCP is a tool protocol. A2A is an agent protocol. Neither is a control plane. Don't conflate the three.
The Case Study: Why Open Specs Win This Decade
The closest historical analogue to ACS is the trajectory of Anthropic's Model Context Protocol. MCP launched in November 2024 as a single-vendor protocol with one reference implementation. Eighteen months later, it has crossed 97 million installs and become the de facto enterprise standard for how agents connect to tools and data — not because Anthropic marketed it harder than competitors, but because every major framework vendor implemented it and the spec stayed simple enough to remain vendor-neutral. The OpenAI Agents SDK, Microsoft Agent Framework, Google ADK, LangChain, and CrewAI all now ship native MCP support. The spec won because the alternative — every framework defining its own tool protocol — was a worse outcome for everyone, including the framework vendors.
The same structural argument applies to ACS, and the same risks apply too. The OpenAPI spec succeeded because the alternative was a thousand bespoke API description formats. The OpenTelemetry spec succeeded because the alternative was a thousand bespoke observability formats. Both took roughly 24 months from announcement to dominance, and both had a moment in year one where they could have failed because a major vendor decided to route around them. ACS is at exactly that moment. If Microsoft, OpenAI, Google, Anthropic, and Salesforce all implement ACS hooks in their native frameworks within the next 12 months, the standard wins and the governance vendor market consolidates around enforcement layers. If two of them route around it and ship proprietary alternatives, the standard becomes another well-intentioned spec with three reference implementations and no production adoption.
The base case for ACS adoption is reasonably strong. The vendors with the most to gain — independent governance vendors like Zenity, Trust3, and Capsule — are pre-aligned. The vendors with the most to lose — the hyperscalers — actually benefit from a portable governance layer because it makes their framework-of-choice more attractive to enterprises that don't want to commit to a single ecosystem. The CISO community is loud, organized, and tired of integrating with seven hook surfaces. The regulators are explicitly asking for evidentiary patterns that map naturally to standardized hooks. The early-adopter Fortune 500s are already running pilots. The only group that benefits from fragmentation is the consulting firms that bill on it.
What to Do About It
For CIOs: Stop letting "we'll figure out governance later" be the gating answer. Score your organization against the 25-point assessment in the next two weeks. If you score below 15, freeze the deployment of new autonomous agents in production until you fix identity and inventory. If you score 15-19, allocate one engineer to implement ACS hooks on your highest-volume framework in Q3. If you score above 20, you are well-positioned — use ACS to consolidate the three-to-five governance vendors you are probably running today into one or two.
For CFOs: Push back hard on any 2026 agent budget that does not have an explicit governance line item between 15-20% of the agent spend. The Gartner ratio of 8:1 agent-to-governance spending is the leading indicator of the 40% project cancellation rate. Reframe the conversation in terms the audit committee already understands: the $670K shadow AI tax per breach is more than the runtime governance budget for the year. The math is not subtle.
For business and security leaders: Run the audit drill (Week 9-10 of the roadmap) once a quarter, even before the first regulator asks. The drill is the cheapest possible way to discover that your audit trails are useless before someone external discovers it for you. And start treating AgBOM-equivalent inventory with the same seriousness you treat SBOM inventory — because the regulators will, within the next 18 months. The shift from "we have AI agents in production" to "we have an inventory of every AI agent action our enterprise took in the last 90 days, mapped to policies, identities, and outcomes" is the work of one quarter if you start now, and the work of one decade if you start in 2027.
Continue Reading
- Governed Autonomy: Why Only 21% of Enterprises Got It Right
- NVIDIA SkillSpector: Verified Agent Skills Governance
- Anthropic MCP Tunnels: Self-Hosted Sandboxes and the $670K Shadow AI Tax
- ServiceNow Project Arc + Microsoft Agent 365: Universal Governance
- Anthropic MCP: 97 Million Installs and the Enterprise Standard
