Skip to main content

modern-cli-tools

Teaches modern Unix command alternatives that are faster and more user-friendly, enhancing productivity in development workflows.

Install this skill

or
43/100

Security score

The modern-cli-tools skill was audited on Mar 1, 2026 and we found 13 security issues across 4 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 81

Piping content to sh shell

SourceSKILL.md
81curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
medium line 81

Curl to non-GitHub URL

SourceSKILL.md
81curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
medium line 478

Curl to non-GitHub URL

SourceSKILL.md
478curl -s https://api.example.com | bat -l json
low line 527

Access to hidden dotfiles in home directory

SourceSKILL.md
527ssh $(cat ~/.ssh/config | grep "^Host " | awk '{print $2}' | fzf)
low line 539

Access to hidden dotfiles in home directory

SourceSKILL.md
539echo 'eval "$(zoxide init bash)"' >> ~/.bashrc
low line 540

Access to hidden dotfiles in home directory

SourceSKILL.md
540echo 'eval "$(zoxide init zsh)"' >> ~/.zshrc
low line 541

Access to hidden dotfiles in home directory

SourceSKILL.md
541echo 'zoxide init fish | source' >> ~/.config/fish/config.fish
medium line 749

Access to hidden dotfiles in home directory

SourceSKILL.md
749`~/.config/bat/config`:
low line 763

Access to hidden dotfiles in home directory

SourceSKILL.md
763# ~/.zshrc or ~/.bashrc
medium line 769

Access to hidden dotfiles in home directory

SourceSKILL.md
769`~/.fzf.zsh` or `~/.fzf.bash`:
high line 527

Access to SSH directory

SourceSKILL.md
527ssh $(cat ~/.ssh/config | grep "^Host " | awk '{print $2}' | fzf)
low line 81

External URL reference

SourceSKILL.md
81curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
low line 478

External URL reference

SourceSKILL.md
478curl -s https://api.example.com | bat -l json
Scanned on Mar 1, 2026
View Security Dashboard