Servers
F
Fake Star Audit
@Armada735
Audits a GitHub repository's stargazers for signs of fake-star injection across five deterministic axes (burst, suffix-farm, sequential-id cluster, same-second cluster, inter-star gap regularity) over two windows (oldest 100 + newest 30), plus extended signals. Returns LOW / MEDI
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fake-star-audit": {
"command": "python3",
"args": [
"/absolute/path/to/fake-star-audit/mcp_server.py"
]
}
}
}