business-logic-testing
A guide and toolkit for testing business logic security flaws.
Install
mkdir -p .claude/skills/business-logic-testing && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/5121" && unzip -o skill.zip -d .claude/skills/business-logic-testing && rm skill.zipInstalls to .claude/skills/business-logic-testing
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
业务逻辑漏洞测试的专业技能和方法论Key capabilities
- →Identify workflow bypassing vulnerabilities
- →Test for price and quantity manipulation
- →Detect race conditions in API requests
- →Validate state transition logic
- →Perform concurrent request testing
How it works
The skill provides a methodology to analyze business processes, intercept API requests, and manipulate parameters to identify design flaws in application logic.
Inputs & outputs
When to use business-logic-testing
- →Test for price manipulation vulnerabilities
- →Validate workflow order constraints
- →Check for race conditions in API requests
About business-logic-testing
Identifies flaws in application workflows, such as price manipulation, workflow bypassing, and race conditions. Provides systematic testing steps to verify the security of business-critical functions.
业务逻辑漏洞测试的专业技能和方法论
When not to use it
- →Testing non-business logic vulnerabilities like XSS
- →Production environments without authorization
Prerequisites
Limitations
- →Requires authorization to test specific targets
- →Must be performed in a controlled environment to avoid data corruption
How it compares
It focuses on the design and logic of the application workflow rather than standard technical vulnerabilities like injection.
Compared to similar skills
business-logic-testing side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| business-logic-testing (this skill) | 1 | 7mo | Review | Advanced |
| reverse-engineering-tools | 73 | 4mo | No flags | Advanced |
| game-hacking-techniques | 42 | 2mo | No flags | Advanced |
| solidity-security | 15 | 2mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by Ed1s0nZ
View all by Ed1s0nZ →You might also like
reverse-engineering-tools
gmh5225
Guide for reverse engineering tools and techniques used in game security research. Use this skill when working with debuggers, disassemblers, memory analysis tools, binary analysis, or decompilers for game security research.
game-hacking-techniques
gmh5225
Guide for game hacking techniques and cheat development. Use this skill when researching memory manipulation, code injection, ESP/aimbot development, overlay rendering, or game exploitation methodologies.
solidity-security
wshobson
Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementing security measures for blockchain applications.
1password
openclaw
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
senior-security
davila7
Comprehensive security engineering skill for application security, penetration testing, security architecture, and compliance auditing. Includes security assessment tools, threat modeling, crypto implementation, and security automation. Use when designing security architecture, conducting penetration tests, implementing cryptography, or performing security audits.
ghidra
mitsuhiko
Reverse engineer binaries using Ghidra's headless analyzer. Decompile executables, extract functions, strings, symbols, and analyze call graphs without GUI.