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 Mar 7, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 187

Fetch to external URL

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

Fetch to external URL

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
331- [Next.js Codemods](https://nextjs.org/docs/app/building-your-application/upgrading/codemods)
Scanned on Mar 7, 2026
View Security Dashboard