hyperframes
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill defines a sub-agent architecture in
faceless-explainer/sub-agents/frame-worker.mdthat interprets and builds scenes based on instructions inSTORYBOARD.md. This represents an indirect prompt injection surface where malicious instructions within the storyboard could influence the sub-agent's behavior. - Ingestion points:
STORYBOARD.mdprocessed by the frame worker. - Boundary markers: Absent; there are no explicit delimiters or instructions for the agent to ignore potentially adversarial content in the storyboard.
- Capability inventory: The skill environment allows file system writes and command execution via the
hyperframesCLI. - Sanitization: Narrative content processed by the sub-agent is not sanitized before interpretation.
- [COMMAND_EXECUTION]: The
render-theme.shscript executes a project-local shell script named_postfx.shto apply plate reaction effects. This allows for the execution of arbitrary commands if an untrusted project directory is processed. - [COMMAND_EXECUTION]: Multiple scripts in the pipeline (e.g.,
matte.cjs,audio-envelope.cjs,render-and-composite.sh) execute system binaries likeffmpegandffprobeto process media files within the project directory. - [EXTERNAL_DOWNLOADS]: The skill fetches and installs dependencies using
npx skills addfrom trusted sources like GitHub organizationsheygen-comandvercel-labs. It also utilizes well-known CDNs includingjsdelivr.net,unpkg.com, andcdnjs.comfor library loading, which are considered safe. - [SAFE]: The use of base64 data-URIs for inlining fonts in
build-fonts-css.cjsis a legitimate functional requirement for ensuring deterministic rendering without external resource dependencies. - [SAFE]: Puppeteer is launched with
--disable-web-securityin scripts likecheck-overflow.cjsto facilitate the rendering of localfile://compositions, which is a common and necessary configuration for this type of framework.
Audit Metadata