rust-anti-slop
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill exclusively contains configuration files (
clippy.toml,workspace-lints.toml) and documentation (SKILL.md,rules.md) intended to enforce best practices in Rust development. - [SAFE]: No executable code, scripts, or remote network operations are present. The skill relies on the standard Rust toolchain (Cargo and Clippy) already present in the user's environment.
- [SAFE]: The instructions focus on improving error handling, ownership management, and concurrency patterns. The recommendations for
#[expect]and// SAFETY:comments promote transparent and verifiable code practices. - [SAFE]: The provided configuration for
workspace-lints.tomlandclippy.tomluses standard Rust and Clippy lint names and follows official documentation patterns for workspace-level lint management.
Audit Metadata