prodlint MCP server
Production readiness for vibe-coded apps. 52 checks for security, reliability, and performance.
15 stars30 downloads/wk
Reviews
Write oneNobody has reviewed prodlint yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
prodlint tools
No tool declarations could be read from the package source. They show once the server is installed.
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- Code scan2 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 3 days ago15/15
- Maintainer identityregistry namespace matches repository owner7/10
What the publisher says
From the prodlint repository's README, as published. We do not edit it. Read it on GitHub
prodlint
Production readiness for vibe-coded apps.
Static analysis for vibe-coded apps. Flags the security, reliability, performance, and AI quality issues that Cursor, v0, Bolt, and Copilot create — hallucinated imports, missing auth, hardcoded secrets, unvalidated server actions, and more. Zero config, no LLM, 52 rules.
npx prodlintprodlint v0.10.0
Scanned 148 files · 2 critical · 5 warnings · 1 info
src/app/api/checkout/route.ts
12:1 INFO No rate limiting — anyone could spam this endpoint and run up your API costs rate-limiting
28:5 WARN Empty catch block silently swallows error shallow-catch
src/actions/submit.ts
5:3 CRIT Server action uses formData without validation next-server-action-validation
↳ Validate with Zod: const data = schema.safeParse(Object.fromEntries(formData))
src/lib/db.ts
1:1 CRIT Package "drizzle-orm" is imported but not in package.json hallucinated-imports
Scores
security 72 ████████████████░░░░ (8 issues)
reliability 85 █████████████████░░░ (4 issues)
performance 95 ███████████████████░ (1 issue)
ai-quality 90 ██████████████████░░ (3 issues)
Overall: 82/100 (weighted)
2 critical · 5 warnings · 4 infoWhy?
Vibe coding is the fastest way to build. Shipping fast means knowing your code is production-ready — not just that it compiles. Hardcoded secrets, hallucinated packages, missing auth, and XSS vectors pass type-checks and look correct — but they aren't ready for production.
prodlint checks what TypeScript and ESLint don't: whether your vibe-coded app is ready for production.
Install
npx prodlint # Run directly (no install)
npx prodlint ./my-app # Scan specific path
npx prodlint --json # JSON output for CI
npx prodlint --sarif # SARIF 2.1.0 for GitHub Code Scanning
npx prodlint --summary # Quick pass/fail + top 3 blockers
npx prodlint --profile startup # Only critical findings
npx prodlint --profile strict # All findings including info
npx prodlint --baseline .prodlint-baseline.json # Only new findings
npx prodlint --ignore "*.test.ts" # Ignore patterns
npx prodlint --min-severity warning # Only warnings and criticals
npx prodlint --quiet # Suppress badge outputOr install it:
npm i -D prodlint # Project dependency
npm i -g prodlint # Global install52 Rules across 4 Categories
Security (27 rules)
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y prodlint-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add prodlint -- npx -y prodlint-mcp
prodlint: common questions
- Is prodlint MCP server safe?
- Yes, by our scan: it is graded A (91/100). Read the prodlint safety report
- How do I install prodlint?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does prodlint need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is prodlint maintained?
- The last commit was 4 days ago (2026-09-20). The latest release is v0.10.0.
- What can I use instead of prodlint?
- Servers from other publishers that do the same job: Prodcheck MCP server, MCP server and Nemesis Shield MCP server. Compare all prodlint alternatives.
Alternatives to prodlint
Same job from other publishers: the closest match first, then the best rated.
- Prodcheck4,372 pre-production checks: security, performance, scale, integrations, post-launch.not reviewedGrowingA
- MCPSecurity tools for your AI: scan, pentest, check headers, guard code and scan repos for secrets.not reviewedGrowingA
- Nemesis ShieldPositive-security for apps, APIs, LLMs and edge, plus fraud scoring and identity/AML screening.not reviewedGrowingA
- Nel VeilFree passive security scanning - check any domain's DMARC, TLS, headers, and exposures.not reviewedGrowingA
- Security PreflightStatic MCP, source-code and injection-indicator checks with redacted signed receipts.not reviewedNewB