Caveat verdict

clack

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

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.

3
security
100
transparency
90
maintenance

Findings (9)

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match high

Pipe to python — executes piped content as Python code

scripts/pair.sh · prose · downgraded · | python3

Pattern match high

Possible hardcoded credential

scripts/setup.sh · prose · downgraded · TOKEN="${OPENCLAW_GATEWAY_TOKEN:-$_GW_TOKEN}

Pattern match medium

Opens WebSocket connection

SKILL.md · frontmatter · WebSocket

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

SKILL.md · prose · downgraded · http://127.0.0.1

Pattern match medium

apt-get install — installs system packages

scripts/setup.sh · prose · downgraded · apt-get install

Pattern match low

Python aiohttp session — async network access

scripts/server.py · prose · downgraded · aiohttp.ClientSession

Pattern match low

POSTs data to external URL

scripts/server.py · prose · downgraded · .post( "https://

Pattern match low

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?

Check another skill Browse the registry Auditing your own skills or configs? Use the API