coverage-analysis
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Execution: The skill utilizes standard .NET CLI commands such as
dotnet testanddotnet tool installalongsidegitto analyze the project structure and execute tests. These operations are essential for project-wide coverage analysis. - External Downloads: The skill retrieves the
ReportGeneratortool and coverage collector packages from official .NET package registries. These are well-established utilities used for generating development metrics. - Project File Modification: The skill may modify project configuration files (
.csproj) to include coverage collection libraries if they are missing. This is a common practice for enabling automated testing features and is documented within the skill's output. - Script Execution: Local PowerShell scripts are executed to parse Cobertura XML files and calculate risk scores. This processing handles data generated locally during the test run to provide prioritized analysis.
Audit Metadata