All rules →
Rules / Rust
SHIELD-RUST-006

Unsafe block requires review

mediumRustCWE-119CVSS 5.3

What it detects

unsafe blocks bypass Rust memory-safety guarantees and must be manually audited.

How to fix

Confirm the unsafe block upholds all invariants; prefer safe abstractions where possible.

Scan your repo freeFull documentation
Back to all rules
SHIELD-RUST-006: Unsafe block requires review — Zennoxa Shield