fix-review

Map security audit findings to commits and rate fix quality.

6.5k|561|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/trailofbits/skills --skill fix-review-trailofbits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-review
Source: https://github.com/trailofbits/skills/tree/main/plugins/fix-review/skills/fix-review
Command: npx skills add https://github.com/trailofbits/skills --skill fix-review-trailofbits

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies that git commits address security audit findings without introducing bugs.

Core Features & Use Cases

  • Maps findings in audit reports to corresponding commits, assesses fix coverage, and flags remaining gaps.
  • Enables end-to-end remediation reviews across fix branches, audit reports, and code changes.
  • Generates structured status reports (FIXED, PARTIALLY_FIXED, NOT_ADDRESSED) with evidence.

Quick Start

Provide a source baseline, one or more target commits, and an optional security report to generate a fix-review assessment.

Frequently Asked Questions about fix-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify if a git commit actually fixes a security audit finding?

To verify if a commit fixes a security audit finding, you map the audit findings to the corresponding code changes in the commit, assess the fix coverage, and generate a structured status report like FIXED or PARTIALLY_FIXED with supporting evidence.

What is the best way to track partial security remediation across multiple commits?

Tracking partial security remediation across multiple commits involves mapping findings from audit reports to the applied changes, rating the fix quality, and surfacing any remaining security gaps in a structured assessment output.

How does commit fix verification work for security reports?

Commit fix verification works by accepting a source baseline, target commits, and an optional security report, then analyzing the code diffs to determine if the security findings are properly remediated without introducing new bugs.

Can I review remediation workflows without providing a formal security report?

You can review remediation workflows by providing a source baseline and target commits, as the security report input is optional, allowing you to still analyze code changes and assess fix coverage against known security issues.

How do I identify remaining security gaps after applying remediation commits?

To identify remaining security gaps after applying remediation commits, the review process maps the original audit findings to the new code diffs, evaluates the fix quality, and explicitly flags any findings that remain NOT_ADDRESSED.

Does fix-review support end-to-end security remediation across fix branches?

Yes, end-to-end security remediation across fix branches is supported by mapping audit reports to code changes, assessing the fix coverage of the commits, and generating structured status reports to ensure all findings are properly remediated.