elevenlabs-tts
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the installation of the
belt-sh/clipackage vianpxand links to external setup instructions hosted on a GitHub repository (inference-sh/skills). - [COMMAND_EXECUTION]: The skill relies on shell command execution using the
beltCLI tool (authorized viaBash(belt *)in the frontmatter) to perform login operations and run the ElevenLabs TTS application. - [INDIRECT_PROMPT_INJECTION]: The skill accepts arbitrary user text to be converted into speech, which presents a surface for indirect prompt injection where malicious instructions could be embedded in the data being processed.
- Ingestion points: The
textparameter within the JSON input for thebelt app runcommand inSKILL.md. - Boundary markers: None present; the input is directly interpolated into the command arguments.
- Capability inventory: The skill has the capability to execute shell commands via the
beltCLI. - Sanitization: No evidence of text sanitization or validation is provided in the instructions.
Audit Metadata