execute_shell
Execute shell commands with configurable security levels and options for working directory, environment variables, and timeout settings.
Instructions
Execute shell commands with multi-level security
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The command to execute | |
| args | No | Command arguments | |
| cwd | No | Working directory | |
| env | No | Environment variables | |
| timeout | No | Timeout in milliseconds | |
| shell | No | Run command in shell | |
| securityLevel | No | Security level (default: moderate) | |
| sudo | No | Run with sudo (requires system permissions) | |
| interactive | No | Run in interactive mode |