fizzgig__secret_leak_finder
finds hardcoded api keys, tokens, and provider secrets in your source.
scans your code against 29 distinct credential patterns covering auth providers (Supabase JWT/secret/publishable), payment processors (Stripe live/test/restricted), AI APIs (OpenAI, Anthropic), code hosting (GitHub PAT/fine-grained/app), cloud providers (AWS access+secret, GCP service account, Google API), communications (Slack, Twilio, SendGrid, Mailgun, Resend), cryptographic primitives (PEM keys, JWT bearers), database connection URIs (postgres://, mysql://, mongodb+srv://), framework footguns (NEXT_PUBLIC_-prefixed admin keys, Mapbox secret tokens), and a generic catch-all. Runs before the commit lands — sticky tool, run before every deploy.
caught a policy that would have leaked every user's comments. shipped a fix in 4 minutes.
first tool i installed. it's the one that pays for itself.
works great. one false positive on a join table — easy to ignore.
{
"fizzgig": {
"url": "https://mcp.fizzgig.ai",
"tools": ["secret_leak_finder"]
}
}