dandye

Cve Diff — Security skill for Claude Code

Security community

CVE patch discovery — find, acquire, and diff the fix commit for a CVE.

How to install Cve Diff

Installs to ~/.claude/commands/dandye-gadievron__raptor-cve-diff.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/dandye/gadievron__raptor/HEAD/.claude/commands/cve-diff.md -o ~/.claude/commands/dandye-gadievron__raptor-cve-diff.md

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

What Cve Diff does


description: CVE patch discovery — find, acquire, and diff the fix commit for a CVE dispatch: libexec/raptor-cve-diff [args]

/cve-diff — CVE Patch Discovery Pipeline

Discovers the canonical fix commit for a CVE, clones the repository, extracts the fix diff, and produces an analysis report. Fully agentic — an LLM tool-use loop searches OSV, NVD, GitHub, cgit, and GitLab to find the fix, then verifies it exists before submitting.

Arguments

If the user provides a CVE I

Alternatives in Security

  • Cve MCP Server — Production-grade MCP server giving Claude 27 security intelligence tools across 21 APIs — CVE lookup, EPSS sco 1.2k ★
  • Engage.Cvediff — Find the canonical fix commit(s) for a CVE across sources, then diff for root cause 348 ★
  • Cross-Pollinate Hex MCP Servers — Diff-driven audit: find real transferable changes across hex-line-mcp, hex-ssh-mcp, hex-graph-mcp 238 ★

Full documentation available on GitHub

View Source Repository