validate_command
Dry-run validate a command to see if it would be allowed, helping troubleshoot security blocks before execution.
Instructions
[Diagnostics] Test if a command would be allowed without executing it (dry-run validation). Use this to troubleshoot security blocks before attempting execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shell | Yes | Shell to validate against | |
| command | Yes | Command to validate | |
| workingDir | No | Working directory to validate (optional) |