execute_command
Executes terminal commands with security validation, supporting custom timeouts, working directories, and security levels to ensure controlled command execution.
Instructions
Execute a command in the terminal with security validation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The command to execute | |
| timeout | No | Timeout in milliseconds (default: 30000) | |
| security_level | No | Security validation level | medium |
| working_directory | No | Working directory for command execution |