Skip to main content

lang-dotnet-dev

Covers foundational .NET patterns for runtime, project structure, and cross-platform development, essential for .NET projects.

Install this skill

or
95/100

Security score

The lang-dotnet-dev skill was audited on Feb 12, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 516

External URL reference

SourceSKILL.md
516dotnet restore --source https://api.nuget.org/v3/index.json
low line 1167

External URL reference

SourceSKILL.md
1167"BaseUrl": "https://api.example.com",
low line 1526

External URL reference

SourceSKILL.md
1526.WriteTo.Seq("http://localhost:5341");
low line 1897

External URL reference

SourceSKILL.md
1897dotnet nuget push bin/Release/MyLibrary.1.0.0.nupkg --api-key YOUR_API_KEY --source https://api.nuget.org/v3/index.json
low line 1900

External URL reference

SourceSKILL.md
1900dotnet nuget push bin/Release/MyLibrary.1.0.0.nupkg --source http://myfeed.example.com/nuget
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →