web-artifacts-builder
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION] (HIGH): The script
scripts/init-artifact.shperforms a global package installation usingnpm install -g pnpm. This modifies the host environment and may require elevated privileges, which is a significant security concern for an agent-based skill.- [EXTERNAL_DOWNLOADS] (MEDIUM): Bothinit-artifact.shandbundle-artifact.shdownload a large number of packages from the npm registry (e.g., Vite, Parcel, Tailwind, and Radix UI components). These packages are executed as part of the build and bundling process.- [COMMAND_EXECUTION] (MEDIUM): The skill relies on shell scripts to orchestrate the build process, including directory manipulation, file creation, and executing package binaries throughpnpm exec.- [COMMAND_EXECUTION] (LOW): The scriptinit-artifact.shextracts a local archiveshadcn-components.tar.gz. While the archive is included with the skill, its contents are not verified during static analysis and are placed directly into the project source.- [COMMAND_EXECUTION] (LOW): The setup process usesnode -eto execute inline JavaScript for programmatically modifying project configuration files liketsconfig.json.
Recommendations
- AI detected serious security threats
Audit Metadata