backend-go-testing
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends standard community libraries including
go.uber.org/goleak,github.com/stretchr/testify, andgithub.com/jonboulle/clockworkwhich are widely recognized in the Go ecosystem. - [COMMAND_EXECUTION]: Documentation provides examples for standard Go tooling (
go test,go tool cover) and local integration testing setup usingdocker-compose. - [CREDENTIALS_UNSAFE]: A documentation reference contains a benign example connection string (
postgres://test:test@localhost:5433/testdb) intended for local development environments. - [DATA_EXFILTRATION]: Instructions correctly demonstrate using environment variables for sensitive configuration like
DATABASE_URL, following security best practices.
Audit Metadata