artifacts-builder
Pass
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The provided scripts automate the software development lifecycle for frontend artifacts.
init-artifact.shinitializes a React project using Vite, configures Tailwind CSS, and installs UI components.bundle-artifact.shuses Parcel to compile and inline assets into a self-contained HTML file.- Configuration files (tsconfig.json, vite.config.ts, etc.) are programmatically updated using Node.js and shell utilities.
- [EXTERNAL_DOWNLOADS]: The skill fetches necessary development dependencies from the official NPM registry.
- Installs the
pnpmpackage manager globally to manage project dependencies. - Downloads established libraries such as Vite, Tailwind CSS, and Radix UI components.
Audit Metadata