coverage-analysis
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Standard Package and Tool Management: The skill utilizes the official .NET CLI to install the
reportgeneratortool and manage coverage-related NuGet packages such ascoverlet.collector. This is a routine part of setting up a .NET testing environment. - Automated Workflow Execution: It executes standard
dotnetcommands and local PowerShell scripts to discover test projects and run tests with coverage collection. These operations are scoped to the project directory and itsTestResultsfolder. - Local Risk Analysis: Metric calculations, including CRAP scores, are performed locally using bundled scripts that process the output of standard coverage collectors. The analysis is data-driven and focused on identifying complexity hotspots in source code.
- Project Configuration: The skill may modify
.csprojfiles to add necessary testing dependencies. It provides instructions for reverting these changes, following standard developer workflows.
Audit Metadata