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 winget for package installation, rustup for toolchain management, and powershell to 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 uses winget to fetch official packages from Microsoft and the Rust project.
  • [PRIVILEGE_ESCALATION]: The skill correctly notes that installing Visual Studio Build Tools via winget will trigger User Account Control (UAC) prompts. It also suggests running the setup script with Set-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
Risk Level
SAFE
Analyzed
Aug 21, 2026, 06:33 AM
Security Audit — agent-trust-hub — rust-windows-setup