ClawAudit verdict

li-feishu-audio

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

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.

0
security
80
transparency
70
maintenance

Findings (8)

Pattern match high

Pipe to python — executes piped content as Python code

README_EN.md · prose · downgraded · | Python

Pattern match high

Possible hardcoded credential

scripts/feishu-tts.sh · prose · downgraded · SECRET="${FEISHU_APP_SECRET:-}

Pattern match high

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

scripts/install.sh · prose · downgraded · curl -LsSf https://astral.sh/uv/install.sh | sh

Pattern match high

Pipe to sh — executes piped content as shell commands

scripts/install.sh · prose · downgraded · | sh

Pattern match medium

Accesses OpenClaw config/secrets directly

QUICKSTART.md · prose · downgraded · ~/.openclaw/openclaw.json

Pattern match medium

References sudo — requests elevated privileges

scripts/install.sh · prose · downgraded · sudo

Pattern match medium

subprocess execution — runs system commands from Python

src/handlers/voice.py · prose · downgraded · subprocess.run(

Pattern match low

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?

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