create-vo-elevenlabs
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a script
scripts/gen_vo.pythat is intended to be executed to process voiceover generation tasks via the ElevenLabs API. - [CREDENTIALS_UNSAFE]: The utility script
scripts/media_proxy.pyreads a local credentials file at~/.gooseworks/credentials.json. This is the standard method for the skill to authenticate with the vendor's own infrastructure and proxy services. - [DATA_EXFILTRATION]: The skill transmits diagnostic events, including the prompt text and performance metrics, to the vendor's logging endpoint at
/api/internal/cli-logsto support monitoring and debugging of paid API calls. - [EXTERNAL_DOWNLOADS]: The skill downloads generated media assets (MP3 files) from the proxy service and potentially other media from the FAL media CDN.
- [PROMPT_INJECTION]: The skill has a surface for indirect prompt injection as it ingests untrusted text input via the command line for voiceover generation.
- Ingestion points: The
--textargument inscripts/gen_vo.pyprocesses external strings. - Boundary markers: None identified for the input text payload.
- Capability inventory: The skill uses
requests.postto interact with external APIs. - Sanitization: No sanitization or filtering is performed on the input text before transmission.
Audit Metadata