golang-cli
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structured guidance and best practices for Go CLI development using standard, well-maintained libraries such as
github.com/spf13/cobraandgithub.com/spf13/viper.- [SAFE]: All external references and dependencies are directed toward official and well-known repositories within the Go ecosystem, presenting no risk of downloading malicious or unverified code.- [SAFE]: No sensitive data exposure or hardcoded credentials were found; configuration examples correctly prioritize environment variables and local config files using safe placeholders.- [SAFE]: The skill focuses on standard development and testing workflows, such as usingcmd.OutOrStdout()for capture in unit tests and implementing signal handling viasignal.NotifyContext.- [SAFE]: The execution environment is restricted by the YAML frontmatter to safe, developer-centric tools likego,git, andgolangci-lint, aligning with the skill's primary purpose.
Audit Metadata