dotnet-testing
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation references established .NET packages and tools from official registries, including Playwright, BenchmarkDotNet, and the Verify library. It also introduces Slopwatch.Cmd, a tool authored by the vendor specifically for detecting quality issues in LLM-generated code. These references align with trusted development practices.
- [COMMAND_EXECUTION]: Extensive guidance is provided for using the .NET CLI, PowerShell, and Python for project scaffolding, test execution, and CI/CD integration. These commands are standard for the .NET ecosystem and used as intended for development workflows.
- [CREDENTIALS_UNSAFE]: Example code includes mock credentials such as 'P@ssw0rd!' and 'test' within test fixtures for local database containers and authentication handlers. These are explicitly described as placeholders for isolated testing environments.
- [NO_CODE]: The skill is composed strictly of markdown documentation and does not include any internal executable binaries or scripts, which limits the direct execution surface.
Audit Metadata