hunt-business-logic

Identify and analyze business-logic flaws in web applications for bug-bounty reports.

13|2|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/chatbotkit/rook --skill hunt-business-logic-chatbotkit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-business-logic
Source: https://github.com/chatbotkit/rook/tree/main/skills/hunt-business-logic
Command: npx skills add https://github.com/chatbotkit/rook --skill hunt-business-logic-chatbotkit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hunting for business-logic vulnerabilities that drive financial impact across platforms, helping security teams identify, reproduce, and prioritize flaws such as coupon-race abuse, price tampering, and client-side trust weaknesses.

Core Features & Use Cases

  • Risk assessment of how business rules are enforced and where client input can bypass them.
  • Reproduction guidance based on real-world bug-bounty reports (coupon abuse, TOCTOU, price-field overflow).
  • Mitigation & testing recommendations with concrete test cases, safe-practice workflows, and verification steps.

Quick Start

Describe a concrete, reproducible sequence to uncover and document a business-logic vulnerability end-to-end.

Frequently Asked Questions about hunt-business-logic

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find business-logic vulnerabilities in web applications?

Business-logic vulnerabilities are flaws where valid application functions are abused to cause financial impact. They occur when business rules like coupon limits or price validation are improperly enforced, allowing actions such as coupon-race abuse and price tampering.

How do I reproduce a coupon-race condition for a bug-bounty report?

Reproducing a coupon-race condition requires exploiting TOCTOU flaws by sending concurrent requests to bypass business rule enforcement. You must document the exploit chain, root cause, and evidence following safe-practice workflows to verify the financial impact.

What is the best way to test for price-tampering in e-commerce platforms?

Testing for price-tampering in e-commerce involves analyzing how client-side trust weaknesses allow price-field manipulation. You apply concrete test cases to bypass business rules, verify the financial impact, and document mitigation strategies for the report.

Can I analyze TOCTOU weaknesses in SaaS platforms using this method?

Yes, you can analyze TOCTOU weaknesses in SaaS platforms by assessing how business rules are enforced during time-of-check to time-of-use. This method helps identify client-side trust bypasses and documents exploit chains suitable for security research.

What mitigation strategies are recommended for client-side trust vulnerabilities?

Mitigation strategies for client-side trust vulnerabilities involve enforcing business rules server-side to prevent price-tampering and coupon-race conditions. You document concrete test cases, safe-practice workflows, and verification steps to secure e-commerce and marketplace platforms.