artifacts-builder
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION] (MEDIUM): The script
scripts/init-artifact.shperforms global system modifications by runningnpm install -g pnpmif the package manager is not found. This modifies the user's global environment. - [COMMAND_EXECUTION] (MEDIUM): Extensive use of shell scripts to dynamically generate and modify configuration files (e.g.,
postcss.config.js,tailwind.config.js,tsconfig.json) using heredocs andnode -eexecution. While typical for scaffolding, this level of system interaction requires a trusted environment. - [EXTERNAL_DOWNLOADS] (MEDIUM): The skill triggers the installation of over 50 external Node.js packages from the npm registry during project initialization and bundling. Many of these are installed without pinned versions or integrity hashes.
- [UNVERIFIABLE_DEPENDENCIES] (MEDIUM): The
init-artifact.shscript extracts a local tarballshadcn-components.tar.gz. The contents of this archive are not visible in the source and could contain arbitrary code or assets that are automatically integrated into the project. - [DYNAMIC_EXECUTION] (LOW): Uses
node -eto execute inline JavaScript strings for the purpose of manipulating JSON configuration files.
Audit Metadata