artifacts-builder
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell scripts to automate the project setup and bundling process.
- The
scripts/init-artifact.shscript performs environment checks, installs thepnpmpackage manager globally, and initializes a new Vite project. - The scripts use
node -eto programmatically edit configuration files liketsconfig.jsonto add path aliases. - The
scripts/bundle-artifact.shscript executes the Parcel build tool and thehtml-inlineutility to process project files. - [EXTERNAL_DOWNLOADS]: The skill downloads a comprehensive suite of frontend libraries and development tools from the official NPM registry.
- This includes well-known packages such as Vite, Tailwind CSS, Parcel, and various Radix UI primitive components.
- These downloads are performed using standard package management commands (
npm install,pnpm install).
Audit Metadata