go-testing
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill's instructions and provided patterns (such as table-driven tests, subtests, and test cleanup) align with established Go best practices from trusted sources like the Google and Uber Go Style Guides.
- [COMMAND_EXECUTION]: The skill includes a shell script (
scripts/gen-table-test.sh) designed to generate boilerplate Go test code. This script uses standard bash constructs and includes basic input validation to ensure function names follow Go export conventions. Additionally, the skill provides instructions for the agent to verify code using thego testcommand. - [EXTERNAL_DOWNLOADS]: The skill references the
cmpandprotocmppackages, which correspond to the well-known and trustedgithub.com/google/go-cmplibrary, a standard tool in the Go ecosystem for deep equality comparisons in tests.
Audit Metadata