cargo-llvm-cov
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
cargo-llvm-covtool from crates.io (viacargo install), which is the official package registry for the Rust language. - [EXTERNAL_DOWNLOADS]: Provides GitHub Action workflows that reference external actions from well-known community maintainers and services, including
taiki-e/install-action,dtolnay/rust-toolchain,Swatinem/rust-cache, and official actions for Codecov and Coveralls. - [COMMAND_EXECUTION]: Utilizes
rustup, the official Rust toolchain installer, to add required components likellvm-tools-preview. - [COMMAND_EXECUTION]: Executes shell commands via
cargo llvm-covto run tests and generate coverage reports. These commands are standard for the tool's intended purpose of measuring code coverage. - [COMMAND_EXECUTION]: Includes examples of shell scripts and Makefiles to automate coverage checks and enforce thresholds in development environments.
Audit Metadata