Skip to main content

dotnet-install

Automates .NET SDK and runtime installation with intelligent platform detection and version management for seamless development.

Install this skill

or
45/100

Security score

The dotnet-install skill was audited on Feb 9, 2026 and we found 31 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 216

Curl to non-GitHub URL

SourceSKILL.md
216curl -sSL https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
medium line 78

Wget to non-GitHub URL

SourceSKILL.md
78wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
medium line 236

Wget to non-GitHub URL

SourceSKILL.md
236wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
medium line 241

Wget to non-GitHub URL

SourceSKILL.md
241wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
medium line 278

Wget to non-GitHub URL

SourceSKILL.md
278wget https://dot.net/v1/dotnet-install.sh
medium line 392

Wget to non-GitHub URL

SourceSKILL.md
392wget https://download.visualstudio.microsoft.com/download/pr/[hash]/dotnet-sdk-8.0.100-linux-x64.tar.gz
low line 223

Access to hidden dotfiles in home directory

SourceSKILL.md
223./dotnet-install.sh --channel 8.0 --install-dir ~/.dotnet
low line 226

Access to hidden dotfiles in home directory

SourceSKILL.md
226echo 'export PATH="$HOME/.dotnet:$PATH"' >> ~/.zshrc
low line 227

Access to hidden dotfiles in home directory

SourceSKILL.md
227source ~/.zshrc
low line 436

Access to hidden dotfiles in home directory

SourceSKILL.md
436echo 'export PATH="$PATH:/usr/local/share/dotnet"' >> ~/.bashrc
low line 437

Access to hidden dotfiles in home directory

SourceSKILL.md
437source ~/.bashrc
low line 440

Access to hidden dotfiles in home directory

SourceSKILL.md
440echo 'export PATH="$PATH:/usr/local/share/dotnet"' >> ~/.zshrc
low line 441

Access to hidden dotfiles in home directory

SourceSKILL.md
441source ~/.zshrc
low line 14

External URL reference

SourceSKILL.md
14- https://learn.microsoft.com/en-us/dotnet/core/install/
low line 15

External URL reference

SourceSKILL.md
15- https://dotnet.microsoft.com/download
low line 64

External URL reference

SourceSKILL.md
64# https://dotnet.microsoft.com/download/dotnet/8.0
low line 78

External URL reference

SourceSKILL.md
78wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
low line 153

External URL reference

SourceSKILL.md
153# Download: https://dotnet.microsoft.com/download/dotnet/8.0
low line 168

External URL reference

SourceSKILL.md
168Invoke-WebRequest -Uri https://dot.net/v1/dotnet-install.ps1 -OutFile dotnet-install.ps1
low line 188

External URL reference

SourceSKILL.md
188# Download from: https://dotnet.microsoft.com/download/dotnet/8.0
low line 216

External URL reference

SourceSKILL.md
216curl -sSL https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
low line 236

External URL reference

SourceSKILL.md
236wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
low line 241

External URL reference

SourceSKILL.md
241wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
low line 260

External URL reference

SourceSKILL.md
260sudo dnf install https://packages.microsoft.com/config/rhel/9/packages-microsoft-prod.rpm
low line 278

External URL reference

SourceSKILL.md
278wget https://dot.net/v1/dotnet-install.sh
low line 377

External URL reference

SourceSKILL.md
377# https://dotnet.microsoft.com/download/dotnet/8.0
low line 392

External URL reference

SourceSKILL.md
392wget https://download.visualstudio.microsoft.com/download/pr/[hash]/dotnet-sdk-8.0.100-linux-x64.tar.gz
low line 490

External URL reference

SourceSKILL.md
490- [.NET Installation Guide](https://learn.microsoft.com/en-us/dotnet/core/install/)
low line 491

External URL reference

SourceSKILL.md
491- [Download .NET](https://dotnet.microsoft.com/download)
low line 492

External URL reference

SourceSKILL.md
492- [SDK vs Runtime](https://learn.microsoft.com/en-us/dotnet/core/introduction#sdk-and-runtimes)
low line 493

External URL reference

SourceSKILL.md
493- [global.json Reference](https://learn.microsoft.com/en-us/dotnet/core/tools/global-json)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →