External knowledge integration — HackerOne reports, PayloadsAllTheThings, Book of Secret Knowledge, CVE PoC corpora, bug bounty methodologies, and reference pentest agent architectures. Use these to calibrate, look up payloads, and accelerate research.
63
75%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./packages/decepticon/decepticon/skills/shared/references/SKILL.mdDecepticon ships with a curated catalogue of high-signal third-party resources. You can either query the metadata directly or fetch the full repo into the sandbox for grep-level access.
| Category | Slug | What's inside |
|---|---|---|
| report-corpus | hackerone-reports | Every public H1 disclosure — calibrate CVSS + reward |
| payload-library | payloads-all-the-things | Canonical payloads for every web vuln class |
| cheat-sheet | book-of-secret-knowledge | Pentester one-liners + recipes |
| reference-agent | pentagi | vxcontrol multi-agent pentest platform |
| reference-agent | pentestgpt | Academic pentest LLM agent |
| reference-agent | shannon | Keygraph autonomous security agent |
| reference-agent | strix | Usestrix autonomous pentest agent |
| reference-agent | hexstrike-ai | 150+ tools exposed via MCP |
| reference-agent | neurosploit | LLM + Metasploit driver |
| tool-index | redteam-tools | Kill-chain-phase tool index |
| cve-poc | trickest-cve | Continuous CVE + PoC corpus |
| cve-poc | penetration-testing-poc | Second-opinion PoC mirror |
| methodology | all-about-bug-bounty | Per-class bug bounty methodology |
ref_suggest(vuln_class="...", goal="recon") to see which references
matter for your current lane. Save the suggestions to the graph.payload_search(vuln_class="ssrf", keyword="imds") — no network
needed, bundled offline. Covers sqli, ssrf, xss, ssti, deser, rce,
xxe, idor, jwt, oauth, lfi, cmdi, graphql, prompt-injection,
proto-pollution.ref_fetch("payloads-all-the-things") — one-time clone into
/workspace/.references/payloads-all-the-things/ (~30s).ref_grep("payloads-all-the-things", "DNS rebinding") to find
specific variants.ref_fetch("hackerone-reports") then ref_grep("hackerone-reports", "<your bug class>") to find similar disclosed reports.cve_lookup returns a CVE ID, check ref_fetch("trickest-cve")
then ref_grep("trickest-cve", "CVE-2024-1234") for a working PoC.penetration-testing-poc for a second opinion.ref_grep("redteam-tools", "lateral movement") to find the right
tool for a phase you haven't touched yet.ref_suggest to get the top 3-5 relevant references.ref_grep to surface the specific payload / writeup.hypothesis nodes in
the graph until validated.These are reference architectures, not tools to run. Read them to steal good ideas about:
Don't reinvent wheels — if one of them solved a problem elegantly, borrow the pattern into Decepticon's next iteration.
0cf691e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.