captcha

Fail

Audited by Socket on May 16, 2026

2 alerts found:

AnomalyMalware
AnomalyLOW
scripts/solve_captcha.py

This module is a straightforward CAPTCHA-solving client that communicates with fixed third-party solver endpoints, sending the API key and challenge data (and optionally base64-encoded local image contents) and polling until a solution token is returned. No overt malware techniques (backdoors, persistence, command execution, or obfuscation) are evident. The main security concern is abuse-enabling functionality plus data disclosure to external services, including API-key exposure in a polling GET query string and unrestricted local file reading in image mode (path provided by the caller). Overall: likely an integration/automation utility with moderate security/policy risk depending on the containing application’s intent and data-handling requirements.

Confidence: 68%Severity: 56%
MalwareHIGH
references/captcha-types.md

This module provides an end-to-end playbook to bypass CAPTCHA-based bot defenses: it detects CAPTCHA type by inspecting the DOM/page source, extracts provider parameters (sitekeys/callback hints), obtains solved tokens/answers via external solving workflows (including image capture/download), injects solutions into the corresponding hidden response inputs, and triggers or subverts provider verification (including overriding reCAPTCHA v3 execution). While the snippet does not show classic payload behaviors like exfiltration or persistence, it is highly aligned with security-control circumvention and should be treated as high risk for misuse if present in a dependency.

Confidence: 83%Severity: 88%
Audit Metadata
Analyzed At
May 16, 2026, 02:31 AM
Package URL
pkg:socket/skills-sh/biggora%2Fclaude-plugins-registry%2Fcaptcha%2F@36c648d0ad75e73f7a2e4ff4da4e6afa32530f6f
Security Audit — socket — captcha