fleet-patching-findings

Generate surgical patches for verified vulnerability findings and commit them to a code repository.

125|42|Updated May 19, 2025
One-click install
npx skills add https://github.com/SocketDev/socket-mcp --skill fleet-patching-findings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fleet-patching-findings
Source: https://github.com/SocketDev/socket-mcp/tree/main/.agents/skills/fleet-patching-findings
Command: npx skills add https://github.com/SocketDev/socket-mcp --skill fleet-patching-findings

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This workflow automates the end-to-end patching process for verified security findings in codebases, turning triage results into concrete code changes while enforcing safety gates.

Core Features & Use Cases

  • Auto-generates surgical patches for true positives based on triage findings and patches them as commits.
  • Enforces one commit per finding with a blind-reviewer gate to prevent leakage of sensitive details.
  • Supports a multi-phase workflow: ingest findings, generate patches, review, and apply to a writable repository.

Quick Start

Provide TRIAGE.json or VULN-FINDINGS.json and the target repository to begin patch generation.

Frequently Asked Questions about fleet-patching-findings

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

FAQPage Schema
How do I automate security vulnerability patching for verified findings in a git repository?

Automating security vulnerability patching involves ingesting a verified findings set and generating a surgical patch per vulnerability, then applying them as individual commits. The workflow uses a blind-review gate to ensure safety and enforces a one-commit-per-finding policy.

What is a blind-review gate in automated vulnerability patch generation?

A blind-review gate in automated patch generation acts as a safety checkpoint during the vulnerability patching process. It evaluates the proposed code changes without exposing sensitive triage details, preventing leakage while ensuring the patch is safe to apply.

How do I start patching verified code vulnerabilities from a triage file?

To start patching verified code vulnerabilities, provide a TRIAGE.json or VULN-FINDINGS.json file alongside the target writable repository. The workflow then ingests the findings, generates surgical patches, reviews them, and applies the committed fixes automatically.

Can I generate one commit per security finding when patching vulnerabilities?

Yes, you can generate one commit per security finding. The workflow strictly enforces a one-commit-per-finding policy during application, ensuring each verified vulnerability receives its own surgical commit in the code repository.

What is the best way to apply surgical patches for triage findings without leaking sensitive details?

The best way to apply surgical patches for triage findings without leaking sensitive details is using an automated workflow with a blind-reviewer gate. This approach patches true positives as commits while redacting sensitive context during the review phase.