container-overview

container-overview is a skill for Claude Code from PurpleAILAB/Decepticon. It costs 55 tokens per session (702 once invoked), scanned A, original, Apache-2.0.

A routing guide for assessing attacks against containers and Kubernetes clusters. It directs you to the relevant playbook based on whether the issue involves a pod, permissions, a mounted socket, or the container runtime.

In plain words
What is it for?
It is for assessing pod escapes, Kubernetes permission abuse, Docker or containerd socket exposure, and known container-runtime vulnerabilities.
Why use it?
It helps choose the right investigation path when a cloud-native target has several possible attack surfaces.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

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,451 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.

agentmods
npx agentmods add skills/purpleailab/decepticon/container
Any agent
npx skills add PurpleAILAB/Decepticon --skill container
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 container-overview

README.md
[![agentmods](https://agentmods.dev/badge/skills/purpleailab/decepticon/container.svg)](https://agentmods.dev/skills/purpleailab/decepticon/container)
Your own site
<a href="https://agentmods.dev/skills/purpleailab/decepticon/container"><img src="https://agentmods.dev/badge/skills/purpleailab/decepticon/container.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 702 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00055 $0.00702
Opus 5 $0.00028 $0.00351
Sonnet 5 $0.00011 $0.00140
Haiku 4.5 $0.00006 $0.00070

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

Security

Grade A, and why

container-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 2d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • container — 92% identical, 2 lines differ
packages/decepticon/decepticon/skills/standard/cloud/container/SKILL.md · 47 lines

How it starts

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

Container / Kubernetes Attack Category

This is a routing skill for cloud-native engagements. Identify the surface, then load the matching sub-skill.

Sub-skills

Sub-skill Covers When to load
k8s-pod-escape Privileged container, hostPath escape, hostPID + SYS_PTRACE, runC CVE chains, cgroup release agent RCE inside a pod, goal is node compromise
k8s-rbac-abuse auth can-i --list, pods/exec on privileged pods, secrets get/list, escalate verb, bind verb, impersonate, nodes/proxy You have a ServiceAccount token; goal is cluster-admin
docker-socket-mount /var/run/docker.sock or containerd socket mounted in → instant host root CI runners, ArgoCD/Flux, DinD, Jenkins agents
container-cve Catalog of high-impact runtime CVEs — Leaky Vessels, runC 2019-5736, BuildKit chain, CRI-O 2022-0811 Container runtime version fingerprinted

Quick routing

Container target identified?
├── You have RCE in a pod / container         → k8s-pod-escape
├── You have a Kubernetes SA token            → k8s-rbac-abuse
├── Socket mounted (`docker.sock`, etc.)      → docker-socket-mount
├── Runtime version is old / vulnerable       → container-cve
└── Unknown / all of above                     → start with k8s-pod-escape's Phase 1

Tooling

Tool Use
kubectl API-level enumeration and abuse
kube-hunter Automated cluster vulnerability scan
kdigger In-cluster recon (Quarkslab)
peirates Kubernetes-specific privilege escalation
botb Container break-out (Brad-Beam et al.)
nsenter Cross-namespace process / mount entry
crictl / ctr / nerdctl containerd / CRI direct access

Read the full file on GitHub · 47 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago First seen · 47 lines · 55 tokens per session scan A 1af48431ab0f

Subscribe to this mod's changes

container-overview is a skill published in the GitHub repository PurpleAILAB/Decepticon (5,451 stars, last pushed 6d ago), licensed Apache-2.0. It adds 55 tokens to every session and 702 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-09-03.

Related

Other skills, from other repositories

analyzing-docker-container-forensics

Use when investigate compromised Docker containers by analyzing images, layers, volumes, logs, and runtime artifacts to identify malicious activity and evidence. Use when working with analyzing docker container forensics.

oyi77/1ai-skills · 45 tokens

analyzing-kubernetes-audit-logs

Use when parses Kubernetes API server audit logs (JSON lines) to detect exec-into-pod, secret access, RBAC modifications, privileged pod creation, and anonymous API access. Builds threat detection rules from audit event patterns. Use when investigating Kubernetes cluster compromise or building k8s-specific SIEM…

oyi77/1ai-skills · 72 tokens

redteam-container-detail-pack

Domain routing and boundary guidance for authorized container and orchestration security testing, including Docker escape, Kubernetes privilege escalation, image vulnerabilities, and service mesh bypasses. Use when a task belongs to the container testing domain and needs scope, evidence, pivot, or exit criteria.

Unclecheng-li/DeepSec · 59 tokens

k8s-security-policies

Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use when securing Kubernetes clusters, implementing network isolation, or enforcing pod security standards.

Harmeet10000/skills · 43 tokens

helm-chart-scaffolding

Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creating Helm charts, packaging Kubernetes applications, or implementing templated deployments.

Harmeet10000/skills · 41 tokens

interactive-dashboard

Interactive web dashboards: stock trackers, sector heatmaps, portfolio monitors — served via preview URL.

ginlix-ai/LangAlpha · 21 tokens