aliyun-qwen-tts-realtime
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes the official
dashscopelibrary provided by Alibaba Cloud, a well-known and trusted technology provider. All network communications are directed to official Alibaba Cloud API endpoints for speech synthesis. - [CREDENTIALS_UNSAFE]: The demonstration script
scripts/realtime_tts_demo.pyretrieves theDASHSCOPE_API_KEYfrom standard locations including environment variables,.envfiles, or the user's official Alibaba Cloud credentials file (~/.alibabacloud/credentials). This is the expected and documented method for authenticating with the service. - [EXTERNAL_DOWNLOADS]: The skill performs downloads of synthesized audio files from URLs returned by the Alibaba Cloud API. This is the primary function of the fallback mechanism and occurs within the context of the requested synthesis task.
- [COMMAND_EXECUTION]: The
SKILL.mdfile provides instructions for creating a Python virtual environment and installing the necessarydashscopepackage usingpip. These are standard administrative steps for setting up the skill's environment.
Audit Metadata