web-artifacts-builder

Pass

Audited by Gen Agent Trust Hub on Mar 6, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: Execution of shell commands for project management.
  • Script scripts/init-artifact.sh automates environment setup by executing pnpm create vite, pnpm install, sed for file editing, and node -e for programmatic configuration of tsconfig.json files.
  • Script scripts/bundle-artifact.sh runs build-time processes including parcel build and html-inline to generate the final artifact.
  • [EXTERNAL_DOWNLOADS]: Retrieval of development dependencies from public registries.
  • scripts/init-artifact.sh installs the pnpm package manager globally and fetches over 40 UI components and libraries from the well-known npm registry.
  • scripts/bundle-artifact.sh downloads build tools such as parcel and html-inline to facilitate the bundling process.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 6, 2026, 10:26 AM