hunt-business-logic

Identify and document business-logic vulnerabilities with financial impact in web applications.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/sseshachala/Claude-BugHunter-archive --skill hunt-business-logic-sseshachala
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-business-logic
Source: https://github.com/sseshachala/Claude-BugHunter-archive/tree/main/skills/hunt-business-logic
Command: npx skills add https://github.com/sseshachala/Claude-BugHunter-archive --skill hunt-business-logic-sseshachala

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Business logic vulnerabilities often sit in the rules that govern pricing, discounts, refunds, and user permissions. This Skill provides a framework to identify, classify, and exploit these logic flaws with measurable financial impact, based on real-world bug-bounty patterns and TOCTOU scenarios.

Core Features & Use Cases

  • Discovery of price-tampering, race-condition and verification bypass patterns across checkout, subscription, and admin workflows.
  • Step-by-step hunting methodology linking business-logic flaws to tangible financial losses; includes payload patterns and detection signals.
  • End-to-end validation: from threat modeling to reproducible PoCs with evidence suitable for disclosure reports.

Quick Start

Test a checkout flow to ensure client-supplied price or verification data cannot alter the final charge.

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 a web application checkout flow?

Business logic vulnerabilities are flaws in the rules governing pricing, discounts, and refunds. They create financial impact when exploited through TOCTOU scenarios, allowing attackers to bypass verification or tamper with prices during checkout workflows.

What is a TOCTOU race condition and how does it affect e-commerce pricing?

A TOCTOU race condition is a time-of-check to time-of-use flaw that affects e-commerce pricing by allowing verification bypasses during concurrent checkout requests. This Skill helps detect these timing vulnerabilities and links them to tangible financial losses.

How do I create a reproducible proof of concept for a price tampering bug?

You create a reproducible proof of concept for a price tampering bug by following an end-to-end validation framework from threat modeling to evidence collection. This Skill ensures your PoC includes clear trigger steps and guardrails suitable for disclosure reports.

Does this business logic testing method work for SaaS subscription workflows?

Yes, this business logic testing method works for SaaS subscription workflows. It applies discovery patterns for price-tampering and verification bypasses across checkout, subscription, and admin workflows specifically in e-commerce platforms and SaaS applications.

What are the limitations of testing business logic flaws compared to traditional vulnerability scanning?

Testing business logic flaws requires manual threat modeling and step-by-step hunting methodology rather than automated scanning. Limitations include the need to understand specific pricing rules and construct reproducible end-to-end scenarios to prove financial impact.