web-artifacts-builder
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell scripts (
scripts/init-artifact.shandscripts/bundle-artifact.sh) to automate project setup, using standard CLI tools such assedfor file modification andtarfor component extraction. - [COMMAND_EXECUTION]: Project configuration files, specifically
tsconfig.jsonandtsconfig.app.json, are updated programmatically vianode -ecommands to configure path aliases for the React project. - [EXTERNAL_DOWNLOADS]: The scripts facilitate the download and installation of numerous industry-standard frontend development packages from the NPM registry, including the Vite build tool, Tailwind CSS, and Radix UI primitives.
- [EXTERNAL_DOWNLOADS]: The project initialization script performs a global installation of the
pnpmpackage manager if it is not already present on the host system to ensure consistent dependency management.
Audit Metadata