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
- Provides proactive warnings for high-risk commands before execution.
- Intercepts and reviews destructive operations like rm -rf, git reset --hard,
kubectl delete, and SQL DROP/TRUNCATE statements.
- Logs usage with a lightweight analytics trail to help improve safety over time.
Quick Start
Describe a destructive task and instruct the system to enable careful mode before proceeding.