remotion-beautiful-videos
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands during the setup phase to scaffold projects and install dependencies (e.g.,
npx skills add,npm install, andsed). These are standard development workflows for the intended purpose of the skill. - [COMMAND_EXECUTION]: Includes scripts (
scripts/beat-sync.tsandscripts/visual-audit.ts) that usechild_process.execSyncto runffmpegandffprobefor audio/video analysis. This is a legitimate requirement for a video production tool. - [EXTERNAL_DOWNLOADS]: The workflow involves downloading assets such as brand logos, video clips, and background music from external sources like brand websites and Pixabay using
curlandyt-dlp. These operations are performed to fetch necessary media assets for the video generation process. - [EXTERNAL_DOWNLOADS]: Fetches and installs standard Remotion and React dependencies from official registries (npm).
Audit Metadata