Regex Private Key Scanner

Use to audit source code or logs before pushing to public repositories.

Try it OpenAPI

Call

POST https://codepulse-api.hahavoid0.workers.dev/security/secret-scan
{
  "text": "My database string is mysql://root:secret@localhost"
}

AgentCash command

npx agentcash@latest fetch https://codepulse-api.hahavoid0.workers.dev/security/secret-scan -m POST -b '{"text":"My database string is mysql://root:secret@localhost"}'

Not for

Do not use for generating keys or passwords.