running-tests
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFE
Full Analysis
- Environment Management: The skill provides instructions for configuring the local environment by setting variables like
DOTNET_ROOTand updating thePATH. This ensures the agent uses the correct repository-local .NET SDK for test execution. - External Documentation References: The skill includes links to official documentation for xUnit and Microsoft technical guides. These are recognized, well-known services and are used appropriately for technical context.
- Data Parsing Surface: A PowerShell script is provided to help users parse test results in
.trxformat. While this script processes data from build artifacts, it uses standard XML parsing techniques to display test failure summaries. - Tooling Integration: The instructions leverage common .NET CLI tools and repository-specific build scripts (
build.cmd), which is consistent with the skill's purpose for the WinForms development environment.
Audit Metadata