skills/kevintsengtw/dotnet-testing-agent-skills/dotnet-testing-advanced-webapi-integration-testing/Gen Agent Trust Hub
dotnet-testing-advanced-webapi-integration-testing
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill structure and code templates are designed for professional software development and testing. No malicious patterns, such as prompt injection, unauthorized data exfiltration, or persistence mechanisms, were detected.
- [COMMAND_EXECUTION]: The
DatabaseManager.cstemplate provides functionality to execute SQL scripts from a localSqlScriptsdirectory and perform database seeding. This is the intended behavior for integration testing to ensure the database schema is correctly initialized and cleaned between test runs. While theSeedProductAsyncmethod uses string interpolation for SQL queries, it is limited to the context of local test data and does not pose a risk in this instructional setting. - [EXTERNAL_DOWNLOADS]: The project configuration (
test-project.csproj) references several standard NuGet packages (xUnit, Testcontainers, Npgsql, etc.) and specifies Docker images for PostgreSQL and Redis. All referenced external resources are well-known technology components and libraries commonly used in the .NET ecosystem.
Audit Metadata