testcontainers-go
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of technical documentation and Go source code examples for the 'testcontainers-go' library, which is a widely used and reputable open-source tool for integration testing.
- [EXTERNAL_DOWNLOADS]: All external resource references, including Go modules (github.com/testcontainers/testcontainers-go) and Docker images (e.g., postgres:16-alpine), are from trusted official repositories or well-known public registries.
- [COMMAND_EXECUTION]: The code examples demonstrate executing commands within Docker containers (using 'ctr.Exec') and managing container lifecycles, which are the core intended functions of the library for creating ephemeral test environments.
- [CREDENTIALS_UNSAFE]: No hardcoded secrets or sensitive credentials were found. Configuration examples use standard test placeholders like 'testuser' and 'testpass', which is appropriate for documentation purposes.
Audit Metadata