skills/ericmjl/skills/remotion-video/Gen Agent Trust Hub

remotion-video

Pass

Audited by Gen Agent Trust Hub on Jun 30, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill utilizes standard shell commands to manage the Remotion development environment. This includes launching the preview server with npx remotion studio, rendering compositions with npx remotion render, and performing version control operations using git. These commands are essential to the skill's primary function of video production.
  • [EXTERNAL_DOWNLOADS]: The skill integrates with Playwright to scrape content from user-provided URLs, such as product pages, Google Business Profiles, and social media channels. This data is used to populate video scripts and assets. The skill follows best practices by downloading assets like logos and images to a local public/ directory for processing.
  • [REMOTE_CODE_EXECUTION]: The instructions suggest expanding agent capabilities by installing official Remotion skills using the npx skills add remotion-dev/skills command. It also uses npx remotion@lottie and npx remotion@three for setting up specific integrations. These are standard procedures within the Remotion and AI agent ecosystem.
  • [PROMPT_INJECTION]: By processing data from external websites (such as product taglines or user reviews), the skill possesses an indirect prompt injection surface. This is mitigated by a mandatory human-in-the-loop workflow: the agent must present all scraped data and the proposed script to the user and wait for explicit approval before writing or executing any code.
  • [SAFE]: The skill handles sensitive integrations like ElevenLabs and Replicate securely by instructing the user to provide their own API keys via environment variables rather than hardcoding them. It also explicitly warns the user before using these paid services.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 30, 2026, 09:01 PM
Security Audit — agent-trust-hub — remotion-video