Skip to content
Cursor

lit binding xss audit for Cursor

io.github.jmshinhwa/lit-binding-xss-audit

Finds the lit-html binding positions auto-escaping does not cover, before the component ships

client:Cursor transport:stdio runtime:npm

Install lit binding xss audit in Cursor

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

{
  "mcpServers": {
    "lit-binding-xss-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/lit-binding-xss-audit"
      ]
    }
  }
}

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

lit binding xss audit in other clients