publish-npm-version
Automates the process of cutting the next minor release for Prisma Next, ensuring version consistency across packages.
Install this skill
or
95/100
Security score
The publish-npm-version skill was audited on Jun 2, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 49
Template literal with variable interpolation in command context
SourceSKILL.md
| 49 | NEXT=$(node -e "const [a,b] = process.argv[1].split('.'); process.stdout.write(\`\${a}.\${Number(b)+1}.0\`)" "$CURRENT") |
Scanned on Jun 2, 2026
View Security Dashboard