Brahadeesh

Brahadeesh

Engineering for uncertain environments

Badges

Tastemaker
Tastemaker
Gone streaking
Gone streaking

Maker History

  • Contract-Guard
    Contract-GuardFree and local code, config, dependency and security scanner
    May 2026
  • 🎉
    Joined Product HuntMay 16th, 2026

Forums

Brahadeesh

7h ago

Building StructScope - Making memory layout analysis easier for systems developers

I ve been working on StructScope, a local-first tool for inspecting and analyzing memory layout in C, C++, and Rust projects.

The idea started from a fairly common systems programming problem: understanding struct layout, alignment, padding, cache-line behavior, and ABI differences usually requires a mix of compiler flags, manual inspection, platform-specific knowledge, and trial-and-error experimentation.

StructScope is designed to make that process more visible and easier to reason about directly from source code.

The tool parses struct-like definitions and reports:

Brahadeesh

13h ago

Contract-Guard - Free and local code, config, dependency and security scanner

ContractGuard is a local first VS Code extension that finds security and reliability issues in code, configs, queries, Dockerfiles, and dependency files directly inside the editor. It provides inline diagnostics, a dedicated findings explorer, incremental rescans, severity filtering, SARIF and JSON export, dependency vulnerability checks, secret detection, SQL analysis, regex ReDoS detection, and schema drift analysis without requiring external services.
View more