Submissions:
- github/awesome-copilot#755 — Agent governance skill ✅ Merged
- github/awesome-copilot#756 — Governance audit hook ✅ Merged
- github/awesome-copilot#757 — Safety instructions + reviewer agent ✅ Merged Status: ✅ Shipped — All 3 PRs merged into awesome-copilot Date Submitted: March 2, 2026
Three merged contributions to GitHub's awesome-copilot repository (21.6K ⭐) adding governance capabilities for Copilot-based agent systems.
Governance patterns skill teaching Copilot how to build safer AI agent systems:
- Deny-by-default policy model
- Tool-level policy enforcement
- Threat detection patterns
- Trust scoring for multi-agent delegation
- Audit trail design (SHA-256 Merkle chain)
- Framework integration examples
Pre-commit style hook that scans Copilot sessions for governance concerns:
- Threat detection for generated code
- Pattern matching for common security anti-patterns
- Audit logging of governance decisions during coding sessions
- Configurable severity levels
Two components:
- Agent-safety instructions — Copilot custom instructions that enforce governance patterns when generating agent code
- Governance reviewer agent — A Copilot agent that reviews code for governance compliance (policy enforcement, audit trails, threat detection)
All three PRs merged into github/awesome-copilot, one of the most visible repositories for Copilot ecosystem contributions. This establishes governance as a recognized pattern in the Copilot community.
- awesome-copilot (21.6K ⭐)
- Agent Governance Toolkit