Laravel Authorization Review

Use when reviewing authorization / access control in a Laravel project — find IDOR / broken object-level authorization (BOLA), audit which routes are unprotected, check policy / gate coverage, or sanity-check a new endpoint in a PR. Walks the authorization chain of every HTTP route (middleware → authorize/policy/gate → query scoping → API Resource output), anchors every finding to real `php artisan route:list --json` output plus a cited `file:line`, classifies by confidence, and produces a per-route coverage map. Read-only / advise-only — never edits code.

pekral Updated

File contents

pekral/cursor-rules/tree/main/skills/laravel-authorization-review commit 33c6a50028

Frequently asked questions

npx skillmds@latest add pekral/laravel-authorization-review