Verify fix commits address audit findings without new bugs
Add this skill
npx mdskills install sickn33/fix-reviewClear security audit fix review process but lacks executable instructions and concrete examples
1---2name: fix-review3description: "Verify fix commits address audit findings without new bugs"4source: "https://github.com/trailofbits/skills/tree/main/plugins/fix-review"5risk: safe6---78# Fix Review910## Overview1112Verify that fix commits properly address audit findings without introducing new bugs or security vulnerabilities.1314## When to Use This Skill1516Use this skill when you need to verify fix commits address audit findings without new bugs.1718Use this skill when:19- Reviewing commits that address security audit findings20- Verifying that fixes don't introduce new vulnerabilities21- Ensuring code changes properly resolve identified issues22- Validating that remediation efforts are complete and correct2324## Instructions2526This skill helps verify that fix commits properly address audit findings:27281. **Review Fix Commits**: Analyze commits that claim to fix audit findings292. **Verify Resolution**: Ensure the original issue is properly addressed303. **Check for Regressions**: Verify no new bugs or vulnerabilities are introduced314. **Validate Completeness**: Ensure all aspects of the finding are resolved3233## Review Process3435When reviewing fix commits:36371. Compare the fix against the original audit finding382. Verify the fix addresses the root cause, not just symptoms393. Check for potential side effects or new issues404. Validate that tests cover the fixed scenario415. Ensure no similar vulnerabilities exist elsewhere4243## Best Practices4445- Review fixes in context of the full codebase46- Verify test coverage for the fixed issue47- Check for similar patterns that might need fixing48- Ensure fixes follow security best practices49- Document the resolution approach5051## Resources5253For more information, see the [source repository](https://github.com/trailofbits/skills/tree/main/plugins/fix-review).54
Full transparency — inspect the skill content before installing.