Plan SSH Mutation
ssh_mutation_planGenerate a non-executing plan for remote SSH changes. Outline desired modifications without running commands, writing files, or escalating privileges.
Instructions
Use this when ChatGPT or Claude needs a non-executing plan for a remote SSH change. It never runs commands, writes files, uploads data, starts tunnels, or escalates privileges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | Desired change to plan without executing | |
| category | No | Change category used for policy explanation | |
| hostAlias | Yes | Configured SSH host alias |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| category | Yes | ||
| executed | Yes | ||
| hostAlias | Yes | ||
| policyDecision | Yes | ||
| requiredBeforeExecution | Yes | ||
| disallowedInRemoteConnectorProfile | Yes |