fake star audit for VS Code
io.github.armada735/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