CtrlK
BlogDocsLog inGet started
Tessl Logo

Decepticon

github.com/PurpleAILAB/Decepticon

SkillAddedReview
prompt-injection

packages/decepticon/decepticon/skills/standard/analyst/prompt-injection/SKILL.md

Hunt LLM prompt injection and tool-call hijacking in modern AI-integrated applications (CWE-1427). Covers indirect injection via RAG, tool abuse, exfiltration chains, and jailbreak-to-RCE pivots on agentic systems.

59

pattern-exhaustion

packages/decepticon/decepticon/skills/standard/analyst/pattern-exhaustion/SKILL.md

Systematic pattern exhaustion methodology. Load after finding any confirmed vulnerability to search for all instances of the same root cause pattern across the codebase.

69

path-traversal

packages/decepticon/decepticon/skills/standard/analyst/path-traversal/SKILL.md

Hunt directory traversal and archive traversal (ZipSlip/TarSlip) from user input to filesystem operations.

63

ml-model-extraction

packages/decepticon/decepticon/skills/standard/analyst/ml-model-extraction/SKILL.md

Extract a functional clone of a black-box ML model via prediction API queries, and infer whether specific records were in the training set (membership inference).

59

misinformation

packages/decepticon/decepticon/skills/standard/analyst/misinformation/SKILL.md

Hunt LLM misinformation / overreliance (OWASP LLM09:2025) — confident-but-wrong outputs that flow into downstream automated decisions, compliance reports, customer communications, or autonomous code commits without verification.

64

improper-output-handling

packages/decepticon/decepticon/skills/standard/analyst/improper-output-handling/SKILL.md

Hunt improper LLM output handling (OWASP LLM05:2025) — downstream code that trusts unstructured model output and renders / executes / shells it without sanitisation, producing XSS, SSRF, SQL injection, RCE, and SSTI via the model channel.

69

idor

packages/decepticon/decepticon/skills/standard/analyst/idor/SKILL.md

Hunt Insecure Direct Object Reference (CWE-639) — missing authorization checks on object IDs. Covers horizontal vs vertical privilege escalation, UUID vs integer guessing, and GraphQL introspection-driven IDOR discovery.

64

excessive-agency

packages/decepticon/decepticon/skills/standard/analyst/excessive-agency/SKILL.md

Hunt LLM excessive agency (OWASP LLM06:2025) — agentic systems granted too many tools, too broad permissions per tool, or unsupervised authority to act on the user / business behalf, producing financial loss, data loss, or destructive operations from a single bad token.

68

deserialization

packages/decepticon/decepticon/skills/standard/analyst/deserialization/SKILL.md

Hunt insecure deserialization (CWE-502) across Python pickle, Java ObjectInputStream / Jackson / SnakeYAML, .NET BinaryFormatter / DataContractJson, PHP unserialize, Ruby Marshal/YAML.load, and Node.js vm. Direct path to unauthenticated RCE.

65

data-and-model-poisoning

packages/decepticon/decepticon/skills/standard/analyst/data-and-model-poisoning/SKILL.md

Hunt LLM training-data and model poisoning (OWASP LLM04:2025) — adversarial inputs that bias future model behaviour through fine-tuning, RLHF, or continuous-learning loops.

64

command-injection

packages/decepticon/decepticon/skills/standard/analyst/command-injection/SKILL.md

Hunt OS command injection (CWE-78) — user input reaching shell, exec, or system calls. Covers argument-array bypasses, path confusion, and template-string injection in modern frameworks.

66

chain-xss-to-takeover

packages/decepticon/decepticon/skills/standard/analyst/chains/xss-to-takeover/SKILL.md

Build chains from XSS into account takeover or privileged action execution.

52

chain-ssrf-to-rce

packages/decepticon/decepticon/skills/standard/analyst/chains/ssrf-to-rce/SKILL.md

Build and validate SSRF pivot chains toward metadata/infra control and final code execution impact.

62

chain-idor-to-priv-esc

packages/decepticon/decepticon/skills/standard/analyst/chains/idor-to-priv-esc/SKILL.md

Build chains where IDOR enables privilege escalation and high-impact control-plane actions.

54

chain-credential-reuse

packages/decepticon/decepticon/skills/standard/analyst/chains/cred-reuse/SKILL.md

Build chains where leaked or weak credentials pivot across services to privileged access.

55

bounty-hunting-methodology

packages/decepticon/decepticon/skills/standard/analyst/bounty-hunting/SKILL.md

Bug bounty white-box hunting methodology. Load when the target is an open-source project with a security advisory program, bug bounty, or responsible disclosure policy.

65

auth-bypass

packages/decepticon/decepticon/skills/standard/analyst/auth-bypass/SKILL.md

Hunt authentication/authorization bypass in route guards, role checks, tenant boundaries, and state-machine transitions.

61

adversarial-ml-evasion

packages/decepticon/decepticon/skills/standard/analyst/adversarial-ml-evasion/SKILL.md

Craft adversarial examples that cause trained ML classifiers to misclassify at inference time — image recognition, malware detectors, IDS, spam filters.

62

analyst-overview

packages/decepticon/decepticon/skills/standard/analyst/SKILL.md

Root pointer for the analyst's vulnerability research playbooks. Load this first at iteration start to see the full catalog of vuln-class and chain-building skills.

64

ad-ntlm-relay

packages/decepticon/decepticon/skills/standard/ad/ntlm-relay/SKILL.md

NTLM relay deep-dive — `ntlmrelayx` configuration matrix (SMB, LDAP, LDAPS, HTTP, RPC, IMAP, MSSQL), SMB-signing bypass, target selection (DC for DCSync, ADCS for cert, LAPS reader for cleartext), session relay vs cracking trade-off, multi-relay (forward auth from one victim to many).

63

netexec

packages/decepticon/decepticon/skills/standard/ad/netexec/SKILL.md

NetExec (CrackMapExec successor) — unified SMB/LDAP/MSSQL/WinRM/RDP/SSH/FTP/VNC protocol auth + post-auth modules. 200+ modules incl. BloodHound auto-ingest, ESC1-15 scanning, PrintNightmare, LDAP relay.

61

laps

packages/decepticon/decepticon/skills/standard/ad/laps/SKILL.md

Extract LAPS-managed local administrator passwords from AD computer objects (ms-Mcs-AdmPwd / msLAPS-Password).

57

kerberoasting

packages/decepticon/decepticon/skills/standard/ad/kerberoasting/SKILL.md

Request Kerberos TGS tickets for SPN-bound service accounts and crack offline with hashcat — classic AD priv-esc primitive.

61

dcsync

packages/decepticon/decepticon/skills/standard/ad/dcsync/SKILL.md

Abuse replication rights (DS-Replication-Get-Changes + GetChangesAll) to dump krbtgt and arbitrary user NT hashes from a DC.

65

ad-coercer

packages/decepticon/decepticon/skills/standard/ad/coercer/SKILL.md

Authentication coercion against Windows / AD — PetitPotam (MS-EFSR), PrinterBug (MS-RPRN), DFSCoerce (MS-DFSNM), ShadowCoerce (MS-FSRVP), Coercer.py meta-tool. Force a Windows machine to NTLM-authenticate to attacker, then relay or crack offline.

63