verify_remediation
Compare before and after audit results to verify all security sections were addressed. Flags skipped sections and confirms complete remediation status.
Instructions
Compare before/after audit results to verify ALL sections were addressed. MUST be called after completing remediation to confirm success. Runs a fresh audit and compares against the before snapshot. Explicitly flags skipped sections and refuses to return 'complete' status unless every section is addressed. Pass the before audit hash or let it re-run. Example: verify_remediation({path: '.', before_hash: 'abc123'})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project root directory | . |
| format | No | Output format | json |
| before_hash | No | Result hash from the initial full_audit (for tracking) |