building-ui-bundle-app
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard command-line tools for application development, such as
sf template generate ui-bundlefor project initialization andnpm run buildfor asset compilation. It also involves running local utility scripts likegraphql-search.shand linting withnpx eslint. These operations are consistent with the skill's role as a build orchestrator. - [EXTERNAL_DOWNLOADS]: The skill performs dependency installation via
npm install, which fetches packages from the public npm registry. This is the standard and expected behavior for developing Node.js-based frontend applications.
Audit Metadata