Skill audit report
Hunt CAPTCHA Bypass — 6 distinct patterns: (1) CAPTCHA field simply omitted from the request (server-side validation absent), (2) CAPTCHA token replayed from a solved challenge (no single-use enforcement), (3) CAPTCHA response accepted on a different endpoint than it was solved on (no binding to action/session), (4) static or predictable CAPTCHA values accepted (e.g. '0', 'null', empty string), (5) audio/accessibility CAPTCHA trivially solvable programmatically, (6) CAPTCHA only enforced after N failures (first N requests bypass it). Detection: intercept a successful form submission, remove the CAPTCHA field entirely, replay — if it still succeeds, server-side validation is absent. Medium severity standalone; High when it removes the only rate-limit gate protecting a login, registration, or payment endpoint.
OpenAgentSkill Trust Score
The Trust Score helps an agent decide whether a skill is safe enough to shortlist before installation.
GitHub adoption
PASS86
4.0K GitHub stars
Stars/forks activity
PASS83
4.0K stars, 629 forks; issue activity unavailable in current metadata
Recent maintenance
PASS100
7d since push
License clarity
PASS86
MIT
README/SKILL.md completeness
PASS86
Metadata includes enough usage and workflow context
Dependency/runtime risk
INFO64
credential or environment access, network or browser surface
Install availability
PASS92
npx skills add elementalsouls/Claude-BugHunter --skill hunt-captcha-bypass
Install command safety
PASS92
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-captcha-bypass
Review status
PASS88
AI review data available
Agent Proven outcomes
INFO54
No agent outcome data yet
Checks
Install path
92
npx skills add elementalsouls/Claude-BugHunter --skill hunt-captcha-bypass
Repository
88
https://github.com/elementalsouls/Claude-BugHunter/tree/main/skills/hunt-captcha-bypass
License
86
MIT
Maintenance
100
7d since push
AI review
88
Approved with no listed issues
README/SKILL.md completeness
86
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
Usable description available
Dependency risk
64
credential or environment access, network or browser surface
Install command safety
92
standard package or runtime install path
Permission surface
60
secrets or environment access, network or browser access
Stars/forks activity
83
4.0K stars, 629 forks; issue activity unavailable in current metadata
Adoption
88
4.0K GitHub stars
Agent safety v2
Usable candidate, but the agent should surface permission and audit notes before installation.
Require human approval before installing into a real workspace.
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.