hyperframes-product-launch-video
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions and scripts involve the execution of shell commands for project initialization and dependency management.
- The
README.mdandSKILL.mdsuggest usingnpxfor installing the skill and initializing the Hyperframes engine (npx hyperframes init). - The skill recommends system-level installation of FFmpeg using package managers like
brew,apt(withsudo), orchocofor video rendering. - Project scripts like
npm run devandnpm run renderare used for local development and output generation. - [EXTERNAL_DOWNLOADS]: The skill performs network operations to download software and project assets.
- The
scripts/package.jsoncontains apostinstallhook that executesnpx playwright install chromiumto download the browser binary required for site analysis. - The
scripts/extract_site_dna.jsscript uses Playwright to visit external URLs provided by the user and downloads assets (favicons, logos) using Node.jshttp/httpsmodules to a localassets/directory. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its automated data ingestion process.
- Ingestion points:
scripts/extract_site_dna.jsextractsinnerTextfromh1andptags from user-provided external websites. - Boundary markers: None observed in the extraction script or the resulting
brand_dna.jsontemplate to delimit extracted content from instructions. - Capability inventory: The agent has the capability to write files and execute local commands (
npm,npx,node) as part of the project workflow. - Sanitization: The extracted text is saved directly to a JSON file without visible sanitization or filtering, which could allow a malicious website to inject instructions that the agent might follow when processing the
brand_dna.jsonor generating theART_DIRECTION.mddocument.
Audit Metadata