Skip to main content

development-environment

Facilitates efficient IDE setup and local development using containers and automation tools for developers.

Install this skill

or
35/100

Security score

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

Categories Tested

Security Issues

medium line 167

Template literal with variable interpolation in command context

SourceSKILL.md
167```jsonc
medium line 218

Template literal with variable interpolation in command context

SourceSKILL.md
218```jsonc
medium line 358

Template literal with variable interpolation in command context

SourceSKILL.md
358```bash
medium line 426

Template literal with variable interpolation in command context

SourceSKILL.md
426```toml
high line 530

Piping content to sh shell

SourceSKILL.md
530curl -sS https://starship.rs/install.sh | sh
medium line 347

Curl to non-GitHub URL

SourceSKILL.md
347RUN sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
medium line 527

Curl to non-GitHub URL

SourceSKILL.md
527sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
medium line 530

Curl to non-GitHub URL

SourceSKILL.md
530curl -sS https://starship.rs/install.sh | sh
low line 359

Access to hidden dotfiles in home directory

SourceSKILL.md
359# ~/.zshrc
low line 427

Access to hidden dotfiles in home directory

SourceSKILL.md
427# ~/.config/starship.toml
low line 487

Access to hidden dotfiles in home directory

SourceSKILL.md
487mkdir ~/.dotfiles
low line 488

Access to hidden dotfiles in home directory

SourceSKILL.md
488cd ~/.dotfiles
low line 492

Access to hidden dotfiles in home directory

SourceSKILL.md
492~/.dotfiles/
low line 511

Access to hidden dotfiles in home directory

SourceSKILL.md
511ln -sf ~/.dotfiles/.zshrc ~/.zshrc
low line 512

Access to hidden dotfiles in home directory

SourceSKILL.md
512ln -sf ~/.dotfiles/.gitconfig ~/.gitconfig
low line 513

Access to hidden dotfiles in home directory

SourceSKILL.md
513ln -sf ~/.dotfiles/config/starship.toml ~/.config/starship.toml
low line 516

Access to hidden dotfiles in home directory

SourceSKILL.md
516ln -sf ~/.dotfiles/vscode/settings.json \
low line 523

Access to hidden dotfiles in home directory

SourceSKILL.md
523brew bundle --file=~/.dotfiles/Brewfile
low line 576

Access to .env file

SourceSKILL.md
576# .env.example
low line 607

Access to .env file

SourceSKILL.md
607export const env = envSchema.parse(process.env);
low line 347

External URL reference

SourceSKILL.md
347RUN sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
low line 527

External URL reference

SourceSKILL.md
527sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
low line 530

External URL reference

SourceSKILL.md
530curl -sS https://starship.rs/install.sh | sh
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →