Skip to content

Instantly share code, notes, and snippets.

View Mathi27's full-sized avatar
🤔
Building things

Mathi Yuvarajan Mathi27

🤔
Building things
View GitHub Profile
@Mathi27
Mathi27 / postmortem-source-map-exposure-claude-code.md
Created April 1, 2026 02:05
Claude Code Source Exposure — Technical Breakdown

Claude Code Source Exposure : Technical Breakdown

Summary

A production npm package unintentionally included a source map (.map) file, enabling reconstruction of a large portion of the original TypeScript codebase.

  • ~512,000 lines of code
  • ~1,900 files
  • Multiple internal systems exposed
@Mathi27
Mathi27 / py
Created January 10, 2026 04:52
To develop a performance‑critical data movement routine for a simulated execution environment that models strict instruction timing. The goal is to move a fixed number of elements from an input buffer into a newly allocated output region.
# Todo :