cli-developer
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a development resource, providing templates and best practices for building CLI applications across multiple programming languages.
- [COMMAND_EXECUTION]: Code examples demonstrate routine CLI functionality, such as argument parsing, terminal output formatting, and configuration management using standard libraries like Commander.js, Typer, and Cobra.
- [EXTERNAL_DOWNLOADS]: The skill recommends the use of popular and reputable third-party libraries (e.g., Inquirer, Rich, Bubble Tea) from official package registries (NPM, PyPI) for enhancing CLI user experiences.
- [CREDENTIALS_UNSAFE]: Mentions of sensitive file paths, such as
~/.mycli/credentials.json, are used strictly as examples of secure configuration design patterns, specifically emphasizing the importance of setting restrictive file permissions (e.g., 600) for sensitive data.
Audit Metadata