web-artifacts-builder
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell scripts (
init-artifact.shandbundle-artifact.sh) to automate the creation and configuration of a React development environment. This includes writing configuration files for Vite, Tailwind CSS, and PostCSS, as well as executing build and bundling commands via Parcel. - [EXTERNAL_DOWNLOADS]: During initialization and bundling, the scripts download and install numerous standard frontend packages from the NPM registry (e.g., React, Vite, Tailwind CSS, Radix UI components). These are standard dependencies for the stated purpose of building web artifacts.
- [COMMAND_EXECUTION]: The initialization script attempts to install
pnpmglobally vianpm install -g pnpmif it is not already found on the system.
Audit Metadata