speech-to-text
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the
inference.shplatform and provides instructions for installing thebeltCLI tool vianpx. These references point to the service's official infrastructure and are required for the skill's functionality. - [DATA_EXFILTRATION]: The skill transmits audio data to
inference.shfor processing. This is the primary intended function of the speech-to-text service and is clearly documented in the usage examples. - [PROMPT_INJECTION]: The skill processes untrusted audio data which is converted to text.
- Ingestion points: Audio URLs processed via the
belt app runcommand inSKILL.md. - Boundary markers: Uses JSON structure for command inputs and returns structured transcription data.
- Capability inventory: Tool access is restricted to the
beltCLI via theallowed-toolsconfiguration. - Sanitization: Data is processed through an external inference engine which handles the raw audio content.
Audit Metadata