modern-cli-tools
Teaches modern Unix command alternatives that are faster and more user-friendly, enhancing productivity in development workflows.
Install this skill
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
Piping content to sh shell
| 81 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh |
Curl to non-GitHub URL
| 81 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh |
Curl to non-GitHub URL
| 478 | curl -s https://api.example.com | bat -l json |
Access to hidden dotfiles in home directory
| 527 | ssh $(cat ~/.ssh/config | grep "^Host " | awk '{print $2}' | fzf) |
Access to hidden dotfiles in home directory
| 539 | echo 'eval "$(zoxide init bash)"' >> ~/.bashrc |
Access to hidden dotfiles in home directory
| 540 | echo 'eval "$(zoxide init zsh)"' >> ~/.zshrc |
Access to hidden dotfiles in home directory
| 541 | echo 'zoxide init fish | source' >> ~/.config/fish/config.fish |
Access to hidden dotfiles in home directory
| 749 | `~/.config/bat/config`: |
Access to hidden dotfiles in home directory
| 763 | # ~/.zshrc or ~/.bashrc |
Access to hidden dotfiles in home directory
| 769 | `~/.fzf.zsh` or `~/.fzf.bash`: |
Access to SSH directory
| 527 | ssh $(cat ~/.ssh/config | grep "^Host " | awk '{print $2}' | fzf) |
External URL reference
| 81 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh |
External URL reference
| 478 | curl -s https://api.example.com | bat -l json |
Install this skill with one command
/learn @shepherdjerred/modern-cli-tools