testcontainers
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references official Docker images from well-known and trusted providers including Microsoft ('mcr.microsoft.com/mssql/server', 'mcr.microsoft.com/azure-sql-edge'), Confluent ('confluentinc/cp-kafka'), and official Docker Hub repositories ('postgres', 'mysql', 'redis', 'rabbitmq', 'nginx', 'alpine').
- [CREDENTIALS_UNSAFE]: The provided C# snippets include placeholder passwords for local container environments (e.g., 'Your_password123', 'rootpassword', 'YourStrong@Passw0rd'). These are used for illustrative purposes in setting up local test dependencies and do not represent actual sensitive credential exposure.
- [COMMAND_EXECUTION]: The skill demonstrates the legitimate use of the Testcontainers .NET library to manage Docker container lifecycles, including starting containers and mapping ports for integration testing. This is standard development practice for the described use case.
- [SAFE]: No evidence of prompt injection, obfuscation, persistence mechanisms, or unauthorized data access was found in the provided files. The code and documentation align strictly with the stated purpose of infrastructure orchestration for testing.
Audit Metadata