testcontainers
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard documentation and code examples for the Testcontainers library. It correctly demonstrates lifecycle management (starting and stopping containers) using standard API methods like
beforeAllandafterAll. The use of test-specific credentials ('test'/'test') in a containerized environment is standard practice for integration testing and does not constitute a credential exposure. All external dependencies (npm packages like@testcontainers/postgresqland Docker images likepostgres:16) are well-known and from trusted industry sources. No malicious patterns such as obfuscation, remote code execution, or unauthorized data exfiltration were detected.
Audit Metadata