What problem does it solve?
It helps you detect vulnerabilities that arise from business workflows, state transitions, and check-then-act logic rather than simple request parsing or input validation.
Core Features & Use Cases
- Business-state and workflow testing: validate how coupons, inventory, quotas, trials, approvals, invites, and payment flows behave across steps.
- Multi-step authorization and sequencing checks: identify missing cross-step permission enforcement and sequence dependencies.
- Race condition and state-machine flaw hunting: uncover windows where timing, ordering, or repeated actions enable bypasses, pricing tampering, or stacked discount issues.
Example: If a site applies coupon checks during checkout but fails to re-validate eligibility after an earlier state change, this skill guides you to test the entire flow for workflow abuse and state inconsistencies.
Quick Start
Use the business-logic-vuln skill to map key states and one-time actions for a target workflow, then test for check-then-act gaps, missing cross-step authorization, and race or sequence dependencies across the full multi-step path.