HaveIBeenPwned Leak Checker
Use when confirming if a password is weak and has leaked in past data breaches.
Call
POST https://codepulse-api.hahavoid0.workers.dev/security/pwned-password
{
"password": "password123"
}AgentCash command
npx agentcash@latest fetch https://codepulse-api.hahavoid0.workers.dev/security/pwned-password -m POST -b '{"password":"password123"}'Not for
Do not use for checking personal email lists (use /security/secret-scan).