web-artifacts-builder
Warn
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/init-artifact.shperforms a global installation of thepnpmpackage manager. - Evidence: The command
npm install -g pnpmis executed ifpnpmis not detected in the environment. - [COMMAND_EXECUTION]: The
scripts/init-artifact.shscript executes shell commands using unvalidated user-supplied input. - Evidence: The
$PROJECT_NAMEvariable is passed directly topnpm create vite "$PROJECT_NAME". - [EXTERNAL_DOWNLOADS]: The skill downloads and installs a large set of dependencies from the official NPM registry.
- Evidence: The initialization and bundling scripts execute
pnpm installandpnpm addfor numerous packages includingvite,tailwindcss,parcel, and over 40 Radix UI and shadcn components. - [EXTERNAL_DOWNLOADS]: The skill references components from well-known frontend documentation services.
- Evidence: Link to
https://ui.shadcn.com/docs/componentsinSKILL.md. - [REMOTE_CODE_EXECUTION]: The build pipeline executes downloaded binaries from the local environment to process assets.
- Evidence: Execution of
pnpm exec parcelandpnpm exec html-inlineinscripts/bundle-artifact.sh. - [COMMAND_EXECUTION]: The initialization process extracts a local compressed archive containing component source code.
- Evidence: Use of
tar -xzf "$COMPONENTS_TARBALL"inscripts/init-artifact.shto extractshadcn-components.tar.gz.
Audit Metadata