dotnet-cli-packaging
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill provides legitimate technical instructions and templates for packaging .NET applications for Homebrew, Debian, Windows, and NuGet.
- [COMMAND_EXECUTION]: The skill includes standard commands for build and installation processes (e.g.,
dpkg-deb,brew install,dotnet pack). These are essential for the skill's primary function and are used appropriately. - [EXTERNAL_DOWNLOADS]: All external references target official and trusted services, including GitHub, NuGet.org, and Chocolatey.org. The templates use placeholders for user-specific repositories.
- [CREDENTIALS_UNSAFE]: The skill demonstrates correct security posture by utilizing environment variable placeholders (e.g.,
$NUGET_API_KEY,$env:CHOCO_API_KEY) and explicitly warns against hardcoding secrets in source code.
Audit Metadata