video-podcast-maker
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill extensively uses Python's
subprocessmodule and Node.jsnpxto perform media processing tasks. scripts/generate_tts.pyand its backends useffmpegfor audio concatenation and normalization, andffprobefor duration validation.scripts/generate_shorts.pyinvokesffmpegto slice audio segments andnpx remotion renderto generate vertical videos.scripts/verify_output.pyusesffprobeto validate the technical specifications of the generated MP4 files.scripts/learn_design.pyusesffmpegfor frame extraction from reference videos.scripts/cli.pyserves as a dispatcher that spawns the underlying Python scripts as child processes.- [EXTERNAL_DOWNLOADS]: The skill communicates with various established cloud services and manages its own updates via Git.
- The TTS backends in
scripts/tts/backends/make authenticated API requests to Microsoft Azure, OpenAI, Google Cloud, Alibaba (CosyVoice), Volcengine (Doubao), and ElevenLabs. scripts/check_update.shusesgit ls-remoteto check for new versions on GitHub and can perform agit pullto update the skill directory, which is gated by explicit user consent in the instructions.templates/components/LottieAnimation.tsxandMediaSection.tsxsupport fetching animation data and images from remote URLs (e.g., LottieFiles, Unsplash, Pexels) for use in video compositions.
Audit Metadata