What problem does it solve?
Safety guardrails for destructive commands. Warns before rm -rf, DROP TABLE, force-push, git reset --hard, kubectl delete, and similar destructive operations. User can override each warning. Use when touching prod, debugging live systems, or working in a shared environment. Use when asked to "be careful", "safety mode", "prod mode", or "careful mode".
Core Features & Use Cases
- Enforces warning prompts before dangerous commands across Bash, Git, Kubernetes, Docker, and other toolchains.
- Supports per-command override, audit logging, and safe-exception rules to allow avoidance of false positives on common build artifacts.
- Use case: when administering production systems, debugging shared environments, or performing risky operations where collateral damage must be avoided.
Quick Start
Use the careful skill to automatically warn before potentially destructive commands and log decisions.