Extract Type Safety Gaps From TypeScript Codebase
Finds TypeScript files where `any` types, missing type annotations, or unsafe casts hide potential runtime errors.
The Prompt
Free accounts also get the weekly newsletter.
Find Every Type Cast That Skips Validation
Locates all forced type casts and assertions in your codebase that bypass runtime validation and hide real bugs.
Cursor: Find Every Type Cast That Discards Information
Locate all coercions and casts that silently lose precision, nullability, or domain meaning at runtime.
Extract Circular Dependency Chains From Codebase
Scan code for circular imports/requires that create runtime hazards and testing friction.
Extract Observability Gaps From Async Code Patterns
Scan a codebase for async operations (promises, callbacks, event handlers) that lack logging, tracing, or error instrumentation.