What problem does it solve?
Accidentally running destructive commands like rm -rf, DROP TABLE, or git push --force can cause irreversible data loss, system damage, or production outages, especially when working in live environments or shared workspaces.
Core Features & Use Cases
- Destructive Command Detection: Automatically flags high-risk operations including recursive file deletion, database drops, force pushes, hard git resets, and Kubernetes resource deletions.
- Safe Exceptions: Allows common non-destructive operations like deleting node_modules or build artifacts without warning.
- User Override: Lets you bypass any warning with explicit confirmation when you intend to run a destructive command.
- Use Cases: Ideal for production deployments, live system debugging, and shared development environments where accidental destructive actions pose significant risk.
Quick Start
Use the careful skill to enable safety guardrails that warn you before executing any destructive bash commands.