tts-skill
Pass
Audited by Gen Agent Trust Hub on Feb 15, 2026
Risk Level: LOWPROMPT_INJECTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- Prompt Injection (LOW): The text-to-audio and voice-design functions ingest untrusted text data that supports SSML (Speech Synthesis Markup Language) tags. Ingestion points:
textparameter intext_to_audioandprompt/preview_textinvoice_design. Boundary markers: None identified in documentation. Capability inventory: Performs network requests viarequestsand writes files tooutput_path. Sanitization: No sanitization is mentioned. Malicious input could use SSML to manipulate output audio characteristics. - External Downloads (LOW): The
setup.mdfile recommends installing therequestslibrary via pip without specifying a version, which is an unverifiable dependency practice. - Data Exfiltration (LOW): The skill connects to
api.minimax.io, a domain not present on the standard whitelist. - Data Exposure (INFO): The documentation advises users to store their
MINIMAX_API_KEYin plain text within shell configuration files (.zshrc,.bashrc), which is a common but sub-optimal security practice.
Audit Metadata