diff --git a/data/tools/prodlint.yml b/data/tools/prodlint.yml new file mode 100644 index 000000000..1518d8075 --- /dev/null +++ b/data/tools/prodlint.yml @@ -0,0 +1,16 @@ +name: prodlint +categories: + - linter +tags: + - javascript + - typescript +license: MIT License +types: + - cli +source: 'https://github.com/prodlint/prodlint' +homepage: 'https://prodlint.com' +description: >- + Production readiness for vibe-coded apps. 52 checks for hardcoded secrets, + missing auth, hallucinated imports, SQL injection, and more — the issues AI + coding tools consistently create. Zero config, Babel AST-based analysis + with regex fallback.