video-report
Generate a report about a video
How do I install this agent skill?
npx skills add https://github.com/remotion-dev/remotion --skill video-reportIs this agent skill safe to install?
- Gen Agent Trust Hubfail
The skill downloads content from a user-provided URL, injects it into a source code file (.tsx), and executes a render command. This pattern allows an attacker to perform code injection and achieve remote code execution (RCE) by providing a malicious URL that breaks out of the source code string literal.
- Socketwarn
1 alert: gptAnomaly
- Snykwarn
Risk: MEDIUM · No issues
- Runlayerwarn
1/1 file flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
When a user reports a video not working, we should download the URL and put it as the src in packages/example/src/NewVideo.tsx.
Then, in packages/example, we should run bunx remotion render NewVideo --log=verbose.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/remotion-dev/remotion/video-report">View video-report on skillZs</a>