coder-rust-security
Installation
SKILL.md
<skill_overview> Maintain Rust safety guarantees and reduce security risks Using unsafe code Handling untrusted input FFI boundaries Working with shared state The Rustonomicon - Meet Safe and Unsafe The Rustonomicon - What Unsafe Does </skill_overview> <safe_vs_unsafe> Prefer safe Rust; avoid unsafe unless strictly necessary Keep unsafe blocks small and well-audited Document invariants required by unsafe code </safe_vs_unsafe>