go-cli-command-design
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is purely informational and educational, providing markdown-based guidelines and Go code examples for CLI design.
- [SAFE]: Code examples utilize standard Go libraries (
flag,os,io,bufio) and demonstrate best practices for testability and security, such as dependency injection of standard streams and environment lookups. - [SAFE]: The guidelines explicitly instruct users to avoid security pitfalls, including hardcoding secrets or leaking credentials in diagnostics, logs, or command-line arguments.
- [SAFE]: No malicious patterns such as prompt injection, obfuscation, data exfiltration, or remote code execution were detected across any of the files.
Audit Metadata