execute_command
Run commands securely in Windows Subsystem for Linux (WSL) with defined timeouts and working directories. Prevents vulnerabilities like shell injection and ensures safe execution in controlled environments.
Instructions
Execute a command in WSL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Command to execute | |
timeout | No | Timeout in milliseconds | |
working_dir | No | Working directory for command execution |