Skip to content

Comments

Add prodlint — linter for AI-generated JS/TS apps#1744

Open
Anthony-Marcovecchio wants to merge 2 commits intoanalysis-tools-dev:masterfrom
Anthony-Marcovecchio:add-prodlint
Open

Add prodlint — linter for AI-generated JS/TS apps#1744
Anthony-Marcovecchio wants to merge 2 commits intoanalysis-tools-dev:masterfrom
Anthony-Marcovecchio:add-prodlint

Conversation

@Anthony-Marcovecchio
Copy link

Tool Info

Description

prodlint is a static analysis CLI that catches the production bugs AI coding tools (Cursor, v0, Bolt, Copilot) consistently write. 52 rules across security, reliability, performance, and AI quality. Zero config, Babel AST-based analysis with regex fallback.

Catches things ESLint misses: hardcoded secrets, hallucinated imports, missing auth on API routes, server action validation, SQL injection (ORM-aware), insecure cookies, and more.

npm version
npm downloads

@mre
Copy link
Member

mre commented Feb 20, 2026

Thanks for your submission. The project has not reached all requirements for addition yet:

Each tool on the list needs to be

  • actively maintained (have more than one contributor)
  • actively used (have more than 20 stars on GitHub or similar impact)
  • relatively mature (project exists for three months or longer)

We can keep this pull request open in the meantime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants