Skip to main content

ecosystem-patterns

Outlines best practices for project organization, naming conventions, and container deployment to streamline development workflows.

Install this skill

or
17/100

Security score

The ecosystem-patterns skill was audited on Mar 8, 2026 and we found 17 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 81

Template literal with variable interpolation in command context

SourceSKILL.md
81> ```bash
medium line 20

Access to hidden dotfiles in home directory

SourceSKILL.md
20- `$ZC` = `~/.config/zshyzsh` - Shell configuration
medium line 96

Access to hidden dotfiles in home directory

SourceSKILL.md
96- Theses conventions can be customized per host machine via `iMi` config file (`~/.config/iMi/config.toml`)
medium line 155

Access to hidden dotfiles in home directory

SourceSKILL.md
155- Modular zsh config in $ZSH_CUSTOM == $ZC == `~/.config/zshyzsh/`
medium line 159

Access to hidden dotfiles in home directory

SourceSKILL.md
159- Settings in ~/.config are moved to home/delorenj/.config/zshyzsh and symlinked back to ~/.config
low line 165

Access to hidden dotfiles in home directory

SourceSKILL.md
165export NVIM_APPNAME=lazyvim # Points to ~/.config/lazyvim (symlinked to zshyzsh/lazyvim)
medium line 169

Access to hidden dotfiles in home directory

SourceSKILL.md
169- Primary: `~/.config/zshyzsh/lazyvim/`
medium line 170

Access to hidden dotfiles in home directory

SourceSKILL.md
170- Symlinked: `~/.config/lazyvim -> zshyzsh/lazyvim`
low line 174

Access to hidden dotfiles in home directory

SourceSKILL.md
174~/.config/zshyzsh/lazyvim/
medium line 200

Access to hidden dotfiles in home directory

SourceSKILL.md
200- Always edit in `~/.config/zshyzsh/lazyvim/`
medium line 203

Access to hidden dotfiles in home directory

SourceSKILL.md
203- Never edit directly in `~/.config/lazyvim` (it's a symlink)
low line 208

Access to hidden dotfiles in home directory

SourceSKILL.md
208~/.config/zshyzsh/
medium line 378

Access to hidden dotfiles in home directory

SourceSKILL.md
378Profiles stored in `~/.config/jelmore/profiles/`:
medium line 425

Access to hidden dotfiles in home directory

SourceSKILL.md
425- Scripts in `~/.local/bin/` with explicit PATH exports
medium line 442

Access to hidden dotfiles in home directory

SourceSKILL.md
442- User profiles: `~/.config/jelmore/profiles/`
medium line 776

Access to hidden dotfiles in home directory

SourceSKILL.md
776- Shell config: `~/.config/zshyzsh`
medium line 795

Access to hidden dotfiles in home directory

SourceSKILL.md
795- Modular zsh configs in `~/.config/zshyzsh`
Scanned on Mar 8, 2026
View Security Dashboard