What problem does it solve? It prevents uncontrolled privilege expansion by forcing every permission change to be mapped, classified, authorized, and verified before actuation, reducing lockout and over-privilege risks. ## Core Features & Use Cases - Permission Delta Mapping: Maps identity, requested action, target resource, required right, and current effective right to expose the exact delta. - Change Classification: Classifies each request as NO CHANGE REQUIRED, NARROW GRANT JUSTIFIED, EXCESS PRIVILEGE, AUTHORITY REQUIRED, UNKNOWN, or STOP. - STOP Conditions: Halts work when privilege expansion exceeds the approved objective, ownership is unclear, or a change could lock out the owner without recovery. - Use Case: Before granting a CI service account access to a production database, map its current roles, justify a narrow scoped grant with rollback, and verify the effective permission after the change. ## Quick Start Ask the assistant to review the effective permissions of a specific identity on a target resource and classify whether the requested access change is justified.