Skip to content

Commit d705a35

Browse files
Add prodlint — linter for AI-generated JS/TS apps
1 parent 5da9b71 commit d705a35

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

data/tools/prodlint.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: prodlint
2+
categories:
3+
- linter
4+
tags:
5+
- javascript
6+
- typescript
7+
license: MIT License
8+
types:
9+
- cli
10+
source: 'https://github.com/prodlint/prodlint'
11+
homepage: 'https://prodlint.com'
12+
description: >-
13+
The linter for vibe-coded apps. Catches hardcoded secrets, missing auth,
14+
hallucinated imports, SQL injection, and 48 other production bugs that AI
15+
coding tools consistently write. 52 rules across security, reliability,
16+
performance, and AI quality categories. Zero config, Babel AST-based
17+
analysis with regex fallback.

0 commit comments

Comments
 (0)