ClawAudit verdict
li-feishu-audio
Feishu voice interaction skill using faster-whisper for speech recognition and Edge TTS for synthesis; network_in is for receiving Feishu messages, and FEISHU_APP_ID/APP_SECRET are standard platform credentials for the stated voice messaging workflow.
⚠ 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.
Findings (8)
Pipe to python — executes piped content as Python code
README_EN.md · prose · downgraded · | Python
Possible hardcoded credential
scripts/feishu-tts.sh · prose · downgraded · SECRET="${FEISHU_APP_SECRET:-}
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
scripts/install.sh · prose · downgraded · curl -LsSf https://astral.sh/uv/install.sh | sh
Pipe to sh — executes piped content as shell commands
scripts/install.sh · prose · downgraded · | sh
Accesses OpenClaw config/secrets directly
QUICKSTART.md · prose · downgraded · ~/.openclaw/openclaw.json
References sudo — requests elevated privileges
scripts/install.sh · prose · downgraded · sudo
subprocess execution — runs system commands from Python
src/handlers/voice.py · prose · downgraded · subprocess.run(
Python os.environ.get — reads environment variable
test_voice.py · prose · downgraded · os.environ.get(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/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_in Is this flag fair?
Thanks — recorded.