What problem does it solve?
This Skill helps verify that logged-in users only see and do what their role allows, preventing accidental exposure of admin pages, restricted actions, and silently hidden data.
Core Features & Use Cases
- Current-session RBAC checks: Reviews the active user session for visible role indicators, blocked destructive actions, and permission-related feedback on the current page.
- Cross-route access probing: Navigates to likely admin and management routes to confirm they properly redirect, deny access, or block unauthorized users.
- Leak detection scenarios: Catches cases where non-admin users can open admin pages, click privileged actions, or see empty states where access should be denied.
- Use case: A tester can run this Skill after login to ensure an employee account cannot reach management screens or trigger dangerous actions without confirmation.
Quick Start
Run the skill on the currently open authenticated page to check for role indicator gaps, blocked-action failures, and unauthorized route exposure.