Red Team banner
MaxwellCalkin MaxwellCalkin

Red Team

Testing community

Description

# /red-team — Test safety scanning robustness Red-team your safety scanning by generating adversarial variants of a prompt injection attempt. ## Usage /red-team <injection attempt text> ## Behavior Use the Sentinel AI `test_robustness` MCP tool to: 1. Take the provided text (a known injection attempt) 2. Generate adversarial variants using 10+ evasion techniques (homoglyphs, zero-width characters, leetspeak, payload splitting, synonym substitution, etc.) 3. Test whether each variant is stil

Installation

Installs to ~/.claude/skills/maxwellcalkin-sentinel-ai-red-team/SKILL.md

Terminal
mkdir -p ~/.claude/skills/maxwellcalkin-sentinel-ai-red-team && curl -fsSL https://raw.githubusercontent.com/MaxwellCalkin/sentinel-ai/HEAD/commands/red-team.md -o ~/.claude/skills/maxwellcalkin-sentinel-ai-red-team/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository