artifacts-builder
Pass
Audited by Gen Agent Trust Hub on May 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses two shell scripts,
scripts/init-artifact.shandscripts/bundle-artifact.sh, to automate project setup, dependency installation, and bundling. These scripts perform standard file system operations and execute build tools. - [EXTERNAL_DOWNLOADS]: The initialization and bundling scripts use
npmandpnpmto download and install a large number of frontend dependencies from the official npm registry. The libraries include well-known packages such as React, Vite, Tailwind CSS, and various Radix UI components, which are safe in this context.
Audit Metadata