red-team

Generates attack scripts and a report for testing your security defenses.

5|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/rbah31/claude-code-workflow --skill red-team-rbah31
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: red-team
Source: https://github.com/rbah31/claude-code-workflow/tree/main/.claude/skills/red-team
Command: npx skills add https://github.com/rbah31/claude-code-workflow --skill red-team-rbah31

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill enables security teams to simulate adversarial testing by generating executable red-team scripts and structured findings that validate defenses during sprint cycles and pre-release hardening.

Core Features & Use Cases

  • Offensive tooling that proves whether defenses hold at runtime by producing attack scripts and a formal report.
  • Attack scenario design with unique IDs, categories, targets, and payloads to map threat models to concrete tests.
  • Standardized reporting through a red-team output file and a reusable script that can be regression-tested in future sprints.

Quick Start

Set TARGET_URL to your test environment and run python3 red_team_attacks.py to generate and execute the red team vectors.

Frequently Asked Questions about red-team

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate executable red-team scripts for security testing?

To generate executable red-team scripts, this skill produces a runnable Python attacker script with defined payloads and unique attack scenario IDs. You execute the script against your live test environment to prove security gaps during pre-release hardening.

What is included in a standardized red-team security audit report?

A standardized red-team security audit report includes a structured redteam-output.md file containing formal findings. It maps threat models to concrete tests by detailing attack scenario categories, targets, and payloads used during the offensive security review.

How do I run offensive security tests against APIs and auth flows?

You run offensive security tests against APIs, services, and auth flows by setting TARGET_URL to your test environment and executing python3 red_team_attacks.py. This generates and runs attack vectors to validate your sprint scope defenses.

Can I use these attack scripts for regression testing in future sprints?

Yes, you can use the generated attack scripts for regression testing in future sprints. The skill produces a reusable Python script that allows security teams to repeatedly validate defenses and verify whether previously identified runtime security gaps remain closed.

Do I need any specific dependencies to simulate adversarial testing with Python?

You do not need external dependencies to simulate adversarial testing with this approach. The skill relies on internal red team references, a script-template, and a focused workflow to generate a standalone Python attacker script for your live environment.