Skip to main content

environment-setup-guide

Guides developers in setting up their development environments with tools, dependencies, and configurations for various platforms.

Install this skill

or
78/100

Security score

The environment-setup-guide skill was audited on May 13, 2026 and we found 14 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 102

Curl to non-GitHub URL

SourceSKILL.md
102curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
low line 164

Access to hidden dotfiles in home directory

SourceSKILL.md
164**Solution:** Restart your terminal or run \`source ~/.bashrc\` (Linux) or \`source ~/.zshrc\` (macOS)
low line 169

Access to hidden dotfiles in home directory

SourceSKILL.md
169mkdir ~/.npm-global
low line 170

Access to hidden dotfiles in home directory

SourceSKILL.md
170npm config set prefix '~/.npm-global'
low line 171

Access to hidden dotfiles in home directory

SourceSKILL.md
171echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.bashrc
low line 172

Access to hidden dotfiles in home directory

SourceSKILL.md
172source ~/.bashrc
medium line 60

Access to .env file

SourceSKILL.md
60- Environment variables (.env files)
low line 135

Access to .env file

SourceSKILL.md
135Create a \`.env\` file:
low line 138

Access to .env file

SourceSKILL.md
138cp .env.example .env
low line 141

Access to .env file

SourceSKILL.md
141nano .env
low line 144

Access to .env file

SourceSKILL.md
144Example \`.env\` content:
low line 102

External URL reference

SourceSKILL.md
102curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
low line 109

External URL reference

SourceSKILL.md
109Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClie
low line 158

External URL reference

SourceSKILL.md
158# Should see: Server running on http://localhost:3000
Scanned on May 13, 2026
View Security Dashboard
Installation guide →