Caveat verdict
webchat-voice-proxy
Deprecated voice proxy skill that sets up a local HTTPS/WSS reverse proxy for OpenClaw WebChat voice input; all components run locally with no external exfiltration and the deprecated status is prominently declared.
⚠ 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.
Permission integrity
network_out
Findings (17)
References sudo — requests elevated privileges
SKILL.md · frontmatter · sudo
Accesses OpenClaw config/secrets directly
SKILL.md · frontmatter · ~/.openclaw/openclaw.json
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
<script> tag in markdown — potential code injection
SKILL.md · prose · downgraded · <script>
Uses eval() — can execute arbitrary code
SECURITY-AUDIT.md · prose · downgraded · eval(
Dynamic Function constructor — equivalent to eval()
SECURITY-AUDIT.md · prose · downgraded · new Function(
Pipe to python — executes piped content as Python code
SECURITY-AUDIT.md · prose · downgraded · | Python
subprocess execution — runs system commands from Python
assets/https-server.py · prose · downgraded · subprocess.check_output(
References child_process — can spawn system processes
hooks/handler.ts · prose · downgraded · child_process
Uses exec() — may execute shell commands
SECURITY-AUDIT.md · prose · downgraded · exec(
os.system/popen — direct OS command execution
SECURITY-AUDIT.md · prose · downgraded · os.system(
Opens WebSocket connection
SKILL.md · prose · downgraded · WebSocket
Python urllib.request — network access
assets/https-server.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
assets/https-server.py · prose · downgraded · os.environ.get(
Popular HTTP library — network access
assets/https-server.py · prose · downgraded · got
pip3 install — installs Python packages at runtime
scripts/deploy.sh · prose · downgraded · pip3 install
Sets world-executable permissions
SECURITY-AUDIT.md · prose · downgraded · chmod 777
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/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.
network_out Is this flag fair?
Thanks — recorded.