kyber: function-level code quality analysis for Go

Existing Go linters tell you which lines break a rule. kyber tells you which functions carry the most risk, using twelve metrics — McCabe, cognitive, Halstead, maintainability index, and structural signals — in one pipeline.

July 5, 2026 · 8 min · Omar Crosby

nasm-lint: static analysis for NASM x86 in three shapes

One Rust-written analyzer for NASM assembly, delivered as a CLI, an LSP for editor diagnostics, and a GitHub Action that emits SARIF for GitHub code scanning.

July 4, 2026 · 3 min · Omar Crosby