safe_execute
Screens shell commands for catastrophic patterns like rm -rf, DROP DATABASE, disk format, and fork bombs before running them, providing a pattern-based safety net against irreversible mistakes.
Instructions
Run a shell command after screening it for known-catastrophic patterns (rm -rf, DROP DATABASE, disk format, fork bombs, etc.), regardless of what path or table it targets. This is a pattern-based safety net, not a sandbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes |