hyperframes-cli
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected during the analysis. The skill instructions follow standard developer practices for CLI-based tools.
- [COMMAND_EXECUTION]: The skill invokes the
hyperframesCLI tool usingnpxfor various tasks including project initialization, linting, and rendering video content. These commands are executed within the local project environment. - [EXTERNAL_DOWNLOADS]: The skill utilizes
npx, which automatically downloads the necessaryhyperframespackage from the public npm registry if it is not already present. This is a standard mechanism for Node.js package execution. - [REMOTE_CODE_EXECUTION]: The skill manages rendering and layout inspection using a bundled headless Chrome instance. This behavior is documented and essential for the primary purpose of rendering HTML-based compositions to video.
Audit Metadata