product-launch-video
Pass
Audited by Gen Agent Trust Hub on Sep 24, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill generates HTML files (
index.html,captions.html) that include the GSAP animation library fromjsdelivr.net, which is a well-known and trusted content delivery network. - Evidence:
scripts/assemble-index.mjsandscripts/captions.mjsboth contain script tags linking tohttps://cdn.jsdelivr.net/npm/gsap@3.14.2/dist/gsap.min.js. - [INDIRECT_PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it ingests external website content and user-provided scripts to generate video instructions and code.
- Ingestion points: External URLs are captured via
npx hyperframes captureand user input is saved touser_script.txtas described inSKILL.mdStep 1. - Boundary markers: The workflow incorporates manual user approval gates at Step 0 (Setup), Step 3 (Storyboard/Script approval), and Step 6 (Final Render) to mitigate unintended behavior.
- Capability inventory: The skill performs extensive file writing within the project directory and executes several shell commands via the
npx hyperframesCLI (render, check, lint, snapshot) as outlined inSKILL.mdand various scripts. - Sanitization: The
scripts/assemble-index.mjsutility includesescapeHtmlAttrand specific attribute filtering logic to sanitize properties when hoisting video elements from sub-compositions to the main index file.
Audit Metadata