Audits SaaS and usage-based web apps for adversarial usage patterns — accidental, opportunistic, and deliberate. Use this when the user says "adversarial audit", "abuse case audit", "idiot-proof this app", "find usage exploits", "business logic audit", or "how could users break this". Explores the codebase to map the economic surface area (pricing tiers, usage limits, free trials, costly resources), then generates abuse cases where user behavior — intentional or not — could break assumptions, bypass limits, amplify costs, or corrupt state. Produces a prioritized markdown report with findings, code locations, and fix recommendations, then optionally verifies findings interactively in a browser.
$npx -y skills add neonwatty/qa-skills --skill adversarial-auditInstalls into the current project.
Run `npx skills use "https://github.com/neonwatty/qa-skills" --skill "neonwatty/qa-skills/adversarial-audit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/neonwatty/qa-skills" that are relevant to the current task. Run `npx skills add "https://github.com/neonwatty/qa-skills"` and select the relevant skills, then follow their instructions.