rust-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of educational content and best practices for the Rust programming language, focusing on memory safety and error handling.
- [SAFE]: It explicitly recommends security best practices, such as using
cargo auditfor dependency vulnerability scanning and avoidingunwrap()in production code. - [SAFE]: Code examples are for illustrative purposes and promote safe use of the language features, including proper scoping of
unsafeblocks and safe concurrency patterns.
Audit Metadata