Skip to main content

deployment-scripts

Provides reusable deployment scripts and configurations for cloud platforms, enhancing CI/CD processes and application deployment.

Install this skill

or
84/100

Security score

The deployment-scripts skill was audited on Feb 9, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 97

Access to hidden dotfiles in home directory

SourceSKILL.md
97Bash: bash ~/.claude/plugins/marketplaces/dev-lifecycle-marketplace/plugins/deployment/skills/deployment-scripts/scripts/check-auth.sh vercel
low line 98

Access to hidden dotfiles in home directory

SourceSKILL.md
98Bash: bash ~/.claude/plugins/marketplaces/dev-lifecycle-marketplace/plugins/deployment/skills/deployment-scripts/scripts/validate-env.sh .env.production
low line 99

Access to hidden dotfiles in home directory

SourceSKILL.md
99Bash: bash ~/.claude/plugins/marketplaces/dev-lifecycle-marketplace/plugins/deployment/skills/deployment-scripts/scripts/vercel-deploy.sh production
medium line 43

Access to .env file

SourceSKILL.md
43- **templates/.env.example** - Environment variables template
low line 62

Access to .env file

SourceSKILL.md
62bash scripts/validate-env.sh .env.production
low line 98

Access to .env file

SourceSKILL.md
98Bash: bash ~/.claude/plugins/marketplaces/dev-lifecycle-marketplace/plugins/deployment/skills/deployment-scripts/scripts/validate-env.sh .env.production
medium line 105

Access to .env file

SourceSKILL.md
105- **Environment Files**: Maintain `.env.production`, `.env.staging` for each environment
low line 88

External URL reference

SourceSKILL.md
88bash scripts/health-check.sh https://your-app.vercel.app
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →