nymrel_surety_guard
Intercepts risky shell commands before execution, blocking rm -rf, DROP, format, path traversal, and unconstrained deletes to prevent destructive agent actions.
Instructions
Pre-execution safety firewall intercepting destructive shell commands (rm -rf, DROP, format), path traversal violations, and unconstrained deletes before agent execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strict | No | If true, blocks on moderate warnings and requires explicit override | |
| command | Yes | The exact shell command or script string to evaluate | |
| workingDirectory | No | The current working directory context |