Prodlint
Version updated for https://github.com/prodlint/prodlint to version v0.7.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Prodlint is a static analysis tool designed to identify and prevent critical production bugs in applications built using modern coding tools, particularly those leveraging AI-assisted coding. It automates the detection of issues like missing authentication, hardcoded secrets, unvalidated server actions, and hallucinated imports—problems that often pass traditional type-checks or linters. By addressing these vulnerabilities, Prodlint enhances the security, reliability, and performance of codebases with minimal configuration.
Release notes
Prodlint v0.7.0
The production-readiness linter for AI-assisted codebases. Catches security vulnerabilities, reliability issues, and code quality problems that AI coding tools and TypeScript miss.
Highlights
- 52 rules across Security, Reliability, Performance, and AI Quality
- Zero configuration — works out of the box
- AST-based analysis with framework-aware detection (Next.js, Prisma, Supabase, etc.)
- PR comments with score breakdown
Usage
- uses: prodlint/prodlint@v0.7.0
See README for full configuration options.