prisma-next-upgrade
Pass
Audited by Gen Agent Trust Hub on May 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes several terminal commands to manage the project environment, including
pnpm installfor dependency management andpnpm typecheck && pnpm testfor verifying the upgrade. - [COMMAND_EXECUTION]: Version-specific upgrade scripts bundled with the skill are executed locally. These include TypeScript scripts like
stamp-storage-types-kind.ts(executed viatsx) and potentially shell scripts (viabash), which perform automated refactoring of configuration and migration files. - [EXTERNAL_DOWNLOADS]: The skill queries the npm registry using
npm viewto determine the latest available version of Prisma Next packages. - [EXTERNAL_DOWNLOADS]: Updated dependencies are downloaded and installed from the official package registry during the
pnpm installstep.
Audit Metadata