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 for macro_rules!, proc_macro_derive, and string_list are 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 $crate in declarative macros to prevent name resolution issues (hygiene) and recommends against panicking in procedural macros to maintain compiler stability.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 29, 2026, 06:35 AM
Security Audit — agent-trust-hub — rust-macros