execute_command
Run shell commands securely within Windows Subsystem for Linux (WSL) by specifying the command, working directory, and timeout, with built-in validation and protection against vulnerabilities like shell injection.
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 |