关于
⚠️ **Unsafe Rust Checker Loaded**
* ^ *
/◉\_~^~_/◉\
⚡/ o \⚡
'_ _'
/ '-----' \
The Unsafe Rust Checker is a specialized skill for Claude Code designed to review high-stakes Rust code where the compiler's safety guarantees are manually managed. It monitors for unsafe blocks, raw pointer usage, and FFI boundaries to ensure developers follow rigorous soundness requirements. By identifying potential undefined behavior (UB), enforcing mandatory safety documentation, and recommending modern alternatives like MaybeUninit or NonNull, this skill acts as a critical second set of eyes for systems programmers and library authors working at the edge of the language.