python-cli
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is purely educational and provides standard templates for CLI development in Python. It promotes best practices such as using environment variables for secrets via
.envfiles and implementing robust error handling. - [EXTERNAL_DOWNLOADS]: The documentation references standard, well-known Python packages including
typer,click,rich, andpython-dotenv. No suspicious or unverified third-party dependencies are requested. - [COMMAND_EXECUTION]: While the skill describes how to build CLI tools, it does not include any logic for executing arbitrary shell commands, subprocesses, or remote scripts. It focuses on parameter parsing and output formatting.
Audit Metadata