Skip to main content

dotnet-project-structure

Facilitates modern .NET project setup with best practices for structure, version management, and centralized build configurations.

Install this skill

or
92/100

Security score

The dotnet-project-structure skill was audited on Feb 12, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 432

Template literal with variable interpolation in command context

SourceSKILL.md
432```yaml
low line 445

External URL reference

SourceSKILL.md
445run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
low line 463

External URL reference

SourceSKILL.md
463<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
low line 465

External URL reference

SourceSKILL.md
465<!-- <add key="MyCompany" value="https://pkgs.dev.azure.com/myorg/_packaging/myfeed/nuget/v3/index.json" /> -->
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →