Back
Microsoft Open Source BlogLaunchMicrosoft Open Source Blog2026-04-05

Microsoft Open-Sources an Agent Governance Toolkit That Covers Every OWASP Agentic Risk — On Day One

Microsoft released the Agent Governance Toolkit on April 2nd — a seven-package, multi-language open-source system delivering sub-millisecond runtime policy enforcement, zero-trust agent identity, and full OWASP Agentic Top 10 coverage. It ships with 9,500+ tests and integrations for 12 agent frameworks including LangChain, CrewAI, and OpenAI Agents.

Original source

On April 2, 2026, Microsoft published the Agent Governance Toolkit to GitHub under the MIT license — a seven-package, multi-language security system for autonomous AI agents that the company says is the first to cover all 10 risks in the OWASP Agentic AI Top 10.

The toolkit's centerpiece is a deterministic policy engine that enforces identity, authorization, and behavioral constraints at sub-millisecond latency (<0.1ms). Agents are issued zero-trust cryptographic identities via Ed25519 credentials and SPIFFE/SVID, and execution is sandboxed with a 4-tier privilege ring system. An MCP security scanner can detect tool poisoning and typosquatting attacks against agent tool registries.

Compliance automation is a first-class feature: the toolkit maps directly to the EU AI Act, HIPAA, and SOC2 requirements, and produces signed compliance reports after each agent run. For teams in regulated industries, this addresses the audit trail problem that most agentic frameworks punt on entirely.

Framework support covers 12 integrations including LangChain, CrewAI, AutoGen, Haystack, OpenAI Agents, Google ADK, and Microsoft's own Agent Framework — each integration hooks into the framework's native extension points rather than wrapping it. Languages supported are Python, TypeScript, .NET, Rust, and Go.

The timing is pointed: the EU AI Act's compliance obligations for high-risk AI systems came into force in March 2026. Microsoft is positioning the toolkit as the open standard for agent governance infrastructure, much as it did with VS Code for editors. Whether the 12-framework integration surface can be maintained as those frameworks evolve will determine whether this becomes a lasting standard or an abandoned project.

Panel Takes

9,500 tests and sub-millisecond enforcement on day one is a serious engineering achievement. If you're deploying agents in healthcare or finance, this is the compliance layer you were going to have to build yourself. Microsoft just saved you six months.

The 12-framework integration surface is a maintenance liability disguised as a feature. Every time LangChain or CrewAI changes their extension points, this breaks. The OWASP claim needs independent verification — 'we wrote tests for it' is not the same as a security audit.

Microsoft is playing the same long game they played with VSCode and GitHub Actions: open-source the infrastructure, own the ecosystem. Agent governance is the missing security layer of 2026. This is the flag being planted.