Skip to main content

web-build-deploy

Facilitates building and deploying React applications using Vercel, Netlify, Docker, and GitHub Actions for CI/CD.

Install this skill

or
75/100

Security score

The web-build-deploy skill was audited on Mar 1, 2026 and we found 17 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 233

Template literal with variable interpolation in command context

SourceSKILL.md
233```yaml
medium line 279

Template literal with variable interpolation in command context

SourceSKILL.md
279```yaml
low line 54

Access to .env file

SourceSKILL.md
54const apiUrl = process.env.NEXT_PUBLIC_API_URL;
low line 325

Access to .env file

SourceSKILL.md
325'process.env.API_URL': JSON.stringify(env.VITE_API_URL),
low line 332

Access to .env file

SourceSKILL.md
332# .env.development
low line 335

Access to .env file

SourceSKILL.md
335# .env.production
low line 342

Access to .env file

SourceSKILL.md
342# .env.local (not committed)
low line 345

Access to .env file

SourceSKILL.md
345# .env.production
low line 352

Access to .env file

SourceSKILL.md
352const apiUrl = process.env.NEXT_PUBLIC_API_URL;
low line 355

Access to .env file

SourceSKILL.md
355const dbUrl = process.env.DATABASE_URL;
low line 435

Access to .env file

SourceSKILL.md
435dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
low line 436

Access to .env file

SourceSKILL.md
436environment: process.env.NODE_ENV,
low line 60

External URL reference

SourceSKILL.md
60- `https://project-git-branch-username.vercel.app`
low line 108

External URL reference

SourceSKILL.md
108netlify env:set API_URL https://api.example.com
low line 333

External URL reference

SourceSKILL.md
333VITE_API_URL=http://localhost:8000
low line 336

External URL reference

SourceSKILL.md
336VITE_API_URL=https://api.example.com
low line 346

External URL reference

SourceSKILL.md
346NEXT_PUBLIC_API_URL=https://api.example.com
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →