remotion-best-practices
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides numerous examples for using the Remotion CLI and FFmpeg. These include
npx create-videofor project initialization,npx remotion studiofor previews, andnpx remotion ffmpegfor media processing. These commands are essential to the Remotion development workflow. - [EXTERNAL_DOWNLOADS]: The skill references various external assets and services, such as ElevenLabs for text-to-speech, MapLibre styles, and Lottie animations from LottieFiles. It also guides the installation of community-standard NPM packages like
zodand@turf/turf. - [DATA_EXPOSURE]: Instructions for using sensitive credentials, specifically the ElevenLabs API key, correctly advise using environment variables (
process.env.ELEVENLABS_API_KEY) rather than hardcoding secrets.
Audit Metadata