ClawAudit verdict

feishu-persona-voice-reply

feishu-senseaudio-persona

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

Virtual companion persona skill that routes ASR/TTS through SenseAudio and sends voice messages via Feishu; all external calls go to the declared SenseAudio and Feishu APIs consistent with the stated voice-companion 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.

50
security
80
transparency
70
maintenance

Findings (6)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · API_KEY="your_api_key

Pattern match medium

subprocess execution — runs system commands from Python

scripts/asr.py · prose · downgraded · subprocess.run(

Pattern match low

Opens WebSocket connection

SKILL.md · prose · downgraded · WebSocket

Pattern match low

importlib.import_module — dynamic module loading

scripts/asr.py · prose · downgraded · importlib.import_module(

Pattern match low

Python os.getenv — reads environment variable

scripts/asr.py · prose · downgraded · os.getenv(

Pattern match low

POSTs data to external URL

scripts/feishu_api.py · prose · downgraded · .post( "https://

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 3 environment variables. (2 sensitive: FEISHU_APP_SECRET, SENSEAUDIO_API_KEY). Requires 2 system binaries.

Is this flag fair?

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