test-rust-core
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill specifies the use of
cargofor formatting (cargo fmt), linting (cargo clippy), and testing (cargo test). It also utilizesjust, a command runner, to execute pre-defined build and test scripts (just test-rust,just build-rust). These are standard practices in Rust development. - [SAFE]: The skill does not contain any detected security threats such as prompt injection, data exfiltration, or obfuscated content. The operations are restricted to the local development environment and the project's source code.
Audit Metadata