dotnet-netarchtest
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes standard .NET development commands such as
dotnet addanddotnet testto manage dependencies and verify code, which are expected behaviors for a development-oriented skill. - [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of the
NetArchTest.Rulespackage from the official NuGet registry. This is a well-known, community-standard library for .NET architecture enforcement. - [SAFE]: References provided in the skill point to the official GitHub repository for the NetArchTest project (
github.com/BenMorris/NetArchTest), which is a reputable source for this tooling. - [COMMAND_EXECUTION]: Shell commands used for project introspection, such as
rg(ripgrep) to find package references, are benign and used appropriately within the defined workflow.
Audit Metadata