video-report
✓Verified·Scanned 2/18/2026
This skill downloads a reported video and sets it as the src in packages/example/src/NewVideo.tsx, then runs bunx remotion render NewVideo --log=verbose. It performs a network download and executes a local build command; these actions align with its stated purpose and present low security risk.
Scanned from main at 89eee17 · Transparency log ↗
$ vett add remotion-dev/remotion/video-report
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.