video-audio-design
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches assets and configuration from well-known technology services and official repositories, such as ElevenLabs for TTS, OpenAI for audio APIs, and Pixabay or Freesound for royalty-free music. It also provides instructions for using the established 'edge-tts' library.
- [COMMAND_EXECUTION]: The skill utilizes standard media processing utilities including FFmpeg and ffprobe to measure audio duration and generate synthetic sound effects. These commands are executed locally for legitimate production purposes and follow safe implementation patterns.
- [DATA_EXFILTRATION]: The skill demonstrates safe credential management by explicitly instructing the agent and user to utilize environment variables (e.g., 'ELEVEN_LABS_API_KEY') for API authentication, rather than hardcoding sensitive tokens.
- [SAFE]: The skill includes a 'Companion check' mechanism that uses basic shell commands ('ls') to discover environment configuration and recommend relevant development tools, which is a standard and safe operational practice within this framework.
Audit Metadata