elevenlabs-tts
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill defines workflows that utilize the
infshCLI tool for executing cloud-based applications, including authentication and parameter passing via shell commands. - [EXTERNAL_DOWNLOADS]: The documentation points to a CLI installation script hosted on the vendor's official GitHub repository (
inference-sh/skills). This is a legitimate dependency for the skill's intended functionality. - [PROMPT_INJECTION]: The skill is designed to process arbitrary user text for speech synthesis, which introduces a surface for indirect prompt injection.
- Ingestion points: Untrusted user input is interpolated into the
--inputJSON string for theinfshcommand inSKILL.md. - Boundary markers: No specific delimiters or protective instructions are provided to the agent to distinguish between user text and commands.
- Capability inventory: The skill uses the
Bashtool to interact with external APIs via theinfshutility. - Sanitization: The skill does not implement any validation or sanitization of the input text before processing.
Audit Metadata