rust-dev
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download and install the official Rust toolchain manager (rustup) via a standard shell command script from sh.rustup.rs.
- [REMOTE_CODE_EXECUTION]: Includes the industry-standard 'curl | sh' command for initializing the Rust environment. This is the authoritative and well-known method for installing the Rust compiler and its associated tools.
- [COMMAND_EXECUTION]: Contains a series of legitimate commands for project management, including building (cargo build), testing (cargo test), linting (cargo clippy), and formatting (cargo fmt).
- [EXTERNAL_DOWNLOADS]: Recommends several widely-used, well-known community libraries (crates) such as tokio, serde, and reqwest from the official package registry.
Audit Metadata