01Identifies missing bounds checks in array and slice indexing.
02Detects unsafe @ptrCast and @alignCast operations without proper validation.
03Flags potential null pointer dereferences and forced optional unwrapping.
04Provides standardized safety checklists for writing and reviewing low-level Zig code.
05Spotlights uninitialized memory usage and unchecked integer overflows.
060 GitHub stars