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
- Pre-run analysis of dangerous commands and immediate warnings to prevent accidental data loss.
- Flexible guardrails with per-command override options to maintain workflow while protecting critical assets.
- Use cases include debugging live systems, making changes in shared environments, or performing maintenance on production-like systems.
Quick Start
Describe the destructive command you are about to run and let careful warn you with an option to proceed or cancel.