ClawAudit verdict
captcha-relay
The skill relays CAPTCHA challenges to a human via Telegram for solving and injects the response back into the browser via CDP — a human-in-the-loop automation tool with transparent operation and no evidence of exfiltration or malicious behavior.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Findings (9)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
TAILSCALE.md · code · curl -fsSL https://tailscale.com/install.sh | sh
Pipe to sh — executes piped content as shell commands
TAILSCALE.md · code · | sh
References sudo — requests elevated privileges
TAILSCALE.md · code · sudo
References tunneling service
SKILL.md · code · localtunnel
Opens WebSocket connection
ARCHITECTURE.md · code · WebSocket
HTTP request to bare IP address — common in malicious payloads
browser-relay-cli.js · prose · downgraded · http://100.117.26.44
References child_process — can spawn system processes
lib/tunnel.js · prose · downgraded · child_process
Uses spawn() — can execute external programs
lib/tunnel.js · prose · downgraded · spawn(
Node http/https module — low-level network access
lib/browser-relay.js · prose · downgraded · require('http')
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
Is this flag fair?
Thanks — recorded.