Patch banner
gadievron gadievron

Patch

Development community

Description

--- description: Generate secure patches for vulnerabilities (beta) --- # /patch - Generate Secure Patches (beta) Generate secure patches to fix vulnerabilities. **Requires:** SARIF file from previous /scan **What it does:** - Analyzes findings with LLM - Generates secure patch code - Saves to out/*/patches/ - Does NOT generate exploits (use /exploit for that) **Run:** `python3 raptor.py agentic --repo <path> --sarif <sarif-file> --no-exploits --max-findings <N>` **Example:** ```bash /scan

Installation

Installs to ~/.claude/commands/gadievron-raptor-patch.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/gadievron/raptor/HEAD/.claude/commands/patch.md -o ~/.claude/commands/gadievron-raptor-patch.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository