remotion-video

Pass

Audited by Gen Agent Trust Hub on Mar 10, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
  • [COMMAND_EXECUTION]: The scripts generate_audio_edge.py and generate_audio_minimax.py execute the ffprobe command to determine audio file duration for frame synchronization. This is a standard media processing task executed on locally produced files.
  • [EXTERNAL_DOWNLOADS]: The skill connects to the MiniMax TTS API endpoints (api.minimax.io or api.minimaxi.com) to generate voiceover files. These network operations are intrinsic to the skill's functionality and target legitimate service providers.
  • [CREDENTIALS_UNSAFE]: The skill requires a MiniMax API key, which is retrieved from environment variables (MINIMAX_API_KEY). This method is a secure alternative to hardcoding secrets and is standard for CLI-based AI skills.
  • [SAFE]: The skill does not contain any obfuscated code, prompt injection attempts, or unauthorized persistence mechanisms. All operations are documented and consistent with the goal of automated video production.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 10, 2026, 01:27 AM