speak-response
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill provides local text-to-speech functionality and follows standard development practices for Python and Shell scripting.
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the Qwen3-TTS repository from the QwenLM GitHub organization. It also downloads pre-trained models from the official Qwen organization on Hugging Face. Both are well-known and reputable sources in the AI community.
- [COMMAND_EXECUTION]: The skill uses shell scripts to wrap the execution of Python-based TTS tools. These scripts use proper variable quoting (e.g., "$TEXT") to prevent command injection and ensure arguments are handled safely.
Audit Metadata