Privacy and advertising choices

Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
AT

microsoft/agent-governance-toolkit

AI Agent

AI Agent Governance Toolkit — Policy enforcement, zero-trust identity, execution sandboxing, and reliability engineering for autonomous AI agents. Covers 10/10 OWASP Agentic Top 10.

5.6k Stars898 Forks161 Open Issues5.6k WatchersPythonMIT
AI Agent
Review Readiness

This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.

100

review score

Indexable review
Decision Snapshot

Problem solved

AGT solves the fundamental problem that prompt-level safety is insufficient for autonomous agents, as prompt injection attacks achieve near-100% success rates. It replaces probabilistic model-level controls with deterministic, code-enforced policies that make unauthorized actions structurally impossible, providing a verifiable security boundary.

Deployment reality

The available setup signal starts with: pip install agent-governance-toolkit[full]. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.

Commercial use

The recorded license is MIT. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.

Capability ceiling

Developers can build multi-agent systems with fine-grained access control, zero-trust identity, and tamper-evident audit logs. Real-world use cases include enterprise automation where agents interact with databases, email, and APIs, requiring strict policy enforcement. The framework supports any agent framework and enables compliance with regulatory requirements for auditability and incident response.

Source and compliance noteLast synced: Aug 3, 2026

Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.

Original GitHub sourceMethodologyEditorial Policy
Editorial Evaluation

microsoft/agent-governance-toolkit is tracked as a Python project in the AI Agent area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.

Momentum check: the repository has 5.6k total stars, with +0 today, +659 this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.

Maintenance check: current activity is Active; the latest push was 22 days ago, and the open issue queue is 161, about 2.89% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.

Adoption check: 898 forks and 5.6k watchers suggest how often the project is reused or followed. License signal: MIT. Always verify license compatibility before commercial or internal use.

Practical fit: this project is most relevant when you need Python teams evaluating ecosystem-native tooling. Be cautious when you need a legal review, security audit, or production SLA.

Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 659. Follow the original GitHub repository for final install, security, and release information.

Evidence Checklist

Analysis

Ready

Original problem, capability, and verdict guidance are available.

Sources

Ready

Repository metadata and README/source references are attached.

License

Ready

MIT is recorded for review.

Maintenance

Ready

Recent activity is visible in repository metadata.

Alternatives

Ready

Enough nearby projects exist for comparison.

Best For
  • Python teams evaluating ecosystem-native tooling
  • use cases where recent maintenance matters
Avoid When
  • you need a legal review, security audit, or production SLA
Adoption Signals

Momentum

5.6k Stars

Reuse

898 Forks

Attention

5.6k Watchers

Maintenance

active

License

MIT

Open issues

161

Overview

Agent Governance Toolkit (AGT) is an open-source framework from Microsoft for enforcing policy, identity, sandboxing, and SRE on autonomous AI agents. It intercepts tool calls in deterministic application code to make policy violations structurally impossible, rather than relying on prompt-level safety.

Key Features

- Intercepts every tool call, message send, and delegation in deterministic application code before the model's intent reaches the wire, making policy violations structurally impossible. - Supports YAML-based policies with conditions, actions (allow/deny/require_approval), and multi-agent identity tracking. - Provides a simple two-line API (`govern(tool, policy)`) and integrates with any framework via `pip install`.

Tool Positioning

AI Agent

Agent frameworks, autonomous workflows, and tool-use systems

Quick Start
pip install agent-governance-toolkit[full]
View on GitHub
Project Activity

73

Health Score

Active

Commit Activity

Mar 2, 2026

Created

Aug 1, 2026

Last push

Source Trail

GitHub repository metadata

metadata

GitHub README

readme_summary

Star History

+11

Today's growth

+385

7-day growth

+385

30-day growth

Jul 29, 2026Aug 3, 2026
Community Health
898

Forks

161

Open

5.6k

Watchers

Owner
AT

microsoft

GitHub profile
Topics & Language
Pythonagent-frameworkai-agentsai-safetycompliancegovernancemicrosoftowasppolicy-enginepythonsecuritytrustzero-trust
Ecosystem & Usage
GitHub Repository
Alternatives & Comparison

obra/superpowers

An agentic skills framework & software development methodology that works.

273k

affaan-m/ECC

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

240k

NousResearch/hermes-agent

The agent that grows with you

231k

mattpocock/skills

Skills for Real Engineers. Straight from my .agents directory.

218k

anomalyco/opencode

The open source coding agent.

198k
License
MIT
CreatedMar 2, 2026
Last pushAug 1, 2026
Last syncedAug 3, 2026
Repository Standards

✓

License

✓

Forked

✓ Active

Maintained

AI AnalysisAnalyzed by Git-Stars

Problem Solved

AGT solves the fundamental problem that prompt-level safety is insufficient for autonomous agents, as prompt injection attacks achieve near-100% success rates. It replaces probabilistic model-level controls with deterministic, code-enforced policies that make unauthorized actions structurally impossible, providing a verifiable security boundary.

Capabilities

Developers can build multi-agent systems with fine-grained access control, zero-trust identity, and tamper-evident audit logs. Real-world use cases include enterprise automation where agents interact with databases, email, and APIs, requiring strict policy enforcement. The framework supports any agent framework and enables compliance with regulatory requirements for auditability and incident response.

Bottom Line

This toolkit is essential for teams deploying autonomous AI agents in production, especially in regulated industries. It is not for simple chatbots or projects where prompt-level safety is sufficient. The key trade-off is increased operational complexity for deterministic security guarantees.

Full AI Analysis