hyperframes-animation
Warn
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill contains logic to download and install external software at runtime.
- The file
scripts/package-loader.mjscontains abootstrapWithNpmInstallfunction that executesnpm installto fetch dependencies like@hyperframes/producerinto a temporary directory. - Multiple HTML files and rules (e.g.,
SKILL.md,rules/3d-page-scroll.md,examples/proof-logo-chain.html) fetch JavaScript libraries from third-party CDNs includingcdn.jsdelivr.net,cdnjs.cloudflare.com, andunpkg.com. - [REMOTE_CODE_EXECUTION]: The skill script can execute code downloaded from the internet.
scripts/package-loader.mjsusesimportPackagesOrBootstrapto dynamically install packages vianpmand then immediately performs animport()on the resulting files to use them in theanimation-map.mjsaudit script.- The
animation-map.mjsscript utilizessession.page.evaluateto execute JavaScript within a headless browser context to inspect animation timelines.
Audit Metadata