secure_run_command
Securely execute commands with restrictions, ensuring only allowed operations are performed. Specify working directory, timeout, environment variables, and auto-commit changes for controlled and safe execution.
Instructions
Execute a command with security restrictions (only allowed commands)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Command to execute securely | |
commitMessage | No | Custom commit message if commitResult is true | |
commitResult | No | Auto-commit changes after successful execution | |
cwd | No | Working directory | |
env | No | Environment variables | |
timeout | No | Command timeout in milliseconds |