dotnet-project-setup
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a structural guide and template library for .NET development. It outlines standard project hierarchies, naming conventions, and MSBuild configurations (Directory.Build.props/targets) that promote maintainability and security.
- [COMMAND_EXECUTION]: The instructions involve executing standard .NET SDK commands (e.g., 'dotnet new', 'dotnet sln', 'dotnet add') to automate the creation and linking of projects. These are the primary intended functions of the skill and align with its stated purpose of project setup.
- [EXTERNAL_DOWNLOADS]: The documentation references standard methods for acquiring .NET assets, such as installing project templates ('dotnet new install') and local development tools ('dotnet tool install'). These operations are routine for .NET developers and target official or community-verified package registries.
- [CREDENTIALS_SAFE]: The provided configuration for private NuGet feeds ('nuget.config') demonstrates a security best practice by utilizing environment variable placeholders ('%NUGET_TOKEN%') rather than hardcoding actual secrets.
Audit Metadata