access-control
Installation
SKILL.md
Broken Access Control (A01:2021)
Analyze source code for broken access control vulnerabilities including missing authorization checks, insecure direct object references, CORS misconfiguration, JWT manipulation, directory traversal, and privilege escalation.
Supported Flags
Read ../../shared/schemas/flags.md for the full flag specification. This skill
supports all cross-cutting flags. Key flags for this skill:
--scopedetermines which files to analyze (default:changed)--depth standardreads code and checks middleware chains--depth deeptraces authorization across call graphs and middleware stacks--severityfilters output (access control issues are oftenhighorcritical)
Framework Context
Read ../../shared/frameworks/owasp-top10-2021.md, section **A01:2021 - Broken
Related skills