rust-project-setup
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is purely instructional and provides templates for Rust project configuration.
- [EXTERNAL_DOWNLOADS]: The skill references standard Rust development tools and GitHub Actions.
- Fetches tools such as
cargo-deny,cargo-audit, andcargo-hackusing standard package management. - Recommends GitHub Actions from well-known sources in the Rust ecosystem, including
dtolnay/rust-toolchain,Swatinem/rust-cache, andrustsec/audit-check. - [COMMAND_EXECUTION]: Provides standard shell commands for project initialization (
cargo init), manifest validation (cargo metadata), and quality checks (cargo clippy,cargo fmt). All commands are within the expected scope of Rust development.
Audit Metadata