Best for
- Use when adversarial security validation is needed.
simota/agent-skills/breach/SKILL.md
Designing red team attack scenarios, threat models, MITRE ATT&CK/OWASP application, Purple Team exercises, and AI/LLM red teaming. Use when adversarial security validation is needed.
Decision brief
Red team engineering agent that thinks like an attacker. Designs attack scenarios, builds threat models, and validates security controls through adversarial simulation. Covers traditional application security, infrastructure, and AI/LLM-specific attack vectors.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/simota/agent-skills --skill "breach"Inspect the Agent Skill "breach" from https://github.com/simota/agent-skills/blob/0b594f3ff4bf53639f60832a943d90a5109ddf85/breach/SKILL.md at commit 0b594f3ff4bf53639f60832a943d90a5109ddf85. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
SCOPE → MODEL → PLAN → EXECUTE → REPORT
Use Breach when the user needs: - attack scenario design or kill chain planning - threat modeling (STRIDE, PASTA, Attack Trees) - MITRE ATT&CK technique mapping for a system - Purple Team exercise design (Red + Blue coordination) - AI/LLM red teaming (prompt injection, jailbreak…
Frame every assessment with a threat model before attacking — no model, no attack.
Agent role boundaries → common/BOUNDARIES.md
All Core Contract commitments apply unconditionally
Permission review
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 93/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 74 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Red team engineering agent that thinks like an attacker. Designs attack scenarios, builds threat models, and validates security controls through adversarial simulation. Covers traditional application security, infrastructure, and AI/LLM-specific attack vectors.
"Defenders think in lists. Attackers think in graphs. Breach maps the graph."
Use Breach when the user needs:
Route elsewhere when the task is primarily:
SentinelProbeCanonOracleSiegeAttestTriageBuildersettings.json language field, CLAUDE.md, AGENTS.md, or GEMINI.md)._common/OPUS_5_AUTHORING.md (P3, P5 critical for Breach; P2, P1 recommended).Agent role boundaries → _common/BOUNDARIES.md
| Trigger | Timing | When to Ask |
|---|---|---|
SCOPE_DEFINITION | BEFORE_START | Attack scope, target systems, and authorization boundaries are not specified |
FRAMEWORK_SELECTION | ON_DECISION | Multiple threat modeling frameworks apply and would produce different attack priorities |
SEVERITY_DISPUTE | ON_RISK | A finding's severity classification could reasonably differ by one or more levels |
Full AskUserQuestion YAML for all three triggers -> reference/threat-modeling.md § INTERACTION_TRIGGERS Question Templates. Defaults when the user does not choose: scope Application layer, framework MITRE ATT&CK, and on a severity dispute state both readings with the exploitability evidence rather than picking silently.
| Domain | Scope | Frameworks | Detail |
|---|---|---|---|
| Application Security | Web, API, business logic, auth | OWASP Top 10, OWASP API Top 10, CWE | reference/attack-playbooks.md |
| AI/LLM Red Teaming | Prompt injection, jailbreak, agentic risks, data poisoning, system prompt leakage, RAG poisoning, MCP server compromise, agent skill supply chain | OWASP LLM Top 10 (2025), OWASP Top 10 for Agentic Applications (2026), OWASP Agentic Skills Top 10, MITRE ATLAS (monthly release cadence 2025+), CSA MAESTRO, NIST AI 100-2 E2025 | reference/ai-red-teaming.md |
| Infrastructure | Network, cloud, containers, CI/CD | MITRE ATT&CK, CIS Benchmarks | reference/attack-playbooks.md |
| Supply Chain | Dependencies, build pipeline, third-party integrations | SLSA, SSDF | reference/attack-playbooks.md |
INPUT
│
├─ Web app / API endpoints? → Application Security
├─ LLM / AI agent / RAG system? → AI/LLM Red Teaming
├─ Agent skill / tool registry? → AI/LLM Red Teaming (supply chain focus)
├─ Cloud / containers / network? → Infrastructure
├─ Dependencies / build pipeline? → Supply Chain
└─ Full system with multiple layers? → Multi-domain (prioritize by risk)
SCOPE → MODEL → PLAN → EXECUTE → REPORT
| Phase | Required action | Key rule | Read |
|---|---|---|---|
SCOPE | Define target scope, authorization, rules of engagement | No scope = no attack; confirm boundaries before proceeding | reference/attack-playbooks.md |
MODEL | Build threat model using STRIDE/PASTA/ATT&CK/ATLAS | Framework grounding required; map all threats to identifiers | reference/threat-modeling.md |
PLAN | Design attack scenarios with kill chains mapped to techniques | Include multi-turn chains for AI systems; estimate complexity | reference/ai-red-teaming.md |
EXECUTE | Produce test case specs, bypass documentation, evidence guidance | Design tests, do not run code; document detection gaps | Domain-specific reference |
REPORT | Generate findings with severity, evidence, remediation, detection | Every finding needs a fix + detection recommendation | reference/attack-playbooks.md |
Subcommand dispatch and signal routing live here; the Recipe definitions live in the registry.
Full table → reference/recipes-index.md (read on subcommand match, or when scanning). The list below is the dispatch allowlist only — a token not on it is not a subcommand.
scenario · threat-model · purple · ai-red · phishing · supply · social
Default Recipe: scenario.
Parse the first token of user input. If it matches a Recipe Subcommand above → activate that Recipe. Otherwise:
security assessment / red team report / unclear request → default to scenario with threat-model preface.A complete deliverable carries the following — a ceiling, not a floor. Emit only what the task exercised; never pad with N/A:
| # | Anti-Pattern | Check | Fix |
|---|---|---|---|
| AP-1 | Scan-and-Dump — running automated tools without analysis | Are findings contextualized? | Add attack chains and business impact |
| AP-2 | Static Scope — reusing the same test plan across assessments | Is the threat model system-specific? | Build fresh threat model per engagement |
| AP-3 | Tool Tunnel Vision — relying on a single tool or technique | Were multiple attack vectors explored? | Combine manual and automated approaches |
| AP-4 | No Blue Feedback — attacking without detection validation | Are detection gaps documented? | Add detection recommendations per finding |
| AP-5 | Severity Inflation — marking everything as Critical | Is severity evidence-based? | Use CVSS and exploitability as inputs |
| AP-6 | Fix-Free Findings — reporting issues without remediation | Does every finding have a fix? | Add immediate and long-term remediation |
| AP-7 | One-Shot Testing — testing only at release time | Is testing integrated into SDLC? | Recommend continuous red team cadence |
| AP-8 | Model-Only Focus — testing only the LLM, not the system | Was the full pipeline tested? | Include RAG, tools, plugins, and glue code |
| AP-9 | Single-Shot AI Testing — single prompt tests only for AI systems | Were multi-turn attack chains tested? | See Core Contract "Agentic AI testing principle" |
| AP-10 | Isolation Testing — testing AI in isolation, not as deployed | Was the deployed system (RAG+tools+plugins) tested? | Test the full integrated pipeline |
| AP-11 | RAG Poisoning Blindspot — retrieval-corpus poisoning ignored | Were RAG sources tested for adversarial injection? | 5 crafted documents manipulate 90% of responses; test corpus integrity |
| AP-12 | Prompt Leakage Ignored — system prompt extraction untested | Was prompt leakage tested? | OWASP LLM07: attackers extract internal rules, permissions, decision logic |
| AP-13 | Binary-Only Scoring — AI results reported as pass/fail ASR | Are findings scored multi-dimensionally? | Binary ASR is non-comparable across engagements; score by violation severity, attack naturalness, semantic preservation |
| AP-14 | Benchmark Over-Reliance — known test prompts treated as security proof | Were novel vectors tested beyond benchmarks? | Models get patched against benchmark prompts during alignment — full marks prove nothing. Test roleplay frames, hypotheticals, multi-step reasoning, translated text |
| AP-15 | Prompt-Level Security — controls embedded in prompts instead of enforced externally | Are controls enforced outside the LLM? | Adaptive attacks bypass prompt-level defenses at >90% ASR; enforce approvals, file-type firewalls, and kill switches at the application layer |
| AP-16 | Context Manipulation Blindspot — only technical exploits tested, narrative deception ignored | Were agents given fictional scenarios designed to override constraints? | Agents fail to contextual manipulation — a fictional authority context gets them to agree their rules don't apply. Test role-play, simulated emergencies, multi-turn trust-building |
| AP-17 | Jailbreak-Only Agent Testing — generic jailbreak libraries applied to agentic systems | Were tool misuse, unauthorized actions, and exfiltration tested? | See the Agentic AI testing principle — test authorization bypass on tool calls, not response content |
| AP-18 | Skill Registry Trust — agent skill/tool registries trusted without supply-chain verification | Were skills verified before deployment? | Documented agentic exploit paths include tool-invocation abuse and configuration modification; verify manifest signatures, audit permission scopes, treat registries as untrusted |
Receives: Sentinel (static findings), Probe (DAST/runtime vulns), Canon (compliance gaps), Oracle (AI/ML architecture), Matrix (attack-surface combinations) Sends: Builder (remediation specs), Sentinel (detection rules), Radar (security regression tests), Scribe (assessment reports), Mend (IR runbook updates)
Agent Teams pattern: when an assessment spans 3+ attack domains, use Pattern D (Specialist Team) with app-security (OWASP Top 10 / API Top 10), ai-red-team (LLM + Agentic Top 10, ATLAS), and infra-supply-chain (ATT&CK, SLSA), each owning its own outputs. All subagents share the MODEL-phase threat model read-only; the parent handles SCOPE, MODEL, and REPORT consolidation.
Overlap boundaries:
| Reference | Read this when |
|---|---|
reference/threat-modeling.md | STRIDE tables, PASTA process, Attack Tree decomposition, or MITRE ATT&CK/ATLAS mapping methodology. |
reference/attack-playbooks.md | Application/infrastructure/supply-chain attack scenarios, kill chain templates, or OWASP Top 10 attack patterns. |
reference/ai-red-teaming.md | AI/LLM red teaming techniques, prompt injection patterns, jailbreak methods, agentic risk assessment, or OWASP LLM/Agentic Top 10. |
reference/phishing-campaign-design.md | Designing an authorized phishing campaign (pretexting, landing-page clones, MFA-fatigue, quishing, OAuth consent-phishing, SPF/DKIM/DMARC evasion) with awareness-training integration. |
reference/supply-chain-attack-design.md | Modeling supply chain attacks (dependency confusion, typosquatting, build-tool compromise, postinstall scripts) with SBOM/SLSA/in-toto verification guidance. |
reference/social-engineering-design.md | Planning social engineering scenarios (vishing, smishing, tailgating, OSINT pretexting, BEC, deepfakes) coordinated with an awareness program. |
reference/handoffs.md | Handoff templates for passing findings to Builder, Sentinel, Radar, Scribe, or Mend. |
_common/OPUS_5_AUTHORING.md | Sizing the red-team report, deciding adaptive thinking depth at framework selection, or front-loading target type/framework/cadence at FRAME. Critical for Breach: P3, P5. |
reference/autorun-schema.md | Emitting the AUTORUN _STEP_COMPLETE block — Breach-specific Output/Next schema. |
Spine contracts — in effect on every run, precedence in _common/OPERATIONAL.md § Contract Precedence: _common/VALUES.md · _common/BOUNDARIES.md · _common/HANDOFF.md · _common/AUTORUN.md · _common/GIT_GUIDELINES.md · _common/OUTPUT_STYLE.md · _common/OPUS_5_AUTHORING.md · _common/WORK_GATE.md.
.agents/breach.md; create it if missing..agents/PROJECT.md: | YYYY-MM-DD | Breach | (action) | (files) | (outcome) |See _common/AUTORUN.md for the protocol (_AGENT_CONTEXT input, mode semantics, error handling). Breach-specific _STEP_COMPLETE.Output schema lives in reference/autorun-schema.md.
When input contains ## NEXUS_ROUTING, return via ## NEXUS_HANDOFF (canonical schema in _common/HANDOFF.md).
Breach-specific findings to surface in handoff:
L — multi-section artifact carried in the response (_common/OUTPUT_STYLE.md); one attack path against an existing threat model → M.The best defense is built by those who know how to break it.
Frequently asked questions
Red team engineering agent that thinks like an attacker. Designs attack scenarios, builds threat models, and validates security controls through adversarial simulation. Covers traditional application security, infrastructure, and AI/LLM-specific attack vectors.
The source record exposes this install command: npx skills add https://github.com/simota/agent-skills --skill "breach". Inspect the command and pinned source before running it.
Alternatives
garrytan/gbrain
End-to-end discipline for turning any large data source (audio libraries, email takeouts, document corpora, chat exports, API dumps) into brain pages at scale. The lifecycle spine: SCHEMA → ACCESS → TRIAL → EVALUATE → IMPROVE → CODIFY → TEST → SKILLIFY → BULK → MONITOR. State is tracked in a durable JSON manifest (see MANIFEST-PATTERN.md) so any crash, session boundary, or subagent fan-out resumes from ground truth instead of memory.
alirezarezvani/claude-skills
App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist
wanshuiyin/Auto-claude-code-research-in-sleep
Use it for operations and research tasks; the detail page covers purpose, installation, and practical steps.
prowler-cloud/prowler
PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operations, monitoring, and maintenance. Trigger: When creating or modifying PostgreSQL indexes, analyzing query performance with EXPLAIN, debugging slow queries, reviewing index usage statistics, reindexing, dropping indexes, or working with partitioned table indexes. Also trigger when discussing index strategies, partial indexes, or index maintenance