Skip to main content

cli

Generates modern CLI tools using TypeScript or Go, focusing on best practices for LLM-assisted development and user interaction.

Install this skill

or
78/100

Security score

The cli skill was audited on May 25, 2026 and we found 6 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 476

Template literal with variable interpolation in command context

SourceSKILL.md
476```yaml
medium line 501

Template literal with variable interpolation in command context

SourceSKILL.md
501```yaml
medium line 25

Access to hidden dotfiles in home directory

SourceSKILL.md
25- Where should config be stored (`~/.config/[name]`, project `.rc` file, both)?
low line 90

Access to hidden dotfiles in home directory

SourceSKILL.md
90- Store configuration in ~/.config/[app-name]/ (or OS equivalent)
medium line 106

Access to hidden dotfiles in home directory

SourceSKILL.md
106- Linux/Mac: `~/.config/[app-name]/`
low line 491

External URL reference

SourceSKILL.md
491registry-url: 'https://registry.npmjs.org'
Scanned on May 25, 2026
View Security Dashboard
Installation guide →