web-artifacts-builder
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell scripts to manage the project lifecycle.
scripts/init-artifact.shperforms environment checks, initializes a Vite project, and generates configuration files for Tailwind CSS and TypeScript.scripts/bundle-artifact.shexecutes build commands using Parcel and html-inline to produce the final single-file artifact.- [EXTERNAL_DOWNLOADS]: The scripts download and install numerous packages from the official npm registry.
- Initialization installs core libraries including React, Vite, and various Radix UI primitives for UI components.
- Bundling installs development tools such as Parcel, html-inline, and associated plugins for asset processing.
Audit Metadata