audit-types
Installation
SKILL.md
TypeScript Audit
Audit type safety across the codebase.
Scan Areas
-
Zod Usage
- Find Zod schemas
- Verify ONLY at boundaries (API routes, forms, env)
- Flag internal Zod validation
-
Type Assertions
- Find all 'as' type assertions
- Verify each has validation
- Flag unsafe casts