agent-governance
Patterns and tools for enforcing safety, trust, and policy governance in AI agent systems.
Install
npx skills add https://github.com/github/awesome-copilot --skill agent-governanceStats
| Total installs | 7,639 |
| Weekly installs | 7.6K |
| GitHub stars | 27.4K |
| First seen | Feb 19, 2026 |
| Source | @github/awesome-copilot |
Summary
- Composable governance policies define allowed/blocked tools, content filters, rate limits, and approval requirements — stored as configuration, not code
- Semantic intent classification detects dangerous prompts (data exfiltration, privilege escalation, prompt injection) before tool execution using pattern-based signals
- Tool-level governance decorator enforces policies at function call time with rate limiting, content checking, and audit logging
- Trust scoring with temporal decay tracks agent reliability in multi-agent systems, gating sensitive operations based on historical success rates
- Append-only audit trails capture all governance events (allowed, denied, errors) for compliance and security review
- Works with any agent framework: PydanticAI, CrewAI, OpenAI Agents, LangChain, AutoGen
Tags
Related skills
| Skill | Installs | vs agent-governance |
|---|---|---|
| mcp-deploy-manage-agents | 7,459 | -180 |
| nestjs-best-practices | 9,419 | +1,780 |
| entra-agent-user | 7,399 | -240 |
| create-web-form | 6,977 | -662 |
| ai-prompt-engineering-safety-review | 7,775 | +136 |
FAQ
- How many installs does agent-governance have?
- agent-governance has 7,639 total installs and 7.6K installs this week.
- Where is agent-governance hosted?
- agent-governance is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does agent-governance have?
- agent-governance has 27.4K GitHub stars.
- When was agent-governance first indexed?
- OrangeBot.AI first indexed agent-governance on Feb 19, 2026.
- How do I install agent-governance?
- Run: npx skills add https://github.com/github/awesome-copilot --skill agent-governance