Back to browse
GitHub Repository

Validate imports and catch fake AI-generated dependencies

7 starsTypeScript

Implit – A CLI that catches AI-hallucinated NPM packages

by neurall-build·Apr 27, 2026·1 point·0 comments

AI Analysis

●●SolidSolve My ProblemShip It

Catches fake npm packages and suggests fixes before your build explodes.

Strengths
  • Validates both npm registry existence and local export names — catches multiple failure modes
  • --fix flag generates ready-to-paste prompts for AI to correct its own hallucinations
  • Zero-config npx execution means immediate adoption without installation friction
Weaknesses
  • Basic import validation exists in TypeScript compiler and bundlers already
  • Marketing badges claim 'blazing fast' without benchmarks to substantiate the claim
Target Audience

Developers using AI code generation tools

Similar To

TypeScript · esbuild · npm-audit

Similar Projects

Developer Tools●●Solid

tspub all in one TypeScript package toolkit

It combines build, validation, auto-fix and a guarded publish pipeline (5 prereq gates + automatic rollback) into one zero-config CLI — run check --fix, then publish and hope is replaced by gates. The plugin system, repo scanner and the fact it 'builds itself' (esbuild ESM/CJS + .d.ts) make it feel pragmatic and production-minded, though much of the value is orchestration of existing tools rather than a brand new compiler-level trick.

Solve My ProblemNiche GemSlick
AnishhGiri
213mo ago