Skip to main content
Back to registry

agent-governance

github/awesome-copilot

Patterns for adding safety, trust, and policy enforcement to AI agent systems.

Installs7
Install command
npx skills add https://github.com/github/awesome-copilot --skill agent-governance
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Patterns for adding safety, trust, and policy enforcement to AI agent systems. Governance patterns ensure AI agents operate within defined boundaries — controlling which tools they can call, what content they can process, how much they can do, and maintaining accountability through audit trails. Define what an agent is allowed to do as a composable, serializable policy object. Combine multiple policies (e.g., org-wide + team + agent-specific): Store policies as configuration, not code: Detect dangerous intent in prompts before they reach the agent, using pattern-based signals. Key insight : Intent classification happens before tool execution, acting as a pre-flight safety check. This is fundamentally different from output guardrails which only check after generation. Wrap individual tool functions with governance checks: Track agent reliability over time with decay-based trust scores: Multi-agent trust : In systems where agents delegate to other agents, each agent maintains trust scores for its delegates: Append-only audit log for all agent actions — critical for compliance and debugging: Match governance strictness to risk level: - Agents with tool access : Any agent that calls external tools (APIs, databases, shell commands) - Multi-agent systems : Agents delegating to other agents need trust boundaries - Production deployments : Compliance, audit, and safety requirements -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does agent-governance do?

Patterns for adding safety, trust, and policy enforcement to AI agent systems.

Is agent-governance good?

agent-governance does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does agent-governance work with?

agent-governance currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to agent-governance?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install agent-governance?

npx skills add https://github.com/github/awesome-copilot --skill agent-governance

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering