nexus_exec
Run commands with timeout, ring-buffer output, and secret redaction. Terminates process group on timeout to avoid runaway processes.
Instructions
Run a command with timeout, ring-buffer output, and secret redaction. Process-group killed on timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Command arguments (as array, not shell-interpolated) | |
| command | Yes | Command to execute | |
| timeoutMs | No | ||
| background | No | Run in background (returns a job ID) | |
| allowDangerous | No | Allow dangerous commands (rm -rf, etc.) |