skills/kevintsengtw/dotnet-testing-agent-skills/dotnet-testing-advanced-testcontainers-nosql/Gen Agent Trust Hub
dotnet-testing-advanced-testcontainers-nosql
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and templates utilize standard, reputable NuGet packages for .NET development (e.g., MongoDB.Driver, StackExchange.Redis, Testcontainers) with specific version pinning to ensure environment stability.- [SAFE]: External resource access is restricted to pulling official Docker images (MongoDB 7.0 and Redis 7.2) from public registries, which is the intended and standard behavior for containerized integration testing.- [SAFE]: No patterns associated with prompt injection, data exfiltration, or hardcoded credentials were detected. The templates correctly handle connection strings dynamically through the Testcontainers API.- [SAFE]: The code promotes secure testing patterns, including the use of GUIDs for resource isolation and proper lifecycle management to ensure test environments are cleanly disposed of after execution.
Audit Metadata