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.
Related prompts
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 Cache Invalidation Bugs From Code
Identify cache invalidation patterns that could cause stale data serving or race conditions.
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.
