cli-productivity
Enhances terminal workflows with essential CLI tools and productivity patterns for efficient command-line operations.
Install this skill
Security score
The cli-productivity skill was audited on Feb 9, 2026 and we found 28 security issues across 4 threat categories, including 2 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 229 | ```bash |
Template literal with variable interpolation in command context
| 341 | ```bash |
Template literal with variable interpolation in command context
| 398 | ```bash |
Template literal with variable interpolation in command context
| 569 | ```bash |
Template literal with variable interpolation in command context
| 614 | ```bash |
Template literal with variable interpolation in command context
| 683 | ```bash |
Template literal with variable interpolation in command context
| 809 | ```bash |
Template literal with variable interpolation in command context
| 834 | ```bash |
Piping content to bash shell
| 92 | curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash |
Piping content to sh shell
| 95 | curl -sS https://starship.rs/install.sh | sh |
Curl to non-GitHub URL
| 95 | curl -sS https://starship.rs/install.sh | sh |
Curl to non-GitHub URL
| 121 | curl -s https://api.github.com/repos/nodejs/node | jq '.stargazers_count' |
Curl to non-GitHub URL
| 645 | curl -s https://ifconfig.me |
Curl to non-GitHub URL
| 811 | curl -s 'https://api.github.com/users/torvalds/repos?per_page=100' \ |
Path traversal pattern
| 573 | alias ....='cd ../../..' |
Path traversal pattern
| 756 | alias ....='cd ../../..' |
Access to hidden dotfiles in home directory
| 206 | # Add to ~/.bashrc or ~/.zshrc |
Access to hidden dotfiles in home directory
| 457 | # Add to ~/.bashrc or ~/.zshrc |
Access to hidden dotfiles in home directory
| 520 | # Add to ~/.bashrc or ~/.zshrc |
Access to hidden dotfiles in home directory
| 557 | # Add to ~/.bashrc or ~/.zshrc |
Access to hidden dotfiles in home directory
| 682 | **~/.bashrc or ~/.zshrc:** |
Access to hidden dotfiles in home directory
| 732 | [ -f ~/.fzf.bash ] && source ~/.fzf.bash |
Access to hidden dotfiles in home directory
| 900 | local configs=("~/.bashrc" "~/.vimrc" "~/.gitconfig") |
Access to hidden dotfiles in home directory
| 997 | for f in ~/.bashrc ~/.bash_profile; do |
External URL reference
| 95 | curl -sS https://starship.rs/install.sh | sh |
External URL reference
| 121 | curl -s https://api.github.com/repos/nodejs/node | jq '.stargazers_count' |
External URL reference
| 645 | curl -s https://ifconfig.me |
External URL reference
| 811 | curl -s 'https://api.github.com/users/torvalds/repos?per_page=100' \ |