Skip to main content

install-sdk

Installs .NET SDK with cross-platform support and interactive configuration for seamless development.

Install this skill

or
72/100

Security score

The install-sdk skill was audited on Feb 21, 2026 and we found 6 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 306

Piping content to bash shell

SourceSKILL.md
306curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version 10.0.100
medium line 306

Curl to non-GitHub URL

SourceSKILL.md
306curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version 10.0.100
medium line 109

Wget to non-GitHub URL

SourceSKILL.md
109wget https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb
low line 109

External URL reference

SourceSKILL.md
109wget https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb
low line 296

External URL reference

SourceSKILL.md
2963. Download manually from https://dotnet.microsoft.com/download
low line 306

External URL reference

SourceSKILL.md
306curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version 10.0.100
Scanned on Feb 21, 2026
View Security Dashboard
Installation guide →