run_system_command
Execute shell commands with safety filtering and configurable timeout for system operations.
Instructions
Executes a shell/PowerShell command on the local system (e.g. python, npm, git, tests, pip). Includes safety filtering and configurable timeout (default: 180s).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | ||
| command | Yes | ||
| working_dir | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |