vercel-upgrade-migration
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_CONTEXT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides numerous standard shell commands for managing Node.js and Vercel environments. These include global package installations (
npm install -g vercel@latest), framework migrations (npx @next/codemod@latest upgrade), and deployment testing (vercel ls,curlfor health checks). All commands are aligned with the skill's primary purpose of infrastructure migration. - [DYNAMIC_CONTEXT_INJECTION]: In
SKILL.md, the skill uses the!syntax to provide current environment context when loaded. These commands (vercel --version,node --version, andcat package.json | jq ...) are diagnostic in nature, used to inform the user of the current system state before an upgrade, and do not involve sensitive file access or exfiltration.
Audit Metadata