speech-to-text
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
beltCLI tool via theBashtool to perform transcription and translation tasks. - [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
belt-sh/clipackage and references installation scripts hosted on GitHub under theinference-shorganization. - [DATA_EXFILTRATION]: The skill transmits audio URLs to the
inference.shplatform for processing. This network operation is the core function of the skill for cloud-based inference. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection from transcribed audio content. 1. Ingestion points: External audio data provided via the
audio_urlparameter. 2. Boundary markers: Absent; the skill does not define delimiters to separate transcribed text from instructions. 3. Capability inventory: The agent has access to theBashtool for runningbeltcommands. 4. Sanitization: No sanitization or validation of the transcribed output is performed.
Audit Metadata