Skip to content
Cursor

erb escape audit for Cursor

io.github.jmshinhwa/erb-escape-audit

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

client:Cursor transport:stdio runtime:npm

Install erb escape audit in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "erb-escape-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/erb-escape-audit"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

erb escape audit in other clients