Validates that security fix commits effectively resolve audit findings while preventing the introduction of new vulnerabilities or regressions.
The Security Fix Reviewer skill provides a rigorous framework for verifying that code changes intended to address security audit findings are both complete and safe. It guides Claude through a structured process of comparing commits against original audit reports, ensuring that the root cause of a vulnerability is addressed rather than just its symptoms. This skill is essential for high-integrity development environments, as it systematically checks for side effects, validates that new tests cover the fixed scenarios, and looks for similar patterns elsewhere in the codebase to prevent recurring issues.
主な機能
01Identification of similar vulnerability patterns across the codebase
02Regression and side-effect detection
0346 GitHub stars
04Root cause analysis of security fix commits
05Validation of test coverage for fixed vulnerabilities
06Comparison of code changes against original audit findings
ユースケース
01Security-focused code reviews
02Post-audit remediation verification
03Validating patch completeness before production deployment