fida_shell
Run commands through a policy that gates execution and redacts secrets from output, keeping credentials hidden from AI agents.
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 |
|---|---|---|---|
| cwd | No | Working directory; defaults to the workspace root. | |
| command | Yes | Command line; split on whitespace into argv. |