Remotion Video Toolkit

Security checks across static analysis, malware telemetry, and agentic risk

Overview

The provided artifacts are a coherent Remotion documentation-and-examples skill with no evidence of hidden installation, persistence, credential theft, exfiltration, or destructive behavior.

This appears safe to install based on the provided artifacts. Before using it in a real project, review any npx/package commands, prefer pinned dependencies for production, use least-privilege cloud/API credentials, and avoid sending sensitive media to external transcription services unless that is acceptable.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

#
ASI04: Agentic Supply Chain Vulnerabilities
Info
What this means

Running these commands can create or modify a local project and execute npm package code.

Why it was flagged

The skill documents package-manager and Remotion CLI commands that can download and execute project tooling. This is central to the Remotion purpose and is presented as user-directed setup, not automatic hidden installation.

Skill content
npx create-video@latest my-video ... npx remotion render src/index.ts MyComposition out/video.mp4
Recommendation

Run the commands only in an intended project directory, use trusted package registries, and pin dependency versions for production workflows.

#
ASI03: Identity and Privilege Abuse
Low
What this means

If used with broad cloud permissions, rendering/deployment workflows could affect cloud resources or billing.

Why it was flagged

The skill discloses optional cloud account use for serverless rendering. This is purpose-aligned, but cloud credentials can grant resource-creation authority and incur costs.

Skill content
For serverless rendering: AWS account (Lambda) or GCP account (Cloud Run)
Recommendation

Use dedicated least-privilege cloud credentials or projects, review deployment commands and infrastructure settings, and monitor cost limits.

#
ASI07: Insecure Inter-Agent Communication
Low
What this means

Sensitive audio or video content used for transcription may leave the local environment and be governed by the provider's privacy and retention policies.

Why it was flagged

The skill references external transcription providers for caption generation. This is expected for caption workflows, but audio/media may be sent to third-party services depending on implementation.

Skill content
[Transcribe captions](rules/transcribe-captions.md) | Audio to captions via Whisper, Deepgram, or AssemblyAI
Recommendation

Use approved transcription providers, keep API keys out of source code, and avoid sending sensitive media unless the provider and retention settings are acceptable.