Skip to content
Cursor

fake star audit for Cursor

io.github.armada735/fake-star-audit

Transparent rule-based GitHub fake-star detector — LOW/MEDIUM/HIGH with per-rule evidence.

client:Cursor transport:stdio runtime:pypi

Install fake star audit in Cursor

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

{
  "mcpServers": {
    "fake-star-audit": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fake-star-audit"
      ]
    }
  }
}

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

fake star audit in other clients