What problem does it solve?
This Skill prevents agents from causing irreversible damage or leaking sensitive information by enforcing safety checks around planning, tool calls, and protected operations.
Core Features & Use Cases
- Proactive safety gating: classifies high-risk intent and determines whether actions should be blocked, confirmed, warned, or logged.
- Tool-call tripwires: places guardrails immediately before and after side-effecting tool invocations to reduce “delegated mutation” risk.
- Protected-operation coverage: detects destructive git operations, sensitive file/secret exposure, unbounded or destructive SQL patterns, and risky deployment/publication actions.
- Action auditability: captures evidence for blocks, bypasses, and escalations so incidents can be reconstructed and reviewed.
Quick Start
Ask an AI agent to use the guardrails skill before running any tool that might touch protected files, execute destructive git or SQL commands, or perform deployments or credential-affecting operations.