feishu-voice-sender
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
subprocess.runto call theffmpegsystem utility for converting audio files to the AMR format. The implementation uses a list of arguments rather than a shell string, which is a secure practice that prevents shell injection vulnerabilities. - [DATA_EXFILTRATION]: The skill accesses sensitive credentials (
FEISHU_APP_IDandFEISHU_APP_SECRET) stored in a local configuration file at~/.openclaw/.env. These credentials are sent to the official Feishu API endpoint (https://open.feishu.cn) to retrieve session tokens, which is the intended behavior for the skill's messaging functionality.
Audit Metadata