vox-explainer
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: The skill instructions specify using
npxto download and initialize thehyperframesproject and to add related skills. Thescripts/seam-gate.mjsscript also programmatically spawnsnpxto run a pinned version of the vendor'shyperframespackage (0.8.14) from the npm registry. These operations involve downloading and executing code from external repositories provided by the skill author. - [DYNAMIC_EXECUTION]: The skill involves local code generation and evaluation during the build process. The
scripts/seam-stamp.mjsscript generates GSAP animation logic and injects it into the project'sindex.htmlfile. Furthermore,scripts/seam-gate.mjsuses the Chrome DevTools Protocol to evaluate a measurement harness inside a local browser instance. - [INDIRECT_PROMPT_INJECTION]: The skill ingests user-supplied documents and URLs to extract story beats, which presents a surface for indirect prompt injection. The skill mitigates this by instructing the agent to verify claims independently and requiring user approval of the beat map before proceeding.
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill fetches media assets from public-domain archives such as Wikimedia Commons and the Library of Congress. It also mentions the potential use of TTS and transcription APIs, but it explicitly requires the agent to obtain user consent, detailing the provider and data shared, before making network requests to these services.
Audit Metadata