What problem does it solve?
Race conditions let limited actions (votes, redemptions, purchases, credits) succeed multiple times, undermining integrity and causing real financial or entitlement loss.
Core Features & Use Cases
- Race-condition hunting workflow: Identify once-per-user and stateful endpoints, baseline behavior, then run parallel request races to surface duplicates.
- Evidence-driven validation (gate 0): Confirm attacker capability, measurable victim impact, and reproducibility within a short time budget.
- Targeted detection guidance: Use URL/header/JavaScript patterns and stack-specific signals to prioritize the most likely concurrency failures.
Use Case: You suspect a promo redemption or “vote/upvote” endpoint is not atomic; use this skill to run controlled parallel attempts, validate duplicate state changes, and document exploitability for reporting.
Quick Start
Tell the AI to hunt race conditions on your target by enumerating one-time action endpoints, running a 10–50 request parallel race, and producing a reproducibility-focused evidence summary.