project-setup
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a structural guide for .NET development, providing standard templates for configuration files like
Directory.Build.props,nuget.config, andglobal.jsonwithout any malicious instructions. - [CREDENTIALS_UNSAFE]: The provided
nuget.configtemplate demonstrates secure practices by using environment variable placeholders (%NUGET_TOKEN%) for private registry authentication rather than hardcoding credentials. - [COMMAND_EXECUTION]: The skill references standard .NET CLI commands (
dotnet new,dotnet sln,dotnet add) used for project scaffolding and management. These are routine development operations. - [EXTERNAL_DOWNLOADS]: External references are limited to official and well-known services such as NuGet.org and GitHub package registries, which are standard for the .NET ecosystem.
Audit Metadata