← ClaudeAtlas

vuln-researchlisted

Use when performing vulnerability research, security auditing, code analysis, bug bounty hunting, CTF challenges, penetration testing, or exploit development. Covers source audit across 30+ attack domains, sink analysis for 12 languages, SAST/DAST integration, vulnerability chaining, and proof-of-concept development. Triggers: vuln assessment, pentest, bug bounty, security audit, find vulns, exploit, ctf, code audit, hunt bugs, 0-day, SAST, DAST, taint analysis, CI/CD pipeline security, GitHub Actions, Terraform, Traefik, n8n workflow, OpenTelemetry, supply chain attack, agent sweep, find me zero days, sweep everything, automated vuln discovery, binary analysis, reverse engineering, firmware audit, kernel driver, memory corruption, ROP, fuzzing harness, patch diffing.
Lu1sDV/skillsmd · ★ 2 · AI & Automation · score 66
Install: claude install-skill Lu1sDV/skillsmd
# Vulnerability Research ## v2 Phase Architecture (DuckDB-Persisted Pipeline) The skill now runs an explicit, DuckDB-persisted phase pipeline. Every artifact (sources, sinks, defenses, slices, agent steps, findings, refutations, audit outcomes, critic notes, knowledge chunks, defense bypasses) lives in a single DuckDB database keyed by stable hashes. Schema: [`db/schema.sql`](db/schema.sql). Forward-only migrations: [`db/migrations/`](db/migrations/). Oversize payload sidecars: [`db/sidecars/`](db/sidecars/) (any payload > 16 KB stored on disk, referenced by `payload_sidecar_path`). | Phase | Name | Writers | What it produces | |---|---|---|---| | **0** | Decompose | orchestrator | `sources`, `sinks`, `defenses`, `phase0_priorities`, `intended_feature_classification` (Semgrep + LLM batch) | | **0.5** | Plan | orchestrator | `input_slices`, scheduled `agent_steps` | | **1** | Hunt | swarm → queue → orchestrator flush | `gr_findings` (status=candidate) | | **2** | Confirm | swarm → queue → orchestrator flush | `gr_findings` status updates + `refutations` | | **3** | Bypass-Hunt | swarm → queue → orchestrator flush | `defense_bypasses` + cascade triggers | | **4** | Proof | swarm → queue → orchestrator flush | `gr_findings.payload`, `audit_outcomes` | | **5** | Report | critic agent → orchestrator | `critic_findings`; final report | **Single-writer rule (load-bearing).** The orchestrator is the only DuckDB writer. Swarm agents emit row-shaped JSON events to an in-memory queu