Skip to main content

remotion-best-practices

Provides best practices for creating videos in React using Remotion, covering animations, audio, and composition techniques.

Install this skill

or
93/100

Security score

The remotion-best-practices skill was audited on May 12, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 164

Template literal with variable interpolation in command context

SourceSKILL.md
164const data = await fetch(`https://api.example.com/video/${props.videoId}`, {
low line 88

External URL reference

SourceSKILL.md
88return <Video src="https://remotion.media/video.mp4" />
low line 164

External URL reference

SourceSKILL.md
164const data = await fetch(`https://api.example.com/video/${props.videoId}`, {
Scanned on May 12, 2026
View Security Dashboard
Installation guide →