skills/smithery.ai/audit-types

audit-types

Installation
SKILL.md

TypeScript Audit

Audit type safety across the codebase.

Scan Areas

  1. Zod Usage

    • Find Zod schemas
    • Verify ONLY at boundaries (API routes, forms, env)
    • Flag internal Zod validation
  2. Type Assertions

    • Find all 'as' type assertions
    • Verify each has validation
    • Flag unsafe casts
Installs
1
First Seen
Mar 21, 2026
audit-types from smithery.ai