download-sdk
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- External Downloads: The skill retrieves .NET runtime installers from official CI infrastructure (ci.dot.net). This is a standard procedure for developers needing specific preview builds not yet available on public download pages.
- Administrative Privileges: Installation scripts utilize the PowerShell 'RunAs' verb to trigger User Account Control (UAC) elevation. This elevation is required to perform system-wide installations of software runtimes.
- Automated Version Detection: The instructions include patterns for programmatically extracting version requirements from local project metadata (runtimeconfig.json), which is used to construct download URLs for the appropriate installers.
Audit Metadata