rust-macros
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate technical guidance for Rust macro development. All instructions focus on standard engineering practices including hygiene, parsing, and testing.\n- [SAFE]: External links point to official Rust documentation (
doc.rust-lang.org) and the standard crate registry (docs.rs), which are trusted sources for Rust developers.\n- [SAFE]: The provided code examples formacro_rules!,proc_macro_derive, andstring_listare idiomatic and do not contain any dangerous patterns such as command execution or sensitive file access.\n- [SAFE]: The workflow correctly encourages the use of$cratein declarative macros to prevent name resolution issues (hygiene) and recommends against panicking in procedural macros to maintain compiler stability.
Audit Metadata