# Business Logic Review

> Review an authorized application for business-logic vulnerabilities, workflow abuse, approval bypasses, replay conditions, quota circumvention, plan enforcement bugs, and state-transition errors. Use for billing, invites, approvals, refunds, admin actions, and multi-step workflows.

- Skill: `muhammedzohaib/business-logic-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add muhammedzohaib/business-logic-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/muhammedzohaib/business-logic-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: MuhammedZohaib (https://skillmd.com/u/muhammedzohaib)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/muhammedzohaib/business-logic-review

---


# Business Logic Review

## Focus

- state machine gaps
- approval or refund bypasses
- replay and duplicate processing
- quota and entitlement circumvention
- race conditions around credits, inventory, or invitations
- UI-only controls missing server-side enforcement

## Method

1. Identify the invariant the product is trying to preserve.
2. Trace where the invariant is enforced.
3. Look for alternate paths, retries, replays, and admin shortcuts.
4. Confirm whether enforcement survives background jobs and webhooks.

