What problem does it solve?
It prevents security and reliability failures in low-level native system changes by enforcing disciplined reviews of memory safety, concurrency correctness, ABI stability, syscall boundaries, and performance evidence before code ships.
Core Features & Use Cases
- Systems-level change assessment: evaluates ownership/lifetime clarity, resource cleanup, and undefined behavior risk across C, C++, and Rust (including unsafe/FFI).
- Concurrency & locking review: verifies documented lock order, atomic memory ordering, and race/deadlock risk mitigation using sanitizer and tooling expectations.
- Platform & boundary risk checks: assesses ABI/FFI compatibility, syscall surface minimization (seccomp), and file descriptor hygiene (e.g., O_CLOEXEC), including performance profiling requirements.
Quick Start
Ask the agent to review your proposed C/C++/Rust systems change and return a blocking/non-blocking decision with memory safety, concurrency, ABI, undefined behavior, syscall surface, and performance evidence findings.