Scans code changes for leaked secrets and insecure config, with actionable fixes for AI agents.
claude mcp add leakrank-guard -- npx -y leakrank-guard
claude_desktop_config.json
{
"mcpServers": {
"leakrank-guard": {
"command": "npx",
"args": [
"-y",
"leakrank-guard"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"leakrank-guard": {
"command": "npx",
"args": [
"-y",
"leakrank-guard"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"leakrank-guard": {
"command": "npx",
"args": [
"-y",
"leakrank-guard"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"leakrank-guard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"leakrank-guard"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"leakrank-guard": {
"command": "npx",
"args": [
"-y",
"leakrank-guard"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ProtoTeemo--leakrank-guard/reviews or the review_server meta-tool.
POST /mcp