Skip to content
VS Code

fake star audit for VS Code

io.github.ardev-lab/fake-star-audit

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

client:VS Code transport:stdio runtime:pypi

Install fake star audit in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

fake star audit in other clients