get_fix_plan
Retrieve the complete remediation plan for a WordPress security audit: impact, fix steps, test instructions, and confidence for every finding. Output as JSON or Markdown.
Instructions
Get the full Fix Plan for an audit — every finding with impact, remediation guidance, test steps, confidence, and agent-safety flags. Premium-tier audits may include refactorPlan: systemic refactor plans that eliminate a whole class of bug in one coordinated change (do those first). JSON (default) or Markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: 'json' (default) or 'md' for Markdown | |
| auditId | Yes | The audit UUID |