next-upgrade

Fail

Audited by Socket on Mar 3, 2026

1 alert found:

Malware
MalwareHIGH
SKILL.md

This skill is a legitimate upgrade guide for Next.js and its actions (reading package.json, fetching official docs, running Next codemods, and installing updated packages) are consistent with its stated purpose. The primary security concerns are supply-chain: use of npx @next/codemod@latest and npm install ...@latest executes code fetched from the npm registry and modifies local files. These are expected for this task but carry risk if run unreviewed. Recommended mitigations: pin codemod and package versions, run codemods on a feature branch or after committing changes, review diffs before applying, and prefer installing audited package versions rather than unpinned @latest. No direct evidence of malicious behavior or obfuscation is present in the provided instructions.

Confidence: 95%Severity: 90%
Audit Metadata
Analyzed At
Mar 3, 2026, 08:26 AM
Package URL
pkg:socket/skills-sh/vercel-labs%2Fvercel-skills%2Fnext-upgrade%2F@962598faa417cf3b6c03ec2e5cbe0aa0aeb2c4a9