hyperframes-embedded-captions
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches required AI models for transcription and subject matting.
scripts/transcribe.cjstriggers model downloads via the WhisperX framework, andscripts/matte.cjsdownloads theu2net_human_segmodel to a local cache directory. - [REMOTE_CODE_EXECUTION]: Executes remote Python packages and scripts.
scripts/transcribe.cjsusesuvxto run a specific version ofwhisperxfor transcription. Additionally, various HTML templates include the GSAP animation library via the JSDelivr CDN. - [COMMAND_EXECUTION]: Heavily relies on command-line tools for core functionality. It spawns
ffmpegandffprobefor video processing and usespuppeteerto conduct pixel-perfect layout measurements and overflow checks.scripts/render-theme.shalso contains logic to execute a local_postfx.shscript if provided within a project directory. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data that could theoretically contain malicious instructions. Evidence chain: 1. Ingestion points:
transcript.jsonand project configuration files. 2. Boundary markers: Absent. 3. Capability inventory: Broad file-system access and shell command execution (child_process). 4. Sanitization: Includes HTML escaping for rendered text, though it can execute shell scripts provided in the project folder.
Audit Metadata