# prodlint (npm · prodlint-mcp)

Production readiness for vibe-coded apps. 52 checks for security, reliability, and performance.

- Trust score: 78/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-13

## Components

- npm · `prodlint-mcp`: 78/100 (this document), [markdown](https://verifymcp.io/servers/prodlint-prodlint/prodlint-mcp.md), [page](https://verifymcp.io/servers/prodlint-prodlint/prodlint-mcp)

## Channel facts

- Registry: `npm`
- Package: `prodlint-mcp`
- Version: `0.10.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-13.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 40 of 119 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 100/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to prodlint/prodlint).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 3 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 132 tokens (~66/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add prodlint-prodlint -- npx -y prodlint-mcp
```

### Codex

```bash
codex mcp add prodlint-prodlint -- npx -y prodlint-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "prodlint-prodlint": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "prodlint-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add prodlint-prodlint --command npx --arg -y --arg prodlint-mcp
```

### Hermes

```yaml
mcp_servers:
  prodlint-prodlint:
    command: "npx"
    args: ["-y", "prodlint-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "prodlint-prodlint": {
      "command": "npx",
      "args": [
        "-y",
        "prodlint-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-13 (score 78, 0)

- [functional improvement] Security disclosure: unverified → pass

### 2026-08-12 (score 78, 0)

- [functional regression] Security disclosure: pass → unverified

### 2026-08-11 (score 78, +7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-09 (score 71)

First indexed and scored.

## MCP tools (2)

### `scan` (~62 tokens)

Check a vibe-coded project's production readiness. Returns a 0-100 score with findings across security, reliability, performance, and AI quality categories.

Input parameters:

- `ignore` (array): Glob patterns to ignore
- `path` (string, required): Absolute path to the project directory to scan

### `scan-web` (~70 tokens)

Check a deployed website's AI agent-readiness. Returns a 0-100 score across 14 checks including robots.txt AI directives, llms.txt, AgentCard, WebMCP, and more.

Input parameters:

- `url` (string, required): URL of the website to scan (e.g. https://example.com)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/prodlint-prodlint/prodlint-mcp#diagnostics

## Score history

- 2026-08-13: 78
- 2026-08-12: 78
- 2026-08-11: 78
- 2026-08-10: 71
- 2026-08-09: 71

## Links

- npm package: https://www.npmjs.com/package/prodlint-mcp
- Socket report: https://socket.dev/npm/package/prodlint-mcp
- Repository: https://github.com/prodlint/prodlint
- Website: https://prodlint.com/
- Changelog RSS feed: https://verifymcp.io/servers/prodlint-prodlint/prodlint-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/prodlint-prodlint/prodlint-mcp.json
- HTML version of this page: https://verifymcp.io/servers/prodlint-prodlint/prodlint-mcp
