rust-testing
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOWCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- COMMAND_EXECUTION (LOW): The skill provides commands like "cargo test" which compile and execute code within the project context. This is the intended behavior for a testing tool but requires caution if used on untrusted codebases.
- EXTERNAL_DOWNLOADS (LOW): The skill suggests using "cargo install" for "cargo-tarpaulin" and "cargo-llvm-cov". These are standard, reputable utilities in the Rust ecosystem, though they are fetched from external repositories at runtime.
Audit Metadata