setup-local-sdk
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- Download and Execution of Official Installation Scripts: The skill fetches the .NET installation scripts (
dotnet-install.shanddotnet-install.ps1) from Microsoft's officialdot.netdomain and executes them to install the SDK locally. This is the recommended method for non-admin/local .NET installations.\n- Generation of Local Environment Scripts: To support team collaboration, the skill generates shell and PowerShell scripts that automate the environment setup. These scripts perform the same official downloads and configuration tasks.\n- Project Configuration Management: It modifiesglobal.jsonto prioritize the local SDK and updates.gitignoreto prevent the local binaries from being tracked in version control. These are standard practices for maintainable project structures.\n- Local Binary Execution: The skill uses the newly installed localdotnetexecutable to manage workloads, ensuring operations stay within the project's isolated environment without requiring administrative privileges.
Audit Metadata