faceless-explainer
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
assemble-index.mjsexecutesffmpegandffprobeusingchild_process.spawnSyncto perform legitimate media processing tasks, such as extending audio loops to match video length. - [COMMAND_EXECUTION]: The workflow orchestrates several local Node.js scripts and
npxcommands from the HyperFrames toolchain to manage project initialization, audio syncing, and final rendering. - [PROMPT_INJECTION]: The skill ingests arbitrary user-provided text into
visible-text.txt, creating an indirect prompt injection surface. This text is later processed by sub-agents to generate frame content. The skill mitigates risk by using isolated packets for each frame worker, limiting the scope of any potential injection to the HTML output of individual scenes. - [DYNAMIC_CONTEXT_INJECTION]: The
SKILL.mdfile utilizes dynamic injection placeholders (!command) to run status checks and self-updates via thehyperframesCLI. These operations are restricted to static, vendor-provided commands and do not process untrusted external data.
Audit Metadata