golang-testing
Pass
Audited by Gen Agent Trust Hub on Jul 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard Go testing practices and utilizes well-known, reputable community libraries such as
testify,goleak, andgotests.- [COMMAND_EXECUTION]: The integration testing reference provides examples of usingexec.Commandto manage Docker containers for test fixtures. This is a standard and acceptable practice for managing isolated integration testing environments.- [EXTERNAL_DOWNLOADS]: The skill recommends installinggotestsand using libraries likeclockwork. These are reputable third-party tools and libraries commonly used in the Go ecosystem for scaffolding tests and managing time-dependent logic.- [DATA_EXFILTRATION]: The skill includes examples of accessing theDATABASE_URLenvironment variable for integration tests, which is a standard pattern for configuring database connections in CI/CD environments.
Audit Metadata