Skill audit report
Hunt Forgot Password / Account Recovery Authentication Flaws — 5 distinct patterns: (1) username enumeration via different responses for valid vs invalid email, (2) reset token exposed directly in the API response body, (3) reset token not invalidated after use (replay), (4) password reset link works from a different IP/browser (no binding), (5) no rate limit on the reset request endpoint. These are the standalone recovery-flow broken-auth primitives — distinct from reset-email host-header poisoning (hunt-host-header) and the full ATO chain (hunt-ato owns password-reset as an ATO path; prove the primitive here, chain it there). Detection: trace the full forgot-password flow from request to token to use; check response diffs between valid/invalid emails; test token replay after consumption. Medium to High (enumeration=Medium, token-reuse=High, account-takeover=Critical when chained to known-email).
OpenAgentSkill Trust Score
The Trust Score helps an agent decide whether a skill is safe enough to shortlist before installation.
GitHub adoption
PASS86
4.4K GitHub stars
Stars/forks activity
PASS83
4.4K stars, 667 forks; issue activity unavailable in current metadata
Recent maintenance
PASS100
6d since push
License clarity
PASS86
MIT
README/SKILL.md completeness
INFO76
Public metadata needs stronger README/SKILL.md context
Dependency/runtime risk
INFO64
credential or environment access, network or browser surface
Install availability
PASS92
npx skills add elementalsouls/Claude-BugHunter --skill hunt-forgot-password
Install command safety
INFO68
credential-bearing install command, standard package or runtime install path
Permission surface
WARN60
secrets or environment access, network or browser access
Repository evidence
PASS86
https://github.com/elementalsouls/Claude-BugHunter/tree/main/skills/hunt-forgot-password
Review status
WARN46
AI review approval is missing
Agent Proven outcomes
INFO54
No agent outcome data yet
Checks
Install path
92
npx skills add elementalsouls/Claude-BugHunter --skill hunt-forgot-password
Repository
88
https://github.com/elementalsouls/Claude-BugHunter/tree/main/skills/hunt-forgot-password
License
86
MIT
Maintenance
100
6d since push
AI review
55
Review approval is missing
README/SKILL.md completeness
84
Warnings
Method
This report combines public metadata, AI review output, repository freshness, install readiness, OpenAgentSkill events, quality scoring, trust checks, and the agent safety gate. It is not a full source-code security review.
Compare nearby options
Create beautiful slides on the web using a coding agent's frontend skills
29K Stars · Audit report
Review a branch or diff against repository standards and the originating spec in two independent analysis passes.
169K Stars · Audit report
Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
41K Stars · Audit report
Usable description available
Dependency risk
64
credential or environment access, network or browser surface
Install command safety
68
credential-bearing install command, standard package or runtime install path
Permission surface
60
secrets or environment access, network or browser access
Stars/forks activity
83
4.4K stars, 667 forks; issue activity unavailable in current metadata
Adoption
88
4.4K GitHub stars
Agent safety v2
Sparse or mixed signals. Useful for discovery, but not for autonomous installation.
Test manually in an isolated workspace and compare against safer alternatives.
Browser automation
mediumSkill may drive a browser or interact with web pages.
Network access
mediumSkill likely fetches remote pages, APIs, repositories, or external services.
Secrets or environment access
highSkill metadata references credentials, tokens, environment variables, or secret-bearing workflows.