Explain SSH Policy
ssh_policy_explainCheck if an SSH action (inspect, mutation, or destructive) would be permitted without executing it. Evaluate commands or paths against configured policies.
Instructions
Use this when ChatGPT or Claude needs to explain whether a requested SSH inspection or mutation would be allowed. This is explain-only and does not execute commands or open tunnels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hostAlias | No | Configured SSH host alias | |
| action | No | Requested action class to evaluate without executing it | |
| command | No | Optional command to evaluate in explain mode | |
| path | No | Optional remote path to evaluate in explain mode |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||