text-to-speech
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted text input through CLI commands.
- Ingestion points: External text data is accepted via the
--inputparameter inbelt app runcommands throughoutSKILL.md. - Boundary markers: No explicit delimiters or instructions are provided to the agent to treat the input text as data only, rather than instructions.
- Capability inventory: The skill uses the
Bashtool to executebeltcommands, which can access network resources. - Sanitization: There is no visible sanitization of the input strings before they are passed to the shell environment via the CLI tool.
- [COMMAND_EXECUTION]: The skill relies on the
beltCLI tool to perform its primary functions. - Evidence: Multiple examples in
SKILL.mddemonstrate the use ofbelt app runto interact with remote TTS models. - [EXTERNAL_DOWNLOADS]: Fetches installation guidelines from the
inference-shpublic GitHub repository. - Evidence: References
https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.mdfor setup instructions.
Audit Metadata