Auditing Declarative Authorization

Audit authorization expressed as configuration or framework convention rather than inline code: row-level security and policy rules, framework before-action and middleware filters that must be attached to every protected route, serverless and gateway access rules, and object-ownership checks. Covers routes that skip the filter, policies with a permissive default, rules that check authentication but not ownership, and gaps between where the rule is declared and where the data is accessed. Use when reviewing role- or policy-driven access control. Coverage and correctness are separate checks.

UnboundCompute b908811 6.7 KB Updated

File contents

UnboundCompute/security-agent-skills/tree/main/skills/auditing-declarative-authorization commit b908811562

Frequently asked questions

npx skillmds@latest add unboundcompute/auditing-declarative-authorization