verify_remediation
Run a before-and-after comparison of audit results to confirm every section is addressed. Forces full verification and flags any skipped sections.
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) |