golang-testing
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: No malicious code, prompt injections, or data exfiltration attempts were detected. All behaviors align with the primary purpose of Go development and testing.
- [COMMAND_EXECUTION]: The skill includes examples for automating test environment setup using
exec.Commandwithdocker-compose. This is standard practice for managing local integration testing infrastructure. - [EXTERNAL_DOWNLOADS]: The skill references and provides installation instructions for widely-used, reputable Go community tools and libraries, including:
github.com/cweill/gotestsfor table-driven test generation.go.uber.org/goleakfor goroutine leak detection.github.com/stretchr/testifyfor assertions and mocking.github.com/jonboulle/clockworkfor time mocking.
Audit Metadata