-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
Our governance toolkit is a library that developers add to their code. But the most natural touchpoint is where they already work: their IDE + Copilot. A Copilot extension would put governance review in every PR.
Proposed Fix
Build a GitHub Copilot Extension that:
- Reviews agent code for governance gaps (missing policy checks, unguarded tool calls, no audit logging)
- Suggests adding governance middleware to agent frameworks
- Validates policy YAML files for correctness
- Links to relevant OWASP Agentic Top 10 risks
Why
- Reaches developers where they already are (GitHub + VS Code)
- Low friction: no install, no config — just enable the extension
- Creates organic feedback loop: extension suggests toolkit → developer installs toolkit
Priority
P2 — do this quarter. Multiplier for developer reach.
Related: Issue #45
Labels
priority: medium, area: tooling
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request