web-artifacts-builder
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses bash scripts to automate the development lifecycle of web artifacts.
- The
init-artifact.shscript installs thepnpmpackage manager globally and executes project scaffolding commands. - It utilizes
node -efor programmatic modification of JSON configuration files (tsconfig.jsonandtsconfig.app.json). - It uses
sedandtarfor file manipulation and resource extraction within the local project directory. - [EXTERNAL_DOWNLOADS]: The automation scripts download numerous dependencies from official package registries to set up the development environment.
- Fetches the
pnpmpackage manager and the Vite build tool from the NPM registry. - Installs a comprehensive list of NPM packages including React, Tailwind CSS, Radix UI, and other frontend utilities.
Audit Metadata