artifacts-builder
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches numerous well-known frontend libraries and tools, including Vite, Tailwind CSS, Radix UI components, and Parcel, from the official npm registry using standard package managers (npm/pnpm).
- [COMMAND_EXECUTION]: Executes shell scripts to automate project setup and bundling. These scripts perform routine tasks such as generating configuration files (
postcss.config.js,tailwind.config.js,.parcelrc), installing dependencies, and building the final HTML artifact. - [COMMAND_EXECUTION]: The initialization script (
init-artifact.sh) attempts to install thepnpmpackage manager globally vianpm install -g pnpmif it is not found on the system path during execution.
Audit Metadata