next-upgrade
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches official migration documentation and upgrade guides from nextjs.org.
- [COMMAND_EXECUTION]: Executes standard package management commands using
npmto update core project dependencies likenext,react, andreact-dom. - [COMMAND_EXECUTION]: Utilizes
npx @next/codemodto run official automated code transformations provided by the Next.js team for breaking changes. - [DATA_EXPOSURE]: Reads the local
package.jsonfile to extract dependency version information necessary to determine the upgrade path.
Audit Metadata