Breach Check banner
Awarexone Awarexone

Breach Check

Development community

Description

--- description: HIBP k-anonymity check on a password wordlist. Enriches each password with its breach count, ranks DESC. Free API (no key), only first 5 chars of SHA-1 sent. Output -> <input>-ranked.txt. Usage /breach-check <wordlist> [--min-count N] [--max-count N] [--with-counts] --- # /breach-check Rank a password wordlist by HaveIBeenPwned breach count. Used between `/wordlist-gen` and spray to surface which candidates have **proven human use**. ## Usage ``` /breach-check recon/target.c

Installation

Installs to ~/.claude/skills/awarexone-agentic-bug-hunter-breach-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/awarexone-agentic-bug-hunter-breach-check && curl -fsSL https://raw.githubusercontent.com/Awarexone/Agentic-Bug-Hunter/HEAD/commands/breach-check.md -o ~/.claude/skills/awarexone-agentic-bug-hunter-breach-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository