Caveat verdict
clack
Voice relay server bridging STT/LLM/TTS; requires API tokens for documented authentication and the WebSocket relay is the core stated functionality.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Findings (9)
References sudo — requests elevated privileges
SKILL.md · code · sudo
Pipe to python — executes piped content as Python code
scripts/pair.sh · prose · downgraded · | python3
Possible hardcoded credential
scripts/setup.sh · prose · downgraded · TOKEN="${OPENCLAW_GATEWAY_TOKEN:-$_GW_TOKEN}
Opens WebSocket connection
SKILL.md · frontmatter · WebSocket
HTTP request to bare IP address — common in malicious payloads
SKILL.md · prose · downgraded · http://127.0.0.1
apt-get install — installs system packages
scripts/setup.sh · prose · downgraded · apt-get install
Python aiohttp session — async network access
scripts/server.py · prose · downgraded · aiohttp.ClientSession
POSTs data to external URL
scripts/server.py · prose · downgraded · .post(
"https://
Python os.getenv — reads environment variable
scripts/server.py · prose · downgraded · os.getenv(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 2 environment variables. (2 sensitive: OPENCLAW_GATEWAY_TOKEN, RELAY_AUTH_TOKEN). Requires 2 system binaries.
network_in Is this flag fair?
Thanks — recorded.