We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da9b71 commit d705a35Copy full SHA for d705a35
1 file changed
data/tools/prodlint.yml
@@ -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