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.pyandgenerate_audio_minimax.pyexecute theffprobecommand 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.ioorapi.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