소개
This skill provides a specialized auditing framework for Mojo codebases, specifically targeting memory safety and ownership semantics. It allows developers to identify critical vulnerabilities like use-after-free errors, uninitialized list access, and double-free issues by analyzing code patterns and pointer operations. By enforcing Mojo's unique ownership model and transfer operators, it helps maintain memory-safe systems while leveraging the language's high-performance capabilities, making it an essential tool during code reviews, debugging sessions, and performance optimization phases.