Skip to main content

CLI Design

Defines design patterns for a consistent CLI user experience, enhancing command clarity and usability.

Install this skill

or
90/100

Security score

The CLI Design skill was audited on Feb 19, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 44

Template literal with variable interpolation in command context

SourceSKILL.md
44console.log(chalk.green(`✓ Created: ${name}`));
medium line 47

Template literal with variable interpolation in command context

SourceSKILL.md
47console.error(chalk.red(`✗ Not found: ${name}`));
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →