By ByamB4
Automates end-to-end CVE discovery in open source packages: finds under-audited targets, scans code for 20+ vulnerability classes like injection, auth bypass, and DoS, builds proof-of-concept exploits, validates findings through multi-gate verification, and generates professional disclosure reports for submission channels.
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 generation.
Find targets in a category. Usage: /recon <category>. Examples: /recon csv-parsers, /recon template-engines, /recon archive-libs.
PoC builder and exploit chainer. Takes Hunter findings and builds working proof-of-concept exploits. Always seeks to escalate impact through vulnerability chaining.
Code review specialist. Performs deep source code analysis to find security vulnerabilities by tracing data flows from untrusted input sources to dangerous sinks.
Target discovery agent. Finds promising open source packages for security review by analyzing npm/PyPI/GitHub registries, download counts, and attack surfaces.
Research tracking agent. Maintains REGISTRY.md as the single source of truth. Prevents duplicate work, records all outcomes, and answers status queries from other agents.
False positive elimination specialist. Runs 6-gate verification process on every finding. Only CONFIRMED findings proceed to submission. Fail 3x = FALSE POSITIVE, no exceptions.
Mine GitHub Security Advisories and CVE databases for incomplete fixes, finding variant vulnerabilities in patched code or similar patterns in related packages.
Detect authentication and authorization bypass vulnerabilities including missing auth middleware, JWT algorithm confusion, IDOR, and session fixation.
Detect code injection vulnerabilities in packages that dynamically generate or evaluate code via new Function(), eval(), vm.run*, or template literal interpolation.
Detect OS command injection via shell execution sinks where user-controlled input reaches system commands without proper sanitization.
Cross-pollination multiplier technique: find a vulnerability in one package, then search for the same pattern across all similar packages to multiply findings.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
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.
find-cve-agent is a battle-tested harness of 20 skills organized as a 5-agent team. It provides structured workflows for every phase of vulnerability research: target discovery, code review, PoC development, false positive elimination, and responsible disclosure.
Every skill encodes practical knowledge about what gets accepted, what gets rejected, and how to avoid wasting time on false positives.
# Clone the plugin
git clone https://github.com/find-cve-agent/find-cve-agent.git
# Install into your project
cd your-research-workspace
bash /path/to/find-cve-agent/install.sh
# Start hunting
# In Claude Code:
/hunt <package-name>
Or manually copy the plugin contents into your project's .claude/ directory.
Recommended: Also install blader/humanizer to auto-clean AI patterns from disclosure reports before sending.
| Agent | Role | Key Responsibility |
|---|---|---|
| Director | Human lead | Approves targets, approves PoC plans, final submit/drop |
| Recon | Target discovery | Finds promising packages on npm/PyPI/GitHub |
| Hunter | Code review | Traces data flows from source to sink |
| Exploiter | PoC builder | Writes exploits, chains findings for max impact |
| Validator | FP eliminator | 6-gate verification, kills false positives |
| Registry | Bookkeeper | Tracks all targets, prevents duplicate work |
| Command | Description |
|---|---|
/hunt <package> | Full pipeline: registry check -> clone -> review -> PoC -> validate -> report |
/recon <category> | Find targets in a category (e.g., "csv parsers", "template engines") |
/check-nvd <package> | Query NVD and OSV.dev for existing CVEs |
/fp-check | Run the 6-gate false positive elimination on current finding |
/report | Generate a disclosure report from current finding |
/registry [query] | Query or update the research registry |
/cross-pollinate | Find the same vulnerability pattern in similar packages |
npx claudepluginhub byamb4/find-cve-agentSecurity research toolkit for discovering and remediating vulnerabilities
Security vulnerability detection and remediation: OWASP Top 10, SAST scanning, CVE research, dependency audit, secrets detection
Comprehensive vulnerability scanning for code, dependencies, and configurations with CVE detection
Open-source cybersecurity analysis agent. Scans any local project for vulnerabilities: code security (SAST), dependency CVEs (SCA), secret leaks, authentication/authorization flaws, cryptographic weaknesses, misconfigurations, supply chain risks, and CI/CD security. Covers all OWASP 2025 Top 10 and CWE Top 25 categories. Generates prioritized reports with remediation guidance. Invoke with /cyber-neo [path].
Meta-tool for generating security audit Skills from GHSA and HackerOne data
71-skill bug-hunting & external red-team bundle for Claude Code — 48 hunt-* web/vuln-class + framework skills, enterprise platform attack chains (M365/Entra, Okta, SharePoint, vCenter, SSL-VPN, APK), recon/OSINT, reporting & validation gates, and Burp MCP integration. Skills auto-load by topic; 15 slash commands included.