check_command
Verify shell command safety by detecting dangerous patterns like rm -rf, reverse shells, and fork bombs before execution.
Instructions
Check if a shell command is safe to execute. Detects rm -rf, reverse shells, fork bombs, curl|sh, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The shell command to check |