Skip to main content

vercel-deployment

Expertly deploy Next.js applications to Vercel, optimizing for performance and best practices in production environments.

Install this skill

or
45/100

Security score

The vercel-deployment skill was audited on May 12, 2026 and we found 13 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 554

Template literal with variable interpolation in command context

SourceSKILL.md
554revalidatePath(`/posts/${id}`) // Purge this page
medium line 316

Node child_process module reference

SourceSKILL.md
316fs, path, crypto (partial), child_process, and most native modules.
medium line 52

Access to .env file

SourceSKILL.md
52// Development: Local/dev values (also in .env.local)
medium line 55

Access to .env file

SourceSKILL.md
55const isProduction = process.env.VERCEL_ENV === 'production'
medium line 56

Access to .env file

SourceSKILL.md
56const isPreview = process.env.VERCEL_ENV === 'preview'
medium line 111

Access to .env file

SourceSKILL.md
111...(process.env.ANALYZE === 'true' && {
medium line 140

Access to .env file

SourceSKILL.md
140if (process.env.VERCEL_ENV === 'preview') {
medium line 581

Access to .env file

SourceSKILL.md
581Fix action: Use process.env.VERCEL_URL or NEXT_PUBLIC_VERCEL_URL
low line 42

External URL reference

SourceSKILL.md
42NEXT_PUBLIC_SUPABASE_URL=https://xxx.supabase.co
low line 203

External URL reference

SourceSKILL.md
203NEXT_PUBLIC_SUPABASE_URL=https://xxx.supabase.co
low line 254

External URL reference

SourceSKILL.md
254NEXT_PUBLIC_SUPABASE_URL=https://prod-xxx.supabase.co
low line 257

External URL reference

SourceSKILL.md
257NEXT_PUBLIC_SUPABASE_URL=https://staging-xxx.supabase.co
low line 559

External URL reference

SourceSKILL.md
559// POST https://your-site.vercel.app/api/revalidate?path=/posts
Scanned on May 12, 2026
View Security Dashboard
Installation guide →