check_command
Check a shell command for safety by detecting dangerous patterns such as rm -rf, reverse shells, fork bombs, and curl|sh 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 |