Loading...
Loading...
API authorization and BOLA testing playbook. Use when APIs expose object identifiers, nested resources, hidden writable fields, or weak function-level authorization.
npx skill4agent add yaklang/hack-skills api-authorization-and-bolaAI LOAD INSTRUCTION: Use this skill when an API exposes object IDs, nested resources, or role-sensitive functions and you need a focused authorization test path: BOLA, BFLA, method abuse, and hidden field control.
| Surface | Example |
|---|---|
| object read | |
| nested object | |
| admin or internal function | |
| update path | |
| hidden JSON fields | |
{"role":"admin"}
{"isAdmin":true}
{"org":"target-company"}
{"verified":true}