rust-windows-setup
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various system commands including
wingetfor package installation,rustupfor toolchain management, andpowershellto modify environment variables. - [EXTERNAL_DOWNLOADS]: The skill configures the system to download Rust components and crates from
rsproxy.cn, which is a recognized community mirror for Rust in China. It also useswingetto fetch official packages from Microsoft and the Rust project. - [PRIVILEGE_ESCALATION]: The skill correctly notes that installing Visual Studio Build Tools via
wingetwill trigger User Account Control (UAC) prompts. It also suggests running the setup script withSet-ExecutionPolicy Bypass, which is a common procedure for executing local automation scripts in PowerShell environments. - [REMOTE_CODE_EXECUTION]: While the skill downloads and executes installers (rustup, build tools), these are standard development tools from reputable sources as described in the skill's functionality.
Audit Metadata