Skip to main content

env-setup-assistant

Assists in setting up reproducible development environments with automated scripts for dependencies, IDE configuration, and onboarding.

Install this skill

or
57/100

Security score

The env-setup-assistant skill was audited on Feb 9, 2026 and we found 27 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 31

Template literal with variable interpolation in command context

SourceSKILL.md
31```bash
medium line 337

Template literal with variable interpolation in command context

SourceSKILL.md
337```json
low line 94

Access to .env file

SourceSKILL.md
94if [ ! -f .env ]; then
low line 95

Access to .env file

SourceSKILL.md
95if [ -f .env.example ]; then
low line 96

Access to .env file

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

Access to .env file

SourceSKILL.md
97log_info "Created .env from .env.example"
low line 98

Access to .env file

SourceSKILL.md
98log_warn "Please update .env with your values"
low line 100

Access to .env file

SourceSKILL.md
100log_error "No .env.example found"
low line 104

Access to .env file

SourceSKILL.md
104log_info ".env already exists"
low line 203

Access to .env file

SourceSKILL.md
203echo " 1. Update .env with your values"
medium line 529

Access to .env file

SourceSKILL.md
529cp .env.example .env
medium line 530

Access to .env file

SourceSKILL.md
530# Edit .env with your values
low line 692

Access to .env file

SourceSKILL.md
692if (-not (Test-Path .env)) {
low line 693

Access to .env file

SourceSKILL.md
693if (Test-Path .env.example) {
low line 694

Access to .env file

SourceSKILL.md
694Copy-Item .env.example .env
low line 695

Access to .env file

SourceSKILL.md
695Write-Host "Created .env from .env.example" -ForegroundColor Yellow
low line 80

External URL reference

SourceSKILL.md
80echo " - Node.js: https://nodejs.org/ or 'nvm install 20'"
low line 81

External URL reference

SourceSKILL.md
81echo " - Git: https://git-scm.com/"
low line 205

External URL reference

SourceSKILL.md
205echo " 3. Open http://localhost:3000"
low line 353

External URL reference

SourceSKILL.md
353"url": "http://localhost:3000"
low line 497

External URL reference

SourceSKILL.md
497- Node.js 20+ ([install](https://nodejs.org/) or `nvm install 20`)
low line 499

External URL reference

SourceSKILL.md
499- Docker Desktop ([install](https://docker.com/products/docker-desktop))
low line 500

External URL reference

SourceSKILL.md
500- Git ([install](https://git-scm.com/))
low line 516

External URL reference

SourceSKILL.md
516Open [http://localhost:3000](http://localhost:3000)
low line 554

External URL reference

SourceSKILL.md
554We use [Conventional Commits](https://www.conventionalcommits.org/):
low line 626

External URL reference

SourceSKILL.md
626- [Design System](https://figma.com/...)
low line 684

External URL reference

SourceSKILL.md
684Write-Host "Node.js not found. Please install from https://nodejs.org/" -ForegroundColor Red
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →