Map Every TypeScript Type That Escapes Validation
Find TypeScript interfaces and types that are used in API responses or database reads but have no runtime validation.
The Prompt
Already a member? Sign in.
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.
Extract Type Safety Gaps From TypeScript Codebase
Finds TypeScript files where `any` types, missing type annotations, or unsafe casts hide potential runtime errors.
Cursor: Find Every Type Cast That Discards Information
Locate all coercions and casts that silently lose precision, nullability, or domain meaning at runtime.
Convert a Route File Into an Auth Coverage Gap Map
Reads your routing layer and identifies every endpoint that lacks explicit authentication or authorization checks.