check-nvd
Query NVD and OSV.dev for existing CVEs. Usage: /check-nvd <package-name>. Shows CVE count, severity breakdown, and recent fixes.
Query or update the research registry. Usage: /registry [query]. Examples: /registry stats, /registry check lodash, /registry list in-progress.
$ npx -y skills add ByamB4/find-cve-agent --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/registryContext preview
What this command does when you run it.
Query or update the research registry. Usage: /registry [query]. Examples: /registry stats, /registry check lodash, /registry list in-progress.
name: registry description: "Query or update the research registry. Usage: /registry [query]. Examples: /registry stats, /registry check lodash, /registry list in-progress."
Query or display information from the CVE research registry.
Display a summary of the registry:
REGISTRY SUMMARY In Progress: <count> targets Submitted: <count> findings (<count> with CVE IDs) False Positives: <count> Skipped: <count> Duplicates: <count> Total investigated: <sum> Success rate: <submitted / total investigated>% False positive rate: <false positives / total investigated>%
Detailed statistics:
REGISTRY STATISTICS By severity: CRITICAL: <count> HIGH: <count> MEDIUM: <count> LOW: <count> By channel: GitHub Advisory: <count> HackerOne: <count> Direct email: <count> By status: Assigned CVE: <count> Awaiting triage: <count> Rejected: <count> By vulnerability type: <type>: <count> <type>: <count> ... Recent activity (last 7 days): <date> | <action> | <target> ...
Check if a specific package has been investigated:
1. Search REGISTRY.md for the package name 2. Query OSV.dev for existing CVEs 3. Report status: IN_PROGRESS / SUBMITTED / FALSE_POSITIVE / SKIP / DUPLICATE / CLEAN
List all entries in a specific section:
Manually add an entry to the registry. Prompts for required fields based on the section.
Move an entry between sections. Used when status changes (e.g., IN_PROGRESS -> SUBMITTED).
Read REGISTRY.md, parse the markdown tables, and present the requested information. For updates, use the Edit tool to modify REGISTRY.md in place.
Open Source CVE Hunting Harness for Claude Code A Claude Code plugin that systematically finds real CVEs in open source packages through coordinated multi-agent security research.
Repo: ByamB4/find-cve-agent
Query NVD and OSV.dev for existing CVEs. Usage: /check-nvd <package-name>. Shows CVE count, severity breakdown, and recent fixes.
Take a confirmed vulnerability pattern and find the same bug in similar packages. Usage: /cross-pollinate (run after confirming a finding).
Run the 6-gate false positive elimination process on the current finding. Usage: /fp-check (run from a target directory with findings).
Full CVE hunting pipeline. Usage: /hunt <package-name>. Orchestrates all agents: registry check, clone, code review, PoC build, validation, and report…
Find targets in a category. Usage: /recon <category>. Examples: /recon csv-parsers, /recon template-engines, /recon archive-libs.