mcpbeat Sign in

Erb Escape Audit MCP Server

local only

Erb Escape Audit runs on your own machine — the client starts it, so there is no endpoint to ping. 331 installs a week from npm. Last commit 22 Sep 2026.

15 rules that find every line in a Rails .erb view where output escaping was switched off or was the

Installs per day peak 168 · avg 11
a month agotoday
331
Installs / week
npm · @readystack/erb-escape-audit
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Erb Escape Audit every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add erb-escape-audit -- npx -y @readystack/erb-escape-audit
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "erb-escape-audit": {
      "args": [
        "-y",
        "@readystack/erb-escape-audit"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.erb-escape-audit]
command = "npx"
args = ["-y", "@readystack/erb-escape-audit"]
.cursor/mcp.json
{
  "mcpServers": {
    "erb-escape-audit": {
      "args": [
        "-y",
        "@readystack/erb-escape-audit"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "erb-escape-audit": {
      "args": [
        "-y",
        "@readystack/erb-escape-audit"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Erb Escape Audit

same job, measured the same way
Cron Schedule Lint
by jmshinhwa

Names every schedule line in the file you have open that fires at the wrong hour, twice, or never at

376 installs/wk local only
Cloud Cost Landmine Lint
by jmshinhwa

Names every line in the file you have open that starts a recurring cloud charge, with the published

342 installs/wk local only
AI Model Retirement Lint
by jmshinhwa

Finds the LLM model IDs pinned in your code that vendors have already switched off, or have dated to

338 installs/wk local only
Tailwind V4 Upgrade Blocker Lint
by jmshinhwa

19 rules that find the Tailwind v3 syntax Tailwind v4 removed or silently redefined, in the file you

158 installs/wk local only
Log Pii Telemetry Lint
by jmshinhwa

22 rules that name the lines where a Node or TypeScript service writes personal data into logs, cras

614 installs/wk local only
Jdk25 Upgrade Blocker Lint
by jmshinhwa

Finds the Java lines the new LTS removed — 18 rules; 23 findings in one 64-line fixture

401 installs/wk local only
PromptSpend
by andrewavery7

LLM pricing where every rate carries its source and the date it was last confirmed.

34 installs/wk local only
Firmware Release Gate
by jmshinhwa

Finds the build-config lines that ship an ESP-IDF or Zephyr device with secure boot off, a debug por

335 installs/wk local only

Erb Escape Audit — questions

Answers built from our own checks of this server.

Why is there no uptime for Erb Escape Audit?
Erb Escape Audit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @readystack/erb-escape-audit was installed 331 times last week.
How do I connect Erb Escape Audit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @readystack/erb-escape-audit straight from npm; nothing to host, nothing to sign up for.
How many people use Erb Escape Audit?
The npm package @readystack/erb-escape-audit was installed 331 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Erb Escape Audit open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.