Agent skill

Strix•业务逻辑漏洞

Strix 业务逻辑漏洞测试手册,覆盖流程绕过、状态操控与领域约束破坏;触发名:strix-business-logic

asdfgh1445582★ · 1 repos on radarProfile →
codexNOASSERTION
Install
npx skills add asdfgh1445/ctf-super-hub --skill strix-business-logic --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Path: strix-business-logic/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 718
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Business Logic Flaws Business logic flaws exploit intended functionality to violate domain invariants: move money without paying, exceed limits, retain privileges, or bypass reviews. They require a model of the business, not just payloads. ## Attack Surface - Financial logic: pricing, discounts, payments, refunds, credits, chargebacks - Account lifecycle: signup, upgrade/downgrade, trial, suspension, deletion - Authorization-by-logic: feature gates, role transitions, approval workflows - Quotas/limits: rate/usage limits, inventory, entitlements, seat licensing - Multi-tenant isolation: cross-organization data or action bleed - Event-driven flows: jobs, webhooks, sagas, compensations, idempotency ## High-Value Targets - Pricing/cart: price locks, quote to order, tax/shipping computation - Discount engines: stacking, mutual exclusivity, scope (cart vs item), once-per-user enforcement - Payments: auth/capture/void/refund sequences, partials, split tenders, chargebacks, idempotency keys - Credits/gift cards/vouchers: issuance, redemption, reversal, expiry, transferability - Subscriptions: proration, upgrade/downgrade, trial extension, seat counts, meter reporting - Refunds/returns/RM

What's inside
Steps it walks through
  1. Attack Surface
  2. High-Value Targets
  3. Reconnaissance
  4. Workflow Mapping
  5. Input Surface
  6. State and Time Axes
  7. Key Vulnerabilities
  8. State Machine Abuse
  9. Concurrency and Idempotency
  10. Numeric and Currency
  11. Quotas, Limits, and Inventory
  12. Refunds and Chargebacks
  13. Feature Gates and Roles
  14. Advanced Techniques
More from ctf-super-hub
All skills →
About this skill
What does the Strix•业务逻辑漏洞 skill do?

Strix 业务逻辑漏洞测试手册,覆盖流程绕过、状态操控与领域约束破坏;触发名:strix-business-logic

How do I install it?

Run `npx skills add asdfgh1445/ctf-super-hub --skill strix-business-logic --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From asdfgh1445/ctf-super-hub, a repository with 718 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going