Cybersec 10000 — Security skill for Claude Code
40-agent, ~10,163-dimension security analysis swarm (static + live ops) with a scored 46-chain exploit planner and Jev (TypeSafe System One) decisioning.
How to install Cybersec 10000
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open AIagentPRO78/cybersec-10000 and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Cybersec 10000 does
40-agent, ~10,163-dimension security analysis swarm (static + live ops) with a scored 46-chain exploit planner and Jev (TypeSafe System One) decisioning. Built and verified; source available on request.
Alternatives in Security
- Exploit 2.3k ★
- /chain — Build an A→B→C exploit chain for higher severity and payout 927 ★
- Engage.Exploit — Execute Phase 4 - Exploitation and Access Establishment 348 ★
README
cybersec-10000 — a 40-agent security analysis swarm
A Claude Code plugin I designed and built: **40 specialized security agents covering ~10,163 security dimensions**, spanning static code/architecture audit and live offensive operations, orchestrated by a scored exploit-chain planner with a judgment layer on the live-operations path. Currently at **v1.4.2**, actively maintained.
**This repo is a public showcase, not the source.** The plugin source is private and shared on request — contact me on GitHub: [@AIagentPRO78](https://github.com/AIagentPRO78). See [Requesting access](#requesting-access).
At a glance
| Version | v1.4.2 — shipped to main (merged, not a feature branch) |
| Agents | 40 — 20 static analysis · 16 live operations · 4 specialist |
| Dimensions | ~10,163 — 5,076 static · 3,087 live · 2,000 specialist |
| Exploit chains | 46 named chains across 9 categories |
| Capabilities | 133 reusable capability tags |
| Frameworks mapped | 40+ (OWASP, MITRE ATT&CK/ATLAS, NIST, PCI DSS 4.0, ISO 27001:2022, CIS, …) |
| Tests | 502 passed (pytest, chain-planner) |
| License | MIT — source shared on request |
1. Architecture

Four slash commands (`/cybersec-scan`, `/chain-plan`, `/chain-run`, `/war-room`) feed a `chain-planner` orchestration layer that scores 46 pre-built exploit chains against a target (`payout_prior × applicability × freshness_decay`) and fans out to three agent tiers. Static-analysis agents are read-only and safe to run anywhere; live-operations agents execute exclusively against a dedicated attack box (a Vultr VPS reached over WireGuard), never from the operator's own machine.
1.1 Static analysis — 20 agents, 5,076 dimensions
Pre-game code, architecture, and compliance audit. Expanded roster (~2.5× more dimensions/agent than the plugin's predecessor, cybersec-2000):
| Agent | Focus |
|---|---|
input-validation-xss |
XSS, CSP, CSRF, file upload, |
Related Skills
Audit Live
Audit a deployed contract on a live chain. Pulls verified source from the block explorer, optionally forks the
Exploit Live
Generate an exploit against a deployed contract on a fork. Validates the exploit works on live state.
Headless Harness Bench
Benchmark of 6 coding-agent harnesses (omp/pi/fx/opencode/dsh/crush) as headless agent loops driven by a contr
Fable Skills
Five skills Fable wrote before it left: the security sweep, the setup, the build planner, the honest advisor,
Jev Skill Router
Jev-powered skill router & security auditor for any AI agent (Codex, Claude Code, OpenCode, Hermes): ONE cheap
Cybersec Audit Skill
Claude Agent skill for hybrid code security auditing — deterministic + LLM analysis with auto-fix
Related Agents
Typesafe Adversary
Red-teams TypeSafe integrations before users do. Probes the nine documented Jev failure modes, tests prompt in
Exploit Developer
Stage 8 of Vulpine. Given the issue reports from stage 7, think through reliable exploit chains that combine t
Ferrox A11y Auditor
Post-change WCAG 2.1 AA audit of implemented frontend surfaces. Static rules with file:line evidence plus an o