writing-cli-skills
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill and its template file document standard CLI operations including installation via package managers (
brew,apt,cargo), verification (--version), and uninstallation (rm -rf). These are presented as instructional examples for the user or agent and follow standard software management practices. - [CREDENTIALS_UNSAFE]: The documentation references the use of environment variables for API keys (e.g.,
TOOL_API_KEY="your-key"). These are clearly marked as placeholders for the user to fill, promoting standard secret management practices rather than hardcoding sensitive data. - [EXTERNAL_DOWNLOADS]: The template includes a placeholder link to official documentation (
https://tool.dev/docs). No automated or unverified remote code execution or script downloads are present.
Audit Metadata