trust-and-safety

Enforce guardrails and human-in-the-loop gates for production agentic systems.

8|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/mikeparcewski/wicked-garden --skill trust-and-safety
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trust-and-safety
Source: https://github.com/mikeparcewski/wicked-garden/tree/main/skills/agentic/trust-and-safety
Command: npx skills add https://github.com/mikeparcewski/wicked-garden --skill trust-and-safety

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures safe, auditable operation of agentic systems by providing a structured set of guardrails, human-in-the-loop gates, and defense-in-depth practices that prevent unsafe actions and data mishandling.

Core Features & Use Cases

  • Least Privilege and Defense in Depth: limit permissions and stack safety checks across input, decision, and action stages.
  • Human Oversight and Auditability: require human approval for high-stakes actions and keep an immutable decision trail.
  • Safety Patterns and Guardrails Reference: provide modular guidelines for input sanitization, prompt-injection defenses, sandboxed execution, and reversible actions.
  • Use Case: Deploy an agent in production that cannot modify critical data or exfiltrate keys without explicit approval and traceable context.

Quick Start

Configure your agent system to require human approvals for high-stakes actions and enable layered safety guards before executing any user request.

Frequently Asked Questions about trust-and-safety

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

FAQPage Schema
How do I add guardrails to agentic systems for safe production deployment?

Human-in-the-loop oversight is required for high-stakes actions in agentic systems to prevent unauthorized data modification or key exfiltration. This approach enforces explicit human approval gates and maintains an immutable audit trail for traceable context.

What is the best way to implement least privilege for autonomous agents?

Least privilege for autonomous agents is implemented by limiting permissions and stacking defense-in-depth safety checks before executing user requests. This restricts agents from modifying critical data without explicit approval and traceable context.

Can I use human-in-the-loop gates to prevent data exfiltration by agents?

Human-in-the-loop gates prevent data exfiltration by requiring explicit human approval before an agent can execute high-stakes actions. This ensures agents cannot exfiltrate keys or modify critical data without traceable authorization.

How do you ensure auditability in production AI agents?

Auditability in production AI agents is ensured by requiring human approval for high-stakes actions and keeping an immutable decision trail. This provides traceable context for all agent decisions affecting data, users, or external services.

When should I not use autonomous actions without safety constraints?

Autonomous actions without safety constraints should not be used when decisions affect critical data, users, or external services. Without action validation and reversible action patterns, agents risk irreversible damage and compliance violations.