run_shell_command
Executes only pre-approved commands by gating through agent-sudo authorization, enforcing a narrow allowlist for safe command execution.
Instructions
DEMO/REFERENCE executor: classifies and gates the command through agent-sudo, then executes only a narrow allowlist. It is not a general shell. To gate real commands, embed the agent-sudo authorization engine in your agent (see README).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command line to evaluate. |