access-control
SKILL.md
Access Control Vulnerability Analysis
2025 Statistics: Access Control is #1 vulnerability class with $953.2M in losses.
Why Access Control Bugs Happen (Root Causes)
Understanding root causes helps detect vulnerabilities more effectively.
Root Cause 1: Intent-Implementation Gap
Developer thinks "only admin can call this" but forgets to add modifier.