From ai-red-teaming
Triage red-team findings by likelihood×impact and drive defense-in-depth remediation — layered input/output guardrails, injection-resistant prompt structure, least-privilege tool scoping, allow-lists, human-in-the-loop on high-impact actions, output-handling hygiene, and rate/cost limits — then retest each fix with the exact attack that found it and bake it into the regression harness. Reach for this when the user asks "we have a pile of red-team findings — what do we fix and how?", "harden our LLM against prompt injection", or "how do we stop the agent from being tricked into tool calls?". Used by `adversarial-testing-engineer` (primary).
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-red-teaming:harden-and-remediate-ai-systemThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Invoked by:** `adversarial-testing-engineer` (primary). Also consulted by `ai-redteam-lead` to confirm each in-scope risk has a plausible remediation before the plan tests it.
Invoked by:
adversarial-testing-engineer(primary). Also consulted byai-redteam-leadto confirm each in-scope risk has a plausible remediation before the plan tests it.When to invoke: "What do we fix and how?"; "harden this against prompt injection"; "stop the agent from unauthorized tool calls"; "add guardrails"; any move from findings to a hardened, retested system.
Output: triaged findings (severity, dedup, reproducibility) + a defense-in-depth remediation plan (layered controls) + a retest of each fix with the exact attack + the attack baked into the regression harness.
../../knowledge/ai-red-teaming-patterns-2026.md:
eval it.../../templates/ai-redteam-findings-report.md: finding, severity, remediation layers, retest result, and the disclosure status for any third-party-affecting finding.User: "The red-team found an indirect-injection that made our support agent issue an unauthorized refund. How do we fix it?"
ai-rag-engineering; the app/agent code → claude-app-engineering; a non-AI attack surface → security-engineering.../../knowledge/ai-red-teaming-patterns-2026.md.npx claudepluginhub mcorbett51090/ravenclaude --plugin ai-red-teamingGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.