elevenlabs-stt
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references configuration and installation documentation for the
infshCLI from the author's repository on GitHub. - [COMMAND_EXECUTION]: The skill utilizes the
infshcommand-line tool to execute audio processing tasks. The execution scope is restricted to theinfshtool via theallowed-toolsconfiguration in the skill metadata. - [PROMPT_INJECTION]: The skill ingests untrusted data in the form of audio URLs and text strings for transcription and alignment tasks, which constitutes a surface for indirect prompt injection.
- Ingestion points: Untrusted audio URLs and text payloads are passed to the
infshcommand via JSON input inSKILL.mdexamples. - Boundary markers: Data is encapsulated within structured JSON objects.
- Capability inventory: The skill is capable of executing shell commands via the
infshCLI tool. - Sanitization: No specific sanitization logic is visible in the markdown instructions, relying on the underlying CLI and agent implementation for input handling.
Audit Metadata