verify_remediation
Run a fresh security audit after remediation to verify all sections are addressed. Compares against before snapshot, flags skipped sections, and returns 'complete' only when every issue is resolved.
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 | . |
| before_hash | No | Result hash from the initial full_audit (for tracking) | |
| format | No | Output format | json |