Skip to main content

cli-productivity

Enhances terminal workflows with essential CLI tools and productivity patterns for efficient command-line operations.

Install this skill

or
0/100

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

medium line 229

Template literal with variable interpolation in command context

SourceSKILL.md
229```bash
medium line 341

Template literal with variable interpolation in command context

SourceSKILL.md
341```bash
medium line 398

Template literal with variable interpolation in command context

SourceSKILL.md
398```bash
medium line 569

Template literal with variable interpolation in command context

SourceSKILL.md
569```bash
medium line 614

Template literal with variable interpolation in command context

SourceSKILL.md
614```bash
medium line 683

Template literal with variable interpolation in command context

SourceSKILL.md
683```bash
medium line 809

Template literal with variable interpolation in command context

SourceSKILL.md
809```bash
medium line 834

Template literal with variable interpolation in command context

SourceSKILL.md
834```bash
high line 92

Piping content to bash shell

SourceSKILL.md
92curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash
high line 95

Piping content to sh shell

SourceSKILL.md
95curl -sS https://starship.rs/install.sh | sh
medium line 95

Curl to non-GitHub URL

SourceSKILL.md
95curl -sS https://starship.rs/install.sh | sh
medium line 121

Curl to non-GitHub URL

SourceSKILL.md
121curl -s https://api.github.com/repos/nodejs/node | jq '.stargazers_count'
medium line 645

Curl to non-GitHub URL

SourceSKILL.md
645curl -s https://ifconfig.me
medium line 811

Curl to non-GitHub URL

SourceSKILL.md
811curl -s 'https://api.github.com/users/torvalds/repos?per_page=100' \
medium line 573

Path traversal pattern

SourceSKILL.md
573alias ....='cd ../../..'
medium line 756

Path traversal pattern

SourceSKILL.md
756alias ....='cd ../../..'
low line 206

Access to hidden dotfiles in home directory

SourceSKILL.md
206# Add to ~/.bashrc or ~/.zshrc
low line 457

Access to hidden dotfiles in home directory

SourceSKILL.md
457# Add to ~/.bashrc or ~/.zshrc
low line 520

Access to hidden dotfiles in home directory

SourceSKILL.md
520# Add to ~/.bashrc or ~/.zshrc
low line 557

Access to hidden dotfiles in home directory

SourceSKILL.md
557# Add to ~/.bashrc or ~/.zshrc
medium line 682

Access to hidden dotfiles in home directory

SourceSKILL.md
682**~/.bashrc or ~/.zshrc:**
low line 732

Access to hidden dotfiles in home directory

SourceSKILL.md
732[ -f ~/.fzf.bash ] && source ~/.fzf.bash
low line 900

Access to hidden dotfiles in home directory

SourceSKILL.md
900local configs=("~/.bashrc" "~/.vimrc" "~/.gitconfig")
low line 997

Access to hidden dotfiles in home directory

SourceSKILL.md
997for f in ~/.bashrc ~/.bash_profile; do
low line 95

External URL reference

SourceSKILL.md
95curl -sS https://starship.rs/install.sh | sh
low line 121

External URL reference

SourceSKILL.md
121curl -s https://api.github.com/repos/nodejs/node | jq '.stargazers_count'
low line 645

External URL reference

SourceSKILL.md
645curl -s https://ifconfig.me
low line 811

External URL reference

SourceSKILL.md
811curl -s 'https://api.github.com/users/torvalds/repos?per_page=100' \
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →