rust-write-tests
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational content and best practices for Rust developers. All code examples are pedagogical and demonstrate standard library or popular crate usage (e.g.,
pretty_assertions,tokio,wiremock). - [COMMAND_EXECUTION]: The skill recommends the use of
cargo nextestfor stress-testing tests. This is a well-known, legitimate testing tool in the Rust ecosystem and the provided flags (--stress-count 50,--status-level leak) are standard for identifying non-deterministic test failures. - [EXTERNAL_DOWNLOADS]: References provided in the metadata link to the official Rust programming language documentation and highly-vetted community crates on
crates.io. No unauthorized or suspicious remote code sources are present. - [DATA_EXFILTRATION]: No network operations or sensitive file access patterns were detected. The skill focuses entirely on local test code generation and execution.
Audit Metadata