Remotion Best Practices

Security checks across malware telemetry and agentic risk

Overview

This is a Remotion documentation skill with purpose-aligned examples, though users should handle API keys and third-party services carefully.

Install is reasonable for Remotion work. Before letting an agent act on it, review package-install and FFmpeg commands, verify input/output paths, keep Mapbox and ElevenLabs credentials in environment variables or a secret manager, restrict/rotate exposed tokens, and avoid sending sensitive narration text to third-party TTS providers without approval.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (2)

Missing User Warnings

Medium
Confidence
87% confidence
Finding
The document instructs users to place a live Mapbox access token into a `.env` file but gives no guidance on keeping the file out of source control, scoping the token, or avoiding exposure in client-side bundles. In a React/Remotion workflow, environment variables may be mishandled or committed accidentally, which can leak credentials and enable unauthorized use of the Mapbox account.

Missing User Warnings

Medium
Confidence
90% confidence
Finding
The guide explicitly asks users for an ElevenLabs API key and instructs use of a third-party TTS service, but it does not warn about secure credential handling or that scene text will be transmitted off-platform to an external provider. In a documentation skill, this omission can lead users to expose secrets insecurely or send sensitive script content to a vendor without informed consent.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal