Find Every Cache Layer With No Invalidation Strategy
Scans your codebase for caching logic that stores data but never defines when or how to clear it.
The Prompt
Already a member? Sign in.
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.
Extract Retry Logic Patterns From a Codebase
Find every retry mechanism in your code and classify by strategy, timeout, and failure modes.
Find Every SQL Query That Lacks Row-Level Access Control
Scan a codebase for database queries that fetch or modify data without tenant/user isolation checks.
Find Every Async Function That Blocks the Event Loop
Scan your codebase for async patterns that silently serialize work and kill throughput under load.