hyperframes-design

Pass

Audited by Gen Agent Trust Hub on Jul 4, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill's caption skin HTML templates (e.g., frame-presets/daisy-days/caption-skin.html) load the GSAP animation library from the well-known cdn.jsdelivr.net CDN.
  • [REMOTE_CODE_EXECUTION]: The scripts/package-loader.mjs file implements a utility to install Node.js packages dynamically at runtime. It is used by scripts/contrast-report.mjs to install @hyperframes/producer and sharp. The script incorporates security best practices such as user confirmation for interactive sessions and disabling npm lifecycle scripts via the --ignore-scripts flag.
  • [COMMAND_EXECUTION]: The dependency loader utilizes child_process.spawnSync to invoke npm for package management and to restart the Node.js environment with the appropriate module paths. The use of array-based arguments in spawnSync prevents command injection vulnerabilities.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 4, 2026, 11:53 AM
Security Audit — agent-trust-hub — hyperframes-design