Slash Command: /auth-surface Map Every Trust Boundary
Find every point in your codebase where auth decisions are made, deferred, or silently skipped.
The Prompt
Already a member? Sign in.
Slash Command: /auth-audit Trace Every Auth Check in the Request Path
A slash command that maps every route to its auth enforcement and surfaces gaps where requests reach handlers unauthenticated.
Slash Command: /boundary-leak Find Logic That Escaped Its Layer
Scans a codebase for business logic, persistence calls, or presentation concerns that have leaked into the wrong architectural layer.
Slash Command: /ownership-gap Find Code Nobody Owns
Scans your codebase for files and modules that lack clear ownership signals before they become incidents.
Slash Command: /dead-branch Find Unreachable Code Paths
A Claude Code slash command that hunts down conditions, branches, and returns that can never execute given actual data flow.