remotion-to-hyperframes
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses Python and Bash scripts (
render_diff.sh,frame_strip.sh,run.sh) to execute shell commands for video processing, composition rendering, and SSIM-based visual comparison. These scripts invoke well-known tools includingffmpeg,ffprobe,npm, andnode. - [EXTERNAL_DOWNLOADS]: The validation harness runs
npm installwithin the provided Remotion source directory to resolve dependencies required for rendering a baseline video. Additionally, the documentation references Lottie player scripts from established CDNs includingcdnjs.cloudflare.comandunpkg.com. - [DATA_INGESTION]: The skill processes user-supplied Remotion (React) source code as its primary input. It mitigates potential issues by employing a dedicated linter (
lint_source.py) that identifies and blocks non-deterministic React patterns—such asuseStateor side-effect-heavyuseEffect—prior to translation to ensure compatibility with the HyperFrames seek-driven model.
Audit Metadata