LeakRank Guard runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from npm.
Scans code changes for leaked secrets and insecure config, with actionable fixes for AI agents.
Today is the operative word: we check LeakRank Guard every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add leakrank-guard -- npx -y leakrank-guard
{
"mcpServers": {
"leakrank-guard": {
"args": [
"-y",
"leakrank-guard"
],
"command": "npx"
}
}
}
[mcp_servers.leakrank-guard]
command = "npx"
args = ["-y", "leakrank-guard"]
{
"mcpServers": {
"leakrank-guard": {
"args": [
"-y",
"leakrank-guard"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"leakrank-guard": {
"args": [
"-y",
"leakrank-guard"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
LEAKRANK_API_KEY (Optional. Normally the key is stored on this machine by `npx leakrank-guard login` (OS keychain, or ~/.config/leakrank/config.json at mode 0600), so no environment variable is needed. Set this only for CI or headless use.).
The author declared them in the registry entry; get the values from the project itself.
Security audit for AI agents — scan code/diffs for leaked secrets, check deps via OSV.
Scans code for hardcoded secrets (AWS, Stripe, GitHub, JWTs) before an AI agent commits it.
Create and manage secure sandboxes for running AI agent code
Security scan for AI-generated code: injection, SSRF, secrets, weak crypto, unsafe deserialization.
Build Apps and run code in 30 languages — sandboxed, with persistent sessions for agent loops.
Content moderation for AI applications. Moderate text, images, and video with configurable policies.
Trust score for AI-generated code: scan repos, guard agent file writes, get a 0-100 score.
Run Offensive360 SAST scans (60+ languages) on local code; findings with file/line and fixes
Answers built from our own checks of this server.