llm-redteam-overview

llm-redteam-overview is a skill for Claude Code from PurpleAILAB/Decepticon. It costs 58 tokens per session (1,515 once invoked), scanned A, original, Apache-2.0.

A guide for testing large language models—software that understands and generates text—for 15 types of adversarial behavior, including prompt injection and jailbreaks.

In plain words
What is it for?
Use it to route an AI red-team task to a matching guide covering areas such as encoded attacks, reasoning manipulation, memory abuse, or agent security.
Why use it?
It helps you choose the right testing method instead of treating every AI security problem as the same.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents.

Good fit Use it to route an AI red-team task to a matching guide covering areas such as encoded attacks, reasoning manipulation, memory abuse, or agent security.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/purpleailab/decepticon/llm-redteam
About the project

Decepticon is an autonomous red-team agent that coordinates AI agents, security tools, sandboxes, and supporting services for authorized cybersecurity assessments. Security researchers and red teams can run it through its Docker stack, cloud service, command-line interface, or Python SDK, with the catalogue entries representing its available skills.

PurpleAILAB/Decepticon · 5,471 stars · on GitHub · decepticon.red

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add PurpleAILAB/Decepticon --skill llm-redteam
Clone the repo
git clone --depth 1 https://github.com/PurpleAILAB/Decepticon

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for llm-redteam-overview

README.md
[![agentmods](https://agentmods.dev/badge/skills/purpleailab/decepticon/llm-redteam/github.svg)](https://agentmods.dev/skills/purpleailab/decepticon/llm-redteam)
Your own site
<a href="https://agentmods.dev/skills/purpleailab/decepticon/llm-redteam"><img src="https://agentmods.dev/badge/skills/purpleailab/decepticon/llm-redteam/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for llm-redteam-overview

Your own site · 80×15
<a href="https://agentmods.dev/skills/purpleailab/decepticon/llm-redteam"><img src="https://agentmods.dev/badge/skills/purpleailab/decepticon/llm-redteam.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,515 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00058 $0.01515
Opus 5 $0.00029 $0.00758
Sonnet 5 $0.00012 $0.00303
Haiku 4.5 $0.00006 $0.00152

Measured 10d ago against content hash ee8a3e1ff39a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

llm-redteam-overview scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/decepticon/decepticon/skills/plugins/llm-redteam/SKILL.md · 69 lines

How it starts

The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.

LLM Red Team Skill Catalog — AATMF v3

This is the routing skill for AI/LLM red-team work. The 15 sub-skills below cover every tactic in the AI/ML Adversarial Tactics, Techniques & Mitigations Framework (AATMF v3). Load the specific sub-skill that matches the attacker objective.

Tactic Map

Tactic Sub-Skill Covers Load Path
T01 prompt-injection Direct + indirect prompt injection, ASCII smuggling, payload-in-image, prompt leaking load_skill("/skills/plugins/llm-redteam/t01-prompt-injection/SKILL.md")
T02 linguistic-evasion Translation/transliteration bypass, base64/leetspeak/emoji encoding, low-resource-language jailbreak, multi-lingual context split load_skill("/skills/plugins/llm-redteam/t02-linguistic-evasion/SKILL.md")
T03 reasoning-exploit CoT / ReAct hijack, math/logic distractor, role-play escalation, hypothetical / counterfactual framing load_skill("/skills/plugins/llm-redteam/t03-reasoning-exploit/SKILL.md")
T04 memory-manipulation Long-context overflow, conversation rewrite, sliding-window poisoning, "previous turn" forgery load_skill("/skills/plugins/llm-redteam/t04-memory-manipulation/SKILL.md")
T05 api-exploitation Function-calling abuse, tool-schema confusion, parameter pollution, response-format coercion load_skill("/skills/plugins/llm-redteam/t05-api-exploitation/SKILL.md")
T06 training-poisoning Backdoor trigger injection, label flip, RLHF reward hacking, fine-tune dataset contamination load_skill("/skills/plugins/llm-redteam/t06-training-poisoning/SKILL.md")
T07 output-exfil Data-leak via reflection, side-channel via length/timing, watermark stripping, token-by-token exfil load_skill("/skills/plugins/llm-redteam/t07-output-exfil/SKILL.md")
T08 deception Confident-hallucination weaponization, persona impersonation, source spoofing, "as the system says" framings load_skill("/skills/plugins/llm-redteam/t08-deception/SKILL.md")
T09 multimodal Image/audio prompt injection, OCR-payload, steganographic prompts, adversarial perturbations load_skill("/skills/plugins/llm-redteam/t09-multimodal/SKILL.md")
T10 confidentiality-breach System-prompt extraction, weight inference, training-data extraction, PII echo load_skill("/skills/plugins/llm-redteam/t10-confidentiality-breach/SKILL.md")
T11 agentic-exploit Tool-chain hijack, autonomous-loop poisoning, plan-injection, sub-agent confusion load_skill("/skills/plugins/llm-redteam/t11-agentic-exploit/SKILL.md")
T12 rag-poisoning RAG index injection, document smuggling, embedding-collision, retrieval-rank gaming load_skill("/skills/plugins/llm-redteam/t12-rag-poisoning/SKILL.md")
T13 supply-chain Model registry tampering, dependency confusion (HF Hub, Ollama, MCP), serialization payload abuse load_skill("/skills/plugins/llm-redteam/t13-supply-chain/SKILL.md")
T14 infra-warfare GPU resource abuse, billing-amplification, rate-limit DoS, cold-start abuse, region failover poisoning load_skill("/skills/plugins/llm-redteam/t14-infra-warfare/SKILL.md")
T15 human-ai-coupling Operator manipulation via AI output, social engineering uplift, dark-pattern UX exploiting AI trust load_skill("/skills/plugins/llm-redteam/t15-human-ai-coupling/SKILL.md")

Read the full file on GitHub · 69 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 69 lines · 58 tokens per session scan A ee8a3e1ff39a

Subscribe to this mod's changes

llm-redteam-overview is a skill published in the GitHub repository PurpleAILAB/Decepticon (5,471 stars, last pushed 10d ago), licensed Apache-2.0. It adds 58 tokens to every session and 1,515 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.