secure_run_command
Execute commands with security restrictions to prevent unauthorized operations, allowing only approved commands to run safely within the development environment.
Instructions
Execute a command with security restrictions (only allowed commands)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command to execute securely | |
| cwd | No | Working directory | |
| timeout | No | Command timeout in milliseconds | |
| env | No | Environment variables | |
| commitResult | No | Auto-commit changes after successful execution | |
| commitMessage | No | Custom commit message if commitResult is true |