{"id":25790790,"url":"https://github.com/heinrihs-s/securepass-sentinel","last_synced_at":"2026-07-06T18:31:07.339Z","repository":{"id":277164849,"uuid":"931539643","full_name":"heinrihs-s/SecurePass-Sentinel","owner":"heinrihs-s","description":"Password policy and HIBP breach-exposure checker for defensive security reviews.","archived":false,"fork":false,"pushed_at":"2026-06-28T16:50:06.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-28T18:21:56.706Z","etag":null,"topics":["claude-code","codex","credential-exposure","defensive-security","haveibeenpwned","password-security","python","security-tools","zxcvbn"],"latest_commit_sha":null,"homepage":"https://heinrihs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heinrihs-s.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-12T12:59:45.000Z","updated_at":"2026-06-28T16:53:10.000Z","dependencies_parsed_at":"2025-02-12T14:22:32.269Z","dependency_job_id":"424d890d-c2fc-47f3-94e4-a25d61de5849","html_url":"https://github.com/heinrihs-s/SecurePass-Sentinel","commit_stats":null,"previous_names":["heinrihs-s/securepass-sentinel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/heinrihs-s/SecurePass-Sentinel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heinrihs-s%2FSecurePass-Sentinel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heinrihs-s%2FSecurePass-Sentinel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heinrihs-s%2FSecurePass-Sentinel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heinrihs-s%2FSecurePass-Sentinel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heinrihs-s","download_url":"https://codeload.github.com/heinrihs-s/SecurePass-Sentinel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heinrihs-s%2FSecurePass-Sentinel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35202785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","codex","credential-exposure","defensive-security","haveibeenpwned","password-security","python","security-tools","zxcvbn"],"created_at":"2025-02-27T12:08:21.134Z","updated_at":"2026-07-06T18:31:07.328Z","avatar_url":"https://github.com/heinrihs-s.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SecurePass Sentinel\n\nPassword policy and breach-exposure checker for defensive security reviews.\n\nSecurePass Sentinel combines local policy checks, zxcvbn strength estimation, and the Have I Been Pwned k-anonymity API to help review password quality without storing plaintext passwords in reports.\n\nKeywords: password security, password policy, Have I Been Pwned, zxcvbn, credential exposure, defensive security, Python.\n\n## What It Does\n\n- checks password length, character classes, and policy compliance\n- estimates password strength with `zxcvbn`\n- checks breached-password exposure using the HIBP range API\n- supports interactive and batch modes\n- exports batch results as JSON, CSV, or HTML\n- masks passwords in generated batch reports\n\n## Safety Notes\n\n- Do not commit real password lists.\n- Run batch analysis only on password material you are authorized to review.\n- Treat reports as sensitive, even when passwords are masked.\n- Prefer passphrases and password managers over hand-built complexity rules.\n\n## Requirements\n\n- Python 3.8+\n- `requests`\n- `zxcvbn`\n\nInstall:\n\n```bash\npython -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt\n```\n\nOn Windows PowerShell:\n\n```powershell\npython -m venv .venv\n.\\.venv\\Scripts\\Activate.ps1\npip install -r requirements.txt\n```\n\n## Usage\n\nInteractive mode:\n\n```bash\npython password_analyzer.py\n```\n\nBatch mode:\n\n```bash\npython password_analyzer.py passwords.txt\npython password_analyzer.py passwords.txt csv\npython password_analyzer.py passwords.txt html\n```\n\n## Output\n\nThe report includes:\n\n- policy compliance\n- breached-password status\n- strength score\n- estimated cracking resistance from zxcvbn\n- remediation recommendations\n\n## Agent-Friendly Ideas\n\nGood tasks for Codex, Claude Code, or another coding agent:\n\n- add `argparse` flags for policy settings\n- add tests for policy checks and report formats\n- add safer HTML escaping in the report writer\n- split the analyzer into a small package and CLI entry point\n- add redaction guidance for batch workflows\n\n## License\n\nMIT. See `LICENSE`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheinrihs-s%2Fsecurepass-sentinel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheinrihs-s%2Fsecurepass-sentinel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheinrihs-s%2Fsecurepass-sentinel/lists"}