artifacts-builder
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The scripts
init-artifact.shandbundle-artifact.shperform package installations viapnpmfrom the official npm registry. This includes standard development dependencies such as React, Vite, Tailwind CSS, Radix UI primitives, and the Parcel bundler. These are legitimate operations for a project builder tool. - [COMMAND_EXECUTION]: The initialization script checks for the presence of the
pnpmpackage manager and installs it globally usingnpm install -g pnpmif it is missing. This is a standard procedure for ensuring the necessary build tools are available in the development environment.
Audit Metadata