check-access-control-model
Installation
SKILL.md
Access Control Model Check
Analyze PHP code for access control anti-patterns that lead to inconsistent authorization, privilege escalation, and unmaintainable permission logic.
Detection Patterns
1. Inline Role Checks
<?php
declare(strict_types=1);