artifacts-builder
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads and installs numerous development dependencies (Vite, Parcel, Tailwind, Radix UI components) from the public NPM registry. These are well-known, industry-standard packages.
- [COMMAND_EXECUTION]: The
scripts/init-artifact.shscript executes shell commands to scaffold a project. It includes a potential shell injection point in asedcommand where the user-supplied project name is interpolated without full escaping. - [COMMAND_EXECUTION]: The initialization script checks for the presence of
pnpmand attempts a global installation vianpm install -g pnpmif it is missing.
Audit Metadata