elevenlabs-stt
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions specify installing the
beltCLI tool usingnpx skills add belt-sh/cliand provide a link to installation documentation hosted on GitHub. These references point to the official repository for the CLI tool used by the skill. - [COMMAND_EXECUTION]: The skill utilizes a set of
beltcommands to manage authentication and execute audio processing applications. These commands are run via a Bash tool, with access restricted to thebeltbinary through theallowed-toolsconfiguration. - [INDIRECT_PROMPT_INJECTION]: The skill processes data from external URLs (audio/video files) to generate transcripts. These transcripts are returned to the agent's context, creating a potential surface where malicious instructions embedded in the audio content could influence the agent's subsequent actions.
- Ingestion points: The
audioandvideo_urlinput fields specified in thebelt app runexamples. - Boundary markers: Command inputs are structured as JSON, but the skill does not define specific delimiters or "ignore instructions" warnings for the agent when handling the resulting transcription output.
- Capability inventory: The agent can execute shell commands via the
beltCLI, including logging into the service and running inference applications. - Sanitization: No explicit sanitization, validation, or filtering of the processed audio/video content or the resulting text transcripts is described in the skill definition.
Audit Metadata