Skip to main content

next-upgrade

Facilitates structured upgrades of Next.js applications, automating codemods and ensuring smooth transitions between major versions.

Install this skill

or
94/100

Security score

The next-upgrade skill was audited on May 12, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 190

Fetch to external URL

SourceSKILL.md
190fetch('https://api.example.com/data');
low line 193

Fetch to external URL

SourceSKILL.md
193fetch('https://api.example.com/data', { cache: 'force-cache' });
low line 190

External URL reference

SourceSKILL.md
190fetch('https://api.example.com/data');
low line 193

External URL reference

SourceSKILL.md
193fetch('https://api.example.com/data', { cache: 'force-cache' });
low line 333

External URL reference

SourceSKILL.md
333- [Next.js Upgrade Guide](https://nextjs.org/docs/app/building-your-application/upgrading)
low line 334

External URL reference

SourceSKILL.md
334- [Next.js Codemods](https://nextjs.org/docs/app/building-your-application/upgrading/codemods)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →