artifacts-builder
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell scripts to automate project setup and build processes.
scripts/init-artifact.shinitializes a React environment usingpnpm create viteand updates configuration files via Node.js inline scripts.scripts/bundle-artifact.shinvokes theparcelbundler andhtml-inlineto combine assets into a single file.- [EXTERNAL_DOWNLOADS]: The initialization script downloads and installs standard, well-known development tools and libraries from the NPM registry.
- Installs
pnpmglobally if it is not present on the system. - Downloads dependencies including Vite, Tailwind CSS, and various UI component libraries from the Radix UI ecosystem.
Audit Metadata