verify_remediation
Compare before and after security audit results to confirm all issues are remediated. Flags skipped sections and only returns completion when every section is addressed.
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 |