artifacts-builder
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell scripts (
scripts/init-artifact.sh,scripts/bundle-artifact.sh) to automate the setup and build process of a React project. These scripts perform various system operations including directory management, file manipulation viased, and project scaffolding. - [EXTERNAL_DOWNLOADS]: The initialization script fetches and installs numerous standard frontend development dependencies from the npm registry using
pnpmandnpm. This includes thecreate-vitescaffolding tool and various UI component libraries. - [COMMAND_EXECUTION]: The
scripts/init-artifact.shscript executes dynamic Node.js commands (node -e) to programmatically parse and update JSON configuration files (tsconfig.json). This is a standard method for ensuring environment-specific configurations are applied during project setup.
Audit Metadata