agent-governance

Enforce safety, access control, and auditability for AI agent tool use.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ShadowAUS/chez-king-portal --skill agent-governance-shadowaus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-governance
Source: https://github.com/ShadowAUS/chez-king-portal/tree/main/.tessl/tiles/github/awesome-copilot/skills/agent-governance
Command: npx skills add https://github.com/ShadowAUS/chez-king-portal --skill agent-governance-shadowaus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Patterns and techniques for adding safety, trust, and policy enforcement to AI agent systems. Use this skill when:

  • Building AI agents that call external tools (APIs, databases, file systems)
  • Implementing policy-based access controls for agent tool usage
  • Adding semantic intent classification to detect dangerous prompts
  • Creating trust scoring systems for multi-agent workflows
  • Building audit trails for agent actions and decisions
  • Enforcing rate limits, content filters, or tool restrictions on agents
  • Working with any agent framework (PydanticAI, CrewAI, OpenAI Agents, LangChain, AutoGen)

Core Features & Use Cases

  • Governance policy objects to allow/deny tool usage and content
  • Intent classification to detect dangerous prompts before tool execution
  • Tool-level governance decorators to enforce policies
  • Trust scoring and audit trails for accountable AI agent operations
  • Multi-agent trust management and human-in-the-loop workflows

Quick Start

Define a governance policy and wrap your tool functions with the governance decorator to enforce it.

Frequently Asked Questions about agent-governance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce safety and policy controls on AI agents that call external tools?

AI agent safety is enforced by wrapping tool functions with governance decorators that apply policy objects to allow or deny usage. This implements intent classification and tool-level access control before any external API, database, or file system execution occurs.

What is semantic intent classification for AI agent governance?

Semantic intent classification is a pre-flight mechanism that detects dangerous prompts before tool execution. It evaluates user inputs against governance policies to prevent unauthorized actions, ensuring AI agents only process permitted commands within multi-agent workflows.

Does this AI agent governance approach work with frameworks like CrewAI, LangChain, and PydanticAI?

AI agent governance works with any agent framework including PydanticAI, CrewAI, OpenAI Agents, LangChain, and AutoGen. It applies tool-level governance decorators and policy objects independently of the specific agent framework being used.

How do I build an audit trail for AI agent actions and decisions?

Audit trails for AI agent actions are built using append-only logging components that record decisions, tool usage, and trust scores. This creates accountable records of agent operations by capturing runtime data during multi-agent collaboration and human-in-the-loop workflows.

Can I implement rate limits and content filters for AI agent tool usage?

Rate limits and content filters for AI agent tool usage are implemented through governance policy objects. These configurable components enforce tool restrictions, control access, and apply semantic content filtering during runtime threat detection.

What's the best way to manage trust scoring in multi-agent workflows?

Trust scoring in multi-agent workflows is managed by evaluating agent interactions against configurable governance policies. This assigns accountability scores to collaborative agent operations, integrating with human-in-the-loop workflows to maintain production compliance.