development-environment
Facilitates efficient IDE setup and local development using containers and automation tools for developers.
Install this skill
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
Template literal with variable interpolation in command context
| 167 | ```jsonc |
Template literal with variable interpolation in command context
| 218 | ```jsonc |
Template literal with variable interpolation in command context
| 358 | ```bash |
Template literal with variable interpolation in command context
| 426 | ```toml |
Piping content to sh shell
| 530 | curl -sS https://starship.rs/install.sh | sh |
Curl to non-GitHub URL
| 347 | RUN sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" |
Curl to non-GitHub URL
| 527 | sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" |
Curl to non-GitHub URL
| 530 | curl -sS https://starship.rs/install.sh | sh |
Access to hidden dotfiles in home directory
| 359 | # ~/.zshrc |
Access to hidden dotfiles in home directory
| 427 | # ~/.config/starship.toml |
Access to hidden dotfiles in home directory
| 487 | mkdir ~/.dotfiles |
Access to hidden dotfiles in home directory
| 488 | cd ~/.dotfiles |
Access to hidden dotfiles in home directory
| 492 | ~/.dotfiles/ |
Access to hidden dotfiles in home directory
| 511 | ln -sf ~/.dotfiles/.zshrc ~/.zshrc |
Access to hidden dotfiles in home directory
| 512 | ln -sf ~/.dotfiles/.gitconfig ~/.gitconfig |
Access to hidden dotfiles in home directory
| 513 | ln -sf ~/.dotfiles/config/starship.toml ~/.config/starship.toml |
Access to hidden dotfiles in home directory
| 516 | ln -sf ~/.dotfiles/vscode/settings.json \ |
Access to hidden dotfiles in home directory
| 523 | brew bundle --file=~/.dotfiles/Brewfile |
Access to .env file
| 576 | # .env.example |
Access to .env file
| 607 | export const env = envSchema.parse(process.env); |
External URL reference
| 347 | RUN sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" |
External URL reference
| 527 | sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" |
External URL reference
| 530 | curl -sS https://starship.rs/install.sh | sh |