remotion-best-practices
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documents the installation of official Remotion packages and trusted third-party libraries such as mapbox-gl and zod. It includes instructions for downloading legitimate media assets like Google Fonts and Lottie animations from known services. These downloads are essential for functionality and follow standard industry patterns.
- [COMMAND_EXECUTION]: The skill provides numerous examples of Remotion CLI usage (
npx remotion) for rendering and project setup. It also includes an example of using FFmpeg via a Node.js script to prepare audio for transcription, which is a standard and expected operation in media development. - [SAFE]: No malicious patterns, obfuscation, or sensitive data exposure were detected. The skill correctly implements security best practices, such as instructing users to store API tokens in
.envfiles and utilizing official platform APIs for all core functionality.
Audit Metadata