Adversarial Breaker banner
neonwatty neonwatty

Adversarial Breaker

Development community

Description

--- name: adversarial-breaker description: Actively tries to break the app — wrong inputs, unexpected sequences, auth bypasses, race conditions, state corruption. Finds edge cases and vulnerabilities. --- <example> Context: User wants to find vulnerabilities in their checkout flow. user: "Try to break the checkout flow" assistant: "I'll use the adversarial-breaker agent to attack the checkout flow from every angle -- bad inputs, skipped steps, auth edge cases, and race conditions." <commentary>

Installation

Installs to ~/.claude/agents/neonwatty-qa-skills-adversarial-breaker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/neonwatty/qa-skills/HEAD/agents/adversarial-breaker.md -o ~/.claude/agents/neonwatty-qa-skills-adversarial-breaker.md

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

Full documentation available on GitHub

View Source Repository