fida_shell
Execute shell commands with policy-based gating and automatic secret redaction from output.
Instructions
Run a command through Fida policy (commands.run). Use this instead of native shell execution or non-Fida MCP shell tools so the policy can gate the command. Stdout/stderr are returned with secrets redacted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command line; split on whitespace into argv. | |
| cwd | No | Working directory; defaults to the workspace root. |