remotion-to-hyperframes
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill includes several shell scripts (
render_diff.sh,frame_strip.sh,run.sh,setup.sh) that execute external tools such asffmpeg,ffprobe,npm, andnpx. These are used for rendering video, generating synthetic test assets, and performing SSIM-based quality comparisons. This execution is scoped to the primary purpose of the skill: video translation and validation. - [DYNAMIC_EXECUTION]: The evaluation and linting scripts use Python heredocs (`python3
- <<'PY'`) to perform data processing and statistical analysis. This is a standard method for embedding logic within shell scripts for cross-platform data handling (such as JSON parsing and SSIM value aggregation).
- [EXTERNAL_DOWNLOADS]: The documentation and generated HTML templates reference assets from established services, including Google Fonts (
fonts.googleapis.com) for typography and Cloudflare's CDN (cdnjs.cloudflare.com) for the GSAP animation library. The workflow also standardizes on common package registries (NPM) for installing Remotion and HyperFrames CLI tools.
Audit Metadata