venice-audio-music
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill interacts with official Venice.ai API endpoints (api.venice.ai) to request and download generated audio tracks. This is standard functionality for the described service.
- [COMMAND_EXECUTION]: Provides example
curlcommands for interacting with the audio generation lifecycle. These examples are benign and intended for developer guidance. - [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied text for music generation prompts and lyrics.
- Ingestion points:
promptandlyrics_promptfields within API request bodies. - Boundary markers: Absent in the documentation examples.
- Capability inventory: Uses
fetchfor network requests andfs.writeFilefor saving generated media. - Sanitization: Not explicitly implemented in the provided code snippets; however, the documentation notes that the API performs content policy checks (error code 422).
Audit Metadata