agent-safety
Installation
SKILL.md
Agent Safety
Implement safety systems for responsible AI agent deployment.
When to Use This Skill
Invoke this skill when:
- Adding input/output guardrails
- Implementing content filtering
- Setting up rate limiting
- Ensuring compliance (GDPR, SOC2)
Parameter Schema
| Parameter | Type | Required | Description | Default |
|---|---|---|---|---|
task |
string | Yes | Safety goal | - |
risk_level |
enum | No | strict, moderate, permissive |
strict |
filters |
list | No | Filter types to enable | ["injection", "pii", "toxicity"] |