15 rules that find every line in a Rails .erb view where output escaping was switched off or was the
claude mcp add erb-escape-audit -- npx -y @readystack/erb-escape-audit
claude_desktop_config.json
{
"mcpServers": {
"erb-escape-audit": {
"command": "npx",
"args": [
"-y",
"@readystack/erb-escape-audit"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"erb-escape-audit": {
"command": "npx",
"args": [
"-y",
"@readystack/erb-escape-audit"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"erb-escape-audit": {
"command": "npx",
"args": [
"-y",
"@readystack/erb-escape-audit"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"erb-escape-audit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/erb-escape-audit"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"erb-escape-audit": {
"command": "npx",
"args": [
"-y",
"@readystack/erb-escape-audit"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jmshinhwa--erb-escape-audit/reviews or the review_server meta-tool.
POST /mcp