music
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (HIGH): The skill is designed to process untrusted external strings as prompts for music generation, which are then passed to a remote API and used to generate files.
- Ingestion points: The
promptandcomposition_planparameters inSKILL.mdandreferences/api_reference.md. - Boundary markers: Absent. User input is directly interpolated into API calls.
- Capability inventory: Performs network requests to
api.elevenlabs.ioand writes files to the local filesystem (e.g.,output.mp3and dynamically viaresult.filename). - Sanitization: The skill logic contains no sanitization; it relies entirely on the remote API's content filters, which does not protect the local agent from malicious instructions within the data flow.
- Data Exposure & Exfiltration (MEDIUM): The skill writes files to the local disk using filenames returned by the remote API (
result.filenameincompose_detailed). If the API or the prompt sequence influences this filename, it could lead to path traversal or overwriting of sensitive local files. - Unverifiable Dependencies (MEDIUM): The skill requires the installation of
elevenlabs(Python) and@elevenlabs/elevenlabs-js(Node.js). While these appear to be official packages for the service, they are not from the pre-defined list of trusted sources. - Network Operations (LOW): The skill makes network requests to
api.elevenlabs.io. This domain is not on the trusted whitelist, though it is the expected endpoint for the service described.
Recommendations
- AI detected serious security threats
Audit Metadata