スキル fix-review
🔍

fix-review

安全

Verify Fix Commits Address Audit Findings

Security fixes require careful validation to ensure they resolve issues without introducing new bugs. This skill reviews fix commits against audit findings to confirm proper remediation.

対応: Claude Codex Code(CC)
🥉 73 ブロンズ
1

スキルZIPをダウンロード

2

Claudeでアップロード

設定 → 機能 → スキル → スキルをアップロードへ移動

3

オンにして利用開始

テストする

「fix-review」を使用しています。 Review commit abc123 fixing SQL injection in user search endpoint

期待される結果:

Fix verified: Parameterized queries replace string concatenation. Test coverage added for injection attempts. No similar patterns found in adjacent query functions.

「fix-review」を使用しています。 Validate fixes for XSS findings in dashboard components

期待される結果:

3 of 5 findings resolved. Components A and B properly escape output. Components C, D, E still vulnerable - fix incomplete. Recommend blocking merge until all instances addressed.

セキュリティ監査

安全
v1 • 2/25/2026

All static analysis findings are false positives. The detected URLs are documentation references in markdown, not executable network code. The weak crypto warning on line 3 is incorrect - that line contains only a description string. This skill is documentation-only with no executable code, presenting no security risk.

1
スキャンされたファイル
54
解析された行数
0
検出結果
1
総監査数
セキュリティ問題は見つかりませんでした
監査者: claude

品質スコア

38
アーキテクチャ
100
保守性
87
コンテンツ
50
コミュニティ
100
セキュリティ
83
仕様準拠

作れるもの

Security Team Lead

Review developer commits that claim to fix penetration test findings before merging to main branch

Compliance Officer

Validate that audit findings from external assessors have been properly addressed before compliance sign-off

Development Team

Self-review fix commits before submitting for security team approval to reduce iteration cycles

これらのプロンプトを試す

Basic Fix Verification
Review commit {commit_hash} and verify it addresses audit finding {finding_id}. Check that the fix resolves the root cause and does not introduce new issues.
Full Remediation Review
Analyze all commits in branch {branch_name} created to address security audit report {report_id}. For each finding, verify the fix is complete, test coverage exists, and no similar vulnerabilities remain in the codebase.
Regression Check
Compare the code changes in {diff_or_commit} against the original vulnerability description. Identify any potential regressions, side effects, or new attack vectors the fix might introduce.
Pattern-Based Review
The audit found {vulnerability_type} vulnerabilities at these locations: {locations}. Review commit {commit_hash} and identify if the same pattern exists elsewhere in the codebase that was missed.

ベストプラクティス

  • Always compare fixes against the original audit finding description to ensure complete resolution
  • Verify that test cases specifically cover the attack scenario that was fixed
  • Search the codebase for similar patterns that may require the same fix

回避

  • Accepting fixes that only address symptoms without fixing root causes
  • Merging partial fixes that leave similar vulnerabilities in other locations
  • Skipping regression testing after security fixes are applied

よくある質問

What information do I need to provide for a fix review?
Provide the commit hash or branch containing fixes, and reference the original audit finding ID or description. Access to the full audit report improves review accuracy.
Can this skill verify that a fix actually works?
This skill performs static analysis to verify fix completeness and correctness. It cannot execute tests but can verify that test coverage was added for the fixed scenario.
How do I know if a fix introduces new vulnerabilities?
The review analyzes code changes for common regression patterns, checks for proper input validation, and identifies potential side effects from the fix approach.
What if the fix only partially addresses a finding?
The review will flag incomplete fixes and identify which aspects remain unaddressed. Partial fixes should not be merged until all aspects are resolved.
Can this skill find similar vulnerabilities elsewhere in the codebase?
Yes, the review includes pattern matching to identify similar vulnerability patterns in other files that may have been missed in the original audit.
Is this skill suitable for compliance documentation?
Yes, the review produces documented evidence of fix verification that can be included in compliance artifacts and audit trails for regulatory requirements.

開発者の詳細

ファイル構成

📄 SKILL.md