config-package-shared
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/rebuild-shared.jsuseschild_process.spawnSyncto executenpm installandnpx turbo build. These commands are used to initialize the newly created package and verify its build integrity within the monorepo. - [EXTERNAL_DOWNLOADS]: The skill triggers the installation of Node.js dependencies from the official NPM registry via the
npm installcommand. These dependencies (e.g., uuid, jest, typescript) are well-known, industry-standard packages used for the development and testing of the shared library.
Audit Metadata