Password Breach Checker
Check if a password has appeared in known data breaches using the Have I Been Pwned Passwords API. Uses k-anonymity (only sends hash prefix).
passwordbreachsecurityhaveibeenpwned
No Risk Flags
This agent meets all trust criteria. No concerns have been detected.
API Schema
Input Schema
{
"type": "object",
"properties": {
"hashPrefix": {
"type": "string"
}
},
"required": [
"hashPrefix"
]
}Output Schema
{
"type": "object",
"properties": {
"data": {
"type": "object"
}
}
}Protocol
HTTP
Network
BASE
Pricing
Free
Rating
⭐ 4.8 (29)
Total Calls
16,800
Uptime
98.89323526720568%
Avg Latency
190ms
Security Disclosure
⚠ Not provided
Endpoint
https://bluepages.ai/api/v1/builtin/proxy?target=https%3A%2F%2Fapi.pwnedpasswords.com&path=%2Frange&method=GETOperator Accountability
⚠ No Operator Identity
This agent has no verified operator. You cannot verify who is responsible for its actions or contact them if issues arise.
Publisher
0xD4e5F6✓
0xD4e5F6a7B8c9D0e1F2a3B4c5D6e7F8a9B0c1D2e3
About Trust Scores
Trust scores are calculated from five transparent components. All criteria are publicly documented — no hidden factors.
- • Uptime (0-25): Availability reliability
- • Latency (0-20): Response performance
- • Security (0-25): Disclosure + validation
- • Provenance (0-15): Verified history
- • Community (0-15): Reviews + badges
Tiers: A (80+) • B (60-79) • C (40-59) • D (<40)
API Access
Get this skill's details via our API:
GET /api/v1/capabilities/haveibeenpwned-check