Skip to main content

dev-environment-bootstrapper

Standardizes development environment setup by generating configurations and onboarding documentation for various programming languages.

Install this skill

or
58/100

Security score

The dev-environment-bootstrapper skill was audited on Feb 9, 2026 and we found 12 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 159

Piping content to bash shell

SourceSKILL.md
159curl https://get.volta.sh | bash
medium line 159

Curl to non-GitHub URL

SourceSKILL.md
159curl https://get.volta.sh | bash
medium line 15

Access to .env file

SourceSKILL.md
154. **Setup environment vars**: Create .env.example with all required variables
low line 61

Access to .env file

SourceSKILL.md
61# .env.example
low line 97

Access to .env file

SourceSKILL.md
97cp .env.example .env
low line 98

Access to .env file

SourceSKILL.md
98echo "Edit .env file with your values"
low line 127

Access to .env file

SourceSKILL.md
127cp .env.example .env
medium line 171

Access to .env file

SourceSKILL.md
171- Copy `.env.example` to `.env`
medium line 189

Access to .env file

SourceSKILL.md
189- Verify DATABASE_URL in .env
low line 242

Access to .env file

SourceSKILL.md
2424. **Keep .env.example updated** with all variables
low line 253

Access to .env file

SourceSKILL.md
253- [ ] .env.example with all variables
low line 159

External URL reference

SourceSKILL.md
159curl https://get.volta.sh | bash
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →