Skip to main content

vercel-preview

Facilitates automated access to Vercel preview deployments for CI/CD, UI validation, and end-to-end testing.

Install this skill

or
78/100

Security score

The vercel-preview skill was audited on Feb 25, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 22

Template literal with variable interpolation in command context

SourceSKILL.md
22```octave
medium line 43

Template literal with variable interpolation in command context

SourceSKILL.md
43```yaml
medium line 81

Template literal with variable interpolation in command context

SourceSKILL.md
81```octave
low line 30

Access to .env file

SourceSKILL.md
30local_dev::".env.local[GITIGNORED]"
low line 71

Access to .env file

SourceSKILL.md
71baseURL: process.env.VERCEL_PREVIEW_URL,
low line 73

Access to .env file

SourceSKILL.md
73'x-vercel-protection-bypass': process.env.VERCEL_AUTOMATION_BYPASS_SECRET || '',
low line 106

Access to .env file

SourceSKILL.md
1062::add_to_local_env[.env.local_for_local_testing],
low line 130

Access to .env file

SourceSKILL.md
130use_gitignored_.env.local_for_local,
low line 138

Access to .env file

SourceSKILL.md
138update::"GitHub Secrets + local .env.local"
low line 114

External URL reference

SourceSKILL.md
114https://your-preview-url.vercel.app
Scanned on Feb 25, 2026
View Security Dashboard