microsoft-rust-training
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the training curriculum from Microsoft's official GitHub repository (
github.com/microsoft/RustTraining.git). - [REMOTE_CODE_EXECUTION]: Includes the standard installation command for the Rust toolchain using the official rustup script from a well-known service (
sh.rustup.rs). - [COMMAND_EXECUTION]: Utilizes routine developer commands such as
git clone,cargo install, andcargo xtaskto manage dependencies, build training books, and host local previews. These commands are constrained to the intended purpose of the training curriculum.
Audit Metadata