Explain SSH Policy
ssh_policy_explainExplains whether a requested SSH action would be allowed under policy, without executing commands or opening tunnels.
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 |
|---|---|---|---|
| path | No | Optional remote path to evaluate in explain mode | |
| action | No | Requested action class to evaluate without executing it | |
| command | No | Optional command to evaluate in explain mode | |
| hostAlias | No | Configured SSH host alias |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decision | Yes | ||
| executed | Yes | ||
| toolProfile | Yes | ||
| requiresExplicitUserConfirmation | Yes |