dotnet-add-testing
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard .NET CLI commands such as
dotnet new,dotnet sln,dotnet add reference, anddotnet testto scaffold and manage test projects. These are expected behaviors for a development-focused skill. - [EXTERNAL_DOWNLOADS]: The skill involves downloading standard packages from the NuGet registry, including
Microsoft.NET.Test.Sdk(a trusted vendor resource) and other well-known community packages likexunit,coverlet, andFluentAssertions. It also suggests installing thedotnet-reportgenerator-globaltool, which is a widely recognized tool in the .NET ecosystem for coverage reporting.
Audit Metadata