next-upgrade
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches official upgrade documentation and codemod instructions from the nextjs.org domain.
- [COMMAND_EXECUTION]: Executes standard package management commands (npm install, npx) and build scripts (npm run build) to perform the upgrade. These operations are essential for the skill's primary function of dependency management and project migration.
- [DATA_EXPOSURE]: Accesses the local
package.jsonfile to detect existing versions of Next.js and React. This read operation is restricted to project configuration data and is required for version identification.
Audit Metadata