system-createcli
Generates production-quality TypeScript CLIs with full documentation and error handling, following best practices for command-line tools.
Install this skill
or
64/100
Security score
The system-createcli skill was audited on Feb 28, 2026 and we found 6 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
high line 153
Template literal with variable interpolation in command context
SourceSKILL.md
| 153 | - `${PAI_DIR}/bin/[cli-name]/` - Personal CLIs (like llcli) |
medium line 209
Template literal with variable interpolation in command context
SourceSKILL.md
| 209 | ``` |
medium line 235
Template literal with variable interpolation in command context
SourceSKILL.md
| 235 | ``` |
medium line 258
Template literal with variable interpolation in command context
SourceSKILL.md
| 258 | ``` |
medium line 126
Access to .env file
SourceSKILL.md
| 126 | - .env.example (configuration template) |
low line 214
Access to .env file
SourceSKILL.md
| 214 | ├── .env.example # GITHUB_TOKEN=your_token |
Scanned on Feb 28, 2026
View Security Dashboard