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 including ffmpeg, ffprobe, npm, and node.
  • [EXTERNAL_DOWNLOADS]: The validation harness runs npm install within the provided Remotion source directory to resolve dependencies required for rendering a baseline video. Additionally, the documentation references Lottie player scripts from established CDNs including cdnjs.cloudflare.com and unpkg.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 as useState or side-effect-heavy useEffect—prior to translation to ensure compatibility with the HyperFrames seek-driven model.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 27, 2026, 11:28 PM
Security Audit — agent-trust-hub — remotion-to-hyperframes