tts
Warn
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill contains a path traversal vulnerability in its file-writing logic. In
scripts/cli.mjs, thettsBySpeakerfunction resolves the output file path using thespeakervariable without sanitization. A malicious input for the speaker name could be used to write files to arbitrary locations on the host system. - [COMMAND_EXECUTION]: The skill executes shell commands using the
zxlibrary. This includes runningnpm installduring the initialization phase andffmpegwithinscripts/verify.mjsto perform audio validation. - [EXTERNAL_DOWNLOADS]: The skill relies on external network resources. The
initcommand triggers annpm install, which downloads packages from the public NPM registry. Additionally, the skill communicates withapi.fish.audioanddashscope.aliyuncs.com(an established service by Alibaba Cloud) to generate audio content.
Audit Metadata