Skip to main content

remotion-render

Generates videos from React/Remotion component code, enabling programmatic video creation and animated graphics.

Install this skill

or
68/100

Security score

The remotion-render skill was audited on Mar 3, 2026 and we found 10 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 96

Template literal with variable interpolation in command context

SourceSKILL.md
96"code": "import { useCurrentFrame, useVideoConfig, spring, AbsoluteFill } from \"remotion\"; export default function Main() { const frame = useCurrentFrame(); const { fps } = useVideoConfig(); const s
high line 17

Piping content to sh shell

SourceSKILL.md
17curl -fsSL https://cli.inference.sh | sh && infsh login
medium line 17

Curl to non-GitHub URL

SourceSKILL.md
17curl -fsSL https://cli.inference.sh | sh && infsh login
low line 9

External URL reference

SourceSKILL.md
9Render videos from React/Remotion component code via [inference.sh](https://inference.sh) CLI.
low line 11

External URL reference

SourceSKILL.md
11![Remotion Render](https://cloud.inference.sh/app/files/u/4mg21r6ta37mpaz6ktzwtt8krr/01kg2c0egyg243mnyth4y6g51q.jpeg)
low line 17

External URL reference

SourceSKILL.md
17curl -fsSL https://cli.inference.sh | sh && infsh login
low line 29

External URL reference

SourceSKILL.md
29> **Install note:** The [install script](https://cli.inference.sh) only detects your OS/architecture, downloads the matching binary from `dist.inference.sh`, and verifies its SHA-256 checksum. No elev
low line 207

External URL reference

SourceSKILL.md
207- [Remotion Documentation](https://www.remotion.dev/docs) - Official Remotion docs
low line 208

External URL reference

SourceSKILL.md
208- [Running Apps](https://inference.sh/docs/apps/running) - How to run apps via CLI
low line 209

External URL reference

SourceSKILL.md
209- [Streaming Results](https://inference.sh/docs/api/sdk/streaming) - Real-time progress updates
Scanned on Mar 3, 2026
View Security Dashboard