ClawAudit verdict

videochat-withme

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Skill transparently documents all data flows (audio to Groq STT, TTS to Microsoft edge-tts, camera frames to user-configured LLM) and explicitly warns that frames may leave the machine with cloud LLM providers; behavior matches stated real-time video chat purpose.

⚠ 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.

28
security
50
transparency
70
maintenance

Permission integrity

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

network_out

Findings (6)

Pattern match high

Accesses OpenClaw config/secrets directly

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

Pattern match high

Possible hardcoded credential

SKILL.md · prose · downgraded · API_KEY="your-key-here

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

scripts/server.py · prose · downgraded · http://127.0.0.1

Pattern match low

Python os.environ.get — reads environment variable

scripts/server.py · prose · downgraded · os.environ.get(

Pattern match low

Python httpx request — network access

scripts/server.py · prose · downgraded · httpx.post(

Pattern match low

pip3 install — installs Python packages at runtime

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

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_innetwork_outdata_encoding

Is this flag fair?

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