wireframe-portal-title
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches versioned animation and 3D rendering libraries, including GSAP, Three.js, and Clipper-lib, from the well-known JSDelivr CDN. These are standard dependencies for web-based motion graphics.
- [COMMAND_EXECUTION]: The documentation provides an example
npxcommand for rendering the composition locally using thehyperframespackage. This is a legitimate utility command for the skill's intended development workflow. - [DYNAMIC_EXECUTION]: The skill utilizes GLSL shaders and a deterministic pseudo-random number generator (PRNG) to handle complex 3D visual effects. This implementation follows standard WebGL development patterns and does not execute untrusted external code.
- [INDIRECT_PROMPT_INJECTION]: The skill ingests user-defined strings (such as
titleandreplacementPhrase) via a structured API. These inputs are used exclusively for generating 3D text geometry and are sanitized for safe rendering, presenting no risk of instruction override or secondary parsing.
Audit Metadata