rust-implement
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as an educational and utility resource for Rust developers. It operates entirely on local files provided by the user and does not attempt to access the network or sensitive system files.
- [COMMAND_EXECUTION]: The skill uses a local bash script (
scripts/lint.sh) to perform static analysis on Rust code. This script is limited to text processing of the input file and does not execute the code being analyzed or perform any privileged operations. - [EXTERNAL_DOWNLOADS]: The skill references official Rust documentation and established, well-known libraries (
anyhow,thiserror) from the official Rust package registry. These are considered trusted resources within the development community.
Audit Metadata