go-cobra
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides comprehensive technical documentation for the Cobra and Viper libraries. All external dependencies (github.com/spf13/cobra, github.com/spf13/viper) are highly trusted, well-known open-source projects in the Go ecosystem.
- [EXTERNAL_DOWNLOADS]: The skill references standard installation commands for official Go packages (e.g.,
go get github.com/spf13/cobra). These are documented as manual installation steps for the developer and target official, well-known repositories. - [COMMAND_EXECUTION]: Code snippets include typical CLI command patterns (e.g.,
myapp serve --port 8080) used for demonstration purposes. Shell completion instructions provided are standard practices for the Cobra framework and involve routine shell configuration tasks.
Audit Metadata