ByamB4

35 mods across 1 repository, 45 stars between them.

find-cve-agent

01

ByamB4/find-cve-agent

Plugin Claude Code

CVE hunting harness for open source security research. A 5-agent team that systematically finds, validates, and reports real vulnerabilities in open source packages.

45 5mo ago A tokens not measured original Apache-2.0

ByamB4/find-cve-agent

Instructions file

Instructions for ByamB4/find-cve-agent, covering claude.md -- find-cve-agent, project overview, agent team architecture, communication rules and ethical guardrails.

45 5mo ago A 3,971 tokens original Apache-2.0

exploiter

03

ByamB4/find-cve-agent

Agent

PoC builder and exploit chainer. Takes Hunter findings and builds working proof-of-concept exploits. Always seeks to escalate impact through vulnerability chaining.

45 5mo ago A 33 tokens original Apache-2.0

hunter

04

ByamB4/find-cve-agent

Agent

Code review specialist. Performs deep source code analysis to find security vulnerabilities by tracing data flows from untrusted input sources to dangerous sinks.

45 5mo ago A 28 tokens original Apache-2.0

recon

05

ByamB4/find-cve-agent

Agent

Target discovery agent. Finds promising open source packages for security review by analyzing npm/PyPI/GitHub registries, download counts, and attack surfaces.

45 5mo ago B 34 tokens original Apache-2.0

registry

06

ByamB4/find-cve-agent

Agent

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.

45 5mo ago D 35 tokens original Apache-2.0

validator

07

ByamB4/find-cve-agent

Agent

False positive elimination specialist. Runs 6-gate verification process on every finding. Only CONFIRMED findings proceed to submission. Fail 3x = FALSE POSITIVE, no exceptions.

45 5mo ago A 39 tokens original Apache-2.0

check-nvd

08

ByamB4/find-cve-agent

Command

Query NVD and OSV.dev for existing CVEs. Usage: /check-nvd . Shows CVE count, severity breakdown, and recent fixes.

45 5mo ago B 38 tokens original Apache-2.0

cross-pollinate

09

ByamB4/find-cve-agent

Command

Take a confirmed vulnerability pattern and find the same bug in similar packages. Usage: /cross-pollinate (run after confirming a finding).

45 5mo ago C 33 tokens original Apache-2.0

fp-check

10

ByamB4/find-cve-agent

Command

Run the 6-gate false positive elimination process on the current finding. Usage: /fp-check (run from a target directory with findings).

45 5mo ago A 32 tokens original Apache-2.0

hunt

11

ByamB4/find-cve-agent

Command

Full CVE hunting pipeline. Usage: /hunt . Orchestrates all agents: registry check, clone, code review, PoC build, validation, and report generation.

45 5mo ago B 40 tokens original Apache-2.0

recon

12

ByamB4/find-cve-agent

Command

Find targets in a category. Usage: /recon . Examples: /recon csv-parsers, /recon template-engines, /recon archive-libs.

45 5mo ago A 40 tokens original Apache-2.0

registry

13

ByamB4/find-cve-agent

Command

Query or update the research registry. Usage: /registry [query]. Examples: /registry stats, /registry check lodash, /registry list in-progress.

45 5mo ago A 33 tokens original Apache-2.0

report

14

ByamB4/find-cve-agent

Command

Generate a disclosure report from the current finding. Auto-detects the best submission channel. Usage: /report (run from target directory with confirmed finding).

45 5mo ago A 33 tokens original Apache-2.0

advisory-mining

15

ByamB4/find-cve-agent

Skill Claude CodeCodex

Mine GitHub Security Advisories and CVE databases for incomplete fixes, finding variant vulnerabilities in patched code or similar patterns in related packages.

45 5mo ago A 33 tokens original Apache-2.0

auth-bypass

16

ByamB4/find-cve-agent

Skill Claude CodeCodex

Detect authentication and authorization bypass vulnerabilities including missing auth middleware, JWT algorithm confusion, IDOR, and session fixation.

45 5mo ago A 26 tokens original Apache-2.0

ByamB4/find-cve-agent

Skill Claude CodeCodex

Detect code injection vulnerabilities in packages that dynamically generate or evaluate code via new Function(), eval(), vm.run, or template literal interpolation.

45 5mo ago A 32 tokens original Apache-2.0

command-injection

18

ByamB4/find-cve-agent

Skill Claude CodeCodex

Detect OS command injection via shell execution sinks where user-controlled input reaches system commands without proper sanitization.

45 5mo ago B 24 tokens original Apache-2.0

cross-pollination

19

ByamB4/find-cve-agent

Skill Claude CodeCodex

Cross-pollination multiplier technique: find a vulnerability in one package, then search for the same pattern across all similar packages to multiply findings.

45 5mo ago A 33 tokens original Apache-2.0

decompression-bomb

20

ByamB4/find-cve-agent

Skill Claude CodeCodex

Detect decompression bomb vulnerabilities where compressed input can expand to exhaust memory, targeting buffer-based decompression without size limits.

45 5mo ago A 28 tokens original Apache-2.0

entity-expansion

21

ByamB4/find-cve-agent

Skill Claude CodeCodex

Detect XML/SVG/YAML entity expansion (Billion Laughs) vulnerabilities in parsers that allow unbounded entity definitions.

45 5mo ago A 29 tokens original Apache-2.0

fp-check

22

ByamB4/find-cve-agent

Skill Claude CodeCodex

Systematic false positive elimination for security findings. 6-gate verification, 13-item checklist, devil's advocate questioning. MANDATORY before any CVE submission.

45 5mo ago A 37 tokens original Apache-2.0

jwt-attacks

23

ByamB4/find-cve-agent

Skill Claude CodeCodex

Detect JWT implementation vulnerabilities including algorithm confusion, none algorithm acceptance, weak secrets, and JWK injection attacks.

45 5mo ago A 25 tokens original Apache-2.0

method-clobbering

24

ByamB4/find-cve-agent

Skill Claude CodeCodex

Detect method clobbering via user-controlled object keys that overwrite built-in methods like toString, valueOf, or hasOwnProperty, causing crashes or logic bypass.

45 5mo ago A 40 tokens original Apache-2.0