test-rust-core
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use standard Rust development tools (
cargo,just) to perform routine tasks such as formatting (cargo fmt), linting (cargo clippy), and running unit tests (cargo test). These commands are standard for the development of the NeMo Relay Rust core and are scoped to the local repository. - [EXTERNAL_DOWNLOADS]: The skill uses
cargo, which may download library dependencies from the official Rust package registry (crates.io) during the build process. This is the expected and standard behavior for Rust project management.
Audit Metadata