web-artifacts-builder
Warn
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [Unverifiable Dependencies & Remote Code Execution] (MEDIUM): The
scripts/init-artifact.shscript relies on a local binary tarballshadcn-components.tar.gzthat is extracted into the project source. As a binary blob, its contents cannot be verified during static analysis, posing a supply-chain risk for any generated artifacts. - [External Downloads & Unverifiable Dependencies] (LOW): The skill installs a very large number of external Node.js packages (over 50) from the public NPM registry. While these are common libraries, the extensive dependency tree increases the attack surface.
- [Privilege Escalation] (LOW): The initialization script attempts to install
pnpmglobally (npm install -g pnpm) if it is not found. This modifies the global system state beyond the scope of the individual project. - [Dynamic Execution] (LOW): The script utilizes
node -eto programmatically parse and modifytsconfig.jsonfiles. While used for configuration purposes here, inline script execution on local files is a vector for unexpected behavior if file contents are manipulated.
Audit Metadata