remotion-markup
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for environment setup and package management using standard tools like
npx,npm,bun,yarn, andpnpm. These commands primarily target the installation of official@remotionecosystem packages such as@remotion/media,@remotion/three, and@remotion/transitions. - [EXTERNAL_DOWNLOADS]: The skill references external assets and APIs from official or well-known services including
remotion.mediafor sound effects and videos,lottiefiles.comfor Lottie animations,elevenlabs.iofor text-to-speech services, andmapbox.comfor mapping data. - [CREDENTIALS_SAFE]: The documentation follows security best practices for credential management by instructing users to utilize environment variables (e.g.,
ELEVENLABS_API_KEY,REMOTION_MAPBOX_TOKEN) rather than hardcoding sensitive information in the source code. - [REMOTE_CODE_EXECUTION]: The skill describes the creation and execution of local development scripts (e.g.,
generate-voiceover.ts) to automate tasks like fetching audio from trusted providers, which is a standard part of the documented development workflow.
Audit Metadata