veto_type_coverage
Scans TypeScript projects for any, implicit any, and as any casts. Suggests specific replacement types using code context and flags security paths as high severity.
Instructions
Scans a TypeScript project for any, implicit any, and as any casts. Suggests specific replacement types using surrounding code context. Flags any in auth/security paths as high severity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_files | No | Max files to analyze (default 20, max 30). | |
| project_dir | Yes | Absolute path to TypeScript project root. | |
| agent_response | No | Phase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |