artifacts-builder

Pass

Audited by Gen Agent Trust Hub on Apr 19, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill utilizes shell scripts (scripts/init-artifact.sh, scripts/bundle-artifact.sh) to automate the setup and build process of a React project. These scripts perform various system operations including directory management, file manipulation via sed, and project scaffolding.
  • [EXTERNAL_DOWNLOADS]: The initialization script fetches and installs numerous standard frontend development dependencies from the npm registry using pnpm and npm. This includes the create-vite scaffolding tool and various UI component libraries.
  • [COMMAND_EXECUTION]: The scripts/init-artifact.sh script executes dynamic Node.js commands (node -e) to programmatically parse and update JSON configuration files (tsconfig.json). This is a standard method for ensuring environment-specific configurations are applied during project setup.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 19, 2026, 03:24 AM