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 dotnet CLI 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 package and dotnet restore commands. 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 search before updating and immediately running dotnet restore to verify project stability, which are best practices for maintaining project integrity.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 30, 2026, 12:20 AM
Security Audit — agent-trust-hub — nuget-manager