Caveat verdict

webchat-voice-proxy

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

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.

0
security
50
transparency
70
maintenance

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Findings (17)

Pattern match high

References sudo — requests elevated privileges

SKILL.md · frontmatter · sudo

Pattern match high

Accesses OpenClaw config/secrets directly

SKILL.md · frontmatter · ~/.openclaw/openclaw.json

Pattern match high

HTTP request to bare IP address — common in malicious payloads

SKILL.md · code · http://127.0.0.1

Pattern match high

<script> tag in markdown — potential code injection

SKILL.md · prose · downgraded · <script>

Pattern match high

Uses eval() — can execute arbitrary code

SECURITY-AUDIT.md · prose · downgraded · eval(

Pattern match high

Dynamic Function constructor — equivalent to eval()

SECURITY-AUDIT.md · prose · downgraded · new Function(

Pattern match high

Pipe to python — executes piped content as Python code

SECURITY-AUDIT.md · prose · downgraded · | Python

Pattern match medium

subprocess execution — runs system commands from Python

assets/https-server.py · prose · downgraded · subprocess.check_output(

Pattern match medium

References child_process — can spawn system processes

hooks/handler.ts · prose · downgraded · child_process

Pattern match medium

Uses exec() — may execute shell commands

SECURITY-AUDIT.md · prose · downgraded · exec(

Pattern match medium

os.system/popen — direct OS command execution

SECURITY-AUDIT.md · prose · downgraded · os.system(

Pattern match low

Opens WebSocket connection

SKILL.md · prose · downgraded · WebSocket

Pattern match low

Python urllib.request — network access

assets/https-server.py · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

assets/https-server.py · prose · downgraded · os.environ.get(

Pattern match low

Popular HTTP library — network access

assets/https-server.py · prose · downgraded · got

Pattern match low

pip3 install — installs Python packages at runtime

scripts/deploy.sh · prose · downgraded · pip3 install

Pattern match low

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?

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