Systems Security Engineer · Open source · Jan 2026–present
uutils/coreutils
Rust replacements for GNU coreutils, with a focus on secure filesystem operations and cross-platform POSIX infrastructure.
- Patched TOCTOU race conditions in install, ln, and tac during the private-disclosure window of a Canonical-funded Zellic security audit.
- Built fd-anchored primitives including mkdir_at, open_file_at, and copy_file_safe for race-resistant filesystem operations.
- Expanded safe_traversal protections from Linux to macOS and FreeBSD; the work is cited as the remediation for CVE-2026-35356 and CVE-2026-35362.
- Rewrote expr’s recursive-descent parser as an iterative parser, eliminating stack-overflow faults on deeply nested input.