What problem does it solve?
It helps testers identify high-impact business logic vulnerabilities that are often missed by conventional scanners, such as race-condition double-spends, payment/value manipulation, state-machine step bypasses, and authorization gaps across multi-step workflows.
Core Features & Use Cases
- Race Condition & Idempotency Testing: Validate whether parallel requests can bypass “check-then-update” logic (e.g., double-redeem coupons, gift card double-spend, limit bypass).
- Price/Value Manipulation & Coupon Abuse: Probe negative quantities/prices, rounding/precision issues, promo stacking rules, and parameter tampering in checkout/refund flows.
- Workflow / Step-Skip & Privilege Logic Checks: Test whether servers trust client-supplied state (e.g., payment status, order state transitions, 2FA/verification completion gating).
- State Machine & Business Workflow Reasoning: Systematically map the intended flow and try step skipping, replaying prior steps, and cross-step ordering mistakes to uncover authorization and consistency failures.
Quick Start
Tell your AI agent the target scope and authorization details, then ask it to map the payment or account workflow and generate a step-skip and race-condition test plan using this playbook.