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.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add MuhammedZohaib/patchman --skill business-logic-review --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Business Logic Review?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/muhammedzohaib-business-logic-review-patchman)More formats (shields.io, HTML) on the badges page.
---
name: business-logic-review
description: 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.
---
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。