agentsclimarketplace

Business logic review

Skill MuhammedZohaib/patchman/skills/business-logic-review

Defensive AI security audit skill for Claude and Codex. Reviews codebases and web apps for OWASP Top 10, auth and authorization flaws, business logic bugs, tenant isolation gaps, insecure defaults, secret leaks, and ORM or N+1 query issues, then produces clear remediation guidance.

Install
npx -y skills add MuhammedZohaib/patchman --skill business-logic-review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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.md

0.8 KB, as published. Nobody here has run it

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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.