wix-cli-app-validation
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various shell commands to manage the application lifecycle, including
npm install,yarn install,pnpm install,npx tsc,npx wix build, andnpx wix preview. - [EXTERNAL_DOWNLOADS]: The skill triggers the download of external dependencies and CLI tools from the official NPM registry using standard package managers (
npm,yarn,pnpm) andnpx. These actions are necessary for the skill's primary purpose of validating a Wix application. - [COMMAND_EXECUTION]: The skill reads local diagnostic information from
.wix/debug.logto troubleshoot errors, which is a standard procedure for development tools.
Audit Metadata