skills/dotnet/skills/setup-local-sdk/Gen Agent Trust Hub

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.sh and dotnet-install.ps1) from Microsoft's official dot.net domain 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 modifies global.json to prioritize the local SDK and updates .gitignore to 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 local dotnet executable to manage workloads, ensuring operations stay within the project's isolated environment without requiring administrative privileges.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 24, 2026, 08:10 PM
Security Audit — agent-trust-hub — setup-local-sdk