nuget-manager
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the standard
dotnetCLI tool to perform package management operations (add, remove, search, and restore). These commands are essential to the skill's stated purpose of managing .NET projects. - [EXTERNAL_DOWNLOADS]: The skill facilitates downloading dependencies from the official NuGet registry via the
dotnet add packageanddotnet restorecommands. Since this targets a well-known service for its primary intended function, it is considered safe. - [SAFE]: The skill includes defensive rules, such as requiring version verification via
dotnet package searchbefore updating and immediately runningdotnet restoreto verify project stability, which are best practices for maintaining project integrity.
Audit Metadata