go-tdd
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Downloads the official
postgres:16-alpineDocker image via thetestcontainers-golibrary to provide a real database environment for integration tests. - [COMMAND_EXECUTION]: Uses standard Go toolchain commands (
go test) for running test suites, race detection, and coverage reporting via a Makefile. - [SAFE]: No credential leaks, malicious obfuscation, or unauthorized persistence mechanisms were detected. The skill uses manual mocks and interfaces, avoiding the need for third-party mock generation frameworks.
Audit Metadata