video-to-music
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides integration with the official Sonilo service for video-to-music generation. All referenced tools (
mcp__sonilo__*), CLI commands (sonilo), and libraries (sonilofor Python and Node.js) are standard vendor-provided interfaces. - [EXTERNAL_DOWNLOADS]: The skill mentions official packages
sonilo(Python/Node.js) andsonilo-cli. These are standard dependencies for using the vendor's API and are considered safe within the context of the service. - [COMMAND_EXECUTION]: The skill uses
Bashto executesoniloCLI commands. This is the intended functionality for the agent to interact with the installed service. - [DATA_EXPOSURE]: The skill references the
SONILO_API_KEYenvironment variable. It correctly follows best practices by instructing the user to manage this secret via.envor thesonilo loginflow rather than hardcoding credentials. - [INDIRECT_PROMPT_INJECTION]: The skill ingests user prompts and video files to generate music. While these are external inputs, the capabilities are limited to media generation via a controlled API, which does not present a path for privilege escalation or system-level compromise.
Audit Metadata