Found 128 repositories(showing 30)
hangsman
claude code source map v2.1.88
AprilNEA
Claude Code source code recovered from source map
xorespesp
Complete TypeScript source code of the Claude Code CLI, reconstructed from source maps and runnable locally.
Onewon
claude-code full original source code from source maps
Exhen
Source code of @anthropic-ai/claude-code v2.1.88, extracted from the npm package's source map (cli.js.map). 1,906 TypeScript files recovered for reading and study.
l3tchupkt
Claude Code's Source Code & Breakdown from a leaked map file in their NPM registry
growthenginenowoslawski
Open-source Claude Code skills for cold email and outbound sales. Grade campaigns, export Prospeo searches, scrape Google Maps — all from Claude Code.
Safphere
Claude Code v2.1.88 - Full TypeScript source restored from npm source map
zwl698
本仓库通过 npm 发布包(@anthropic-ai/claude-code)内附带的 source map(cli.js.map)还原的 TypeScript 源码,版本为 2.1.88。本从仓库翻译为go版本
bcefghj
Claude Code 源码解析报告 - 基于2026年3月31日npm source map泄漏事件的完整技术分析
OrcaWhisper
Claude Code source archive reconstructed from the published npm source map.
Skyexu
基于 @anthropic-ai/claude-code@2.1.88 npm 包通过 source map 还原的 TypeScript 源码,深度分析 Claude Code 的核心实现机制,整理为交互式 HTML 报告,方便阅读学习。
davccavalcante
Anthropic Claude Code CLI — Official CLI/TUI coding agent, rebuilt from a leaked source map v2.1.88 (March 2026).
ddshub1
Claude Code Source Code and source map Leak 源码在dropbox以放被删
KoushikBaagh
This repo was forked from source code leak of Claude code via a map file in their npm registry, Refer: https://x.com/Fried_rice/status/2038894956459290963?s=20
lyconear
Claude在发布3.7的时候,不是顺便发了一个叫Claude Code的命令行工具么,这个工具是用nodejs实现的npm包,但源码已经过了压缩和基础混淆。不过有人发现它在 0.2.8 版本之前,居然使用的开发环境配置来打生产包,导致打来出的mjs文件有22M之大,文件巨大是因为它使用了 inline-source-map,这个玩意可以直接被反解成源码,混淆了个寂寞。随后 Claude 光速删除了 0.2.8 之前的包,在 0.2.9 修正了问题,不过 github上还是有人发了 0.2.8 开源版 https://github.com/dnakov/claude-code/, 非常值得研究
niteshjaitwar
Unofficial extracted TypeScript source code of Anthropic's Claude Code CLI, recovered from the published npm source map.
ukgorclawbot-stack
Restored source tree for @anthropic-ai/claude-code 2.1.88 reconstructed from cli.js.map sourcesContent.
jengzang
A mirror of the Claude Code CLI source code as reconstructed from the npm package source maps leaked on March 31, 2026. This repository is for educational and security research purposes only, providing insight into Anthropic's CLI implementation, telemetry logic, and the upcoming "Capybara" model integration.
beyondlong
我发现 `@anthropic-ai/claude-code@2.1.88` 的 npm 包里曾经带有 `cli.js.map`,于是基于这份 source map,恢复出了一套可阅读的 TypeScript 源码目录。
yanisvdc
Why Claude Code leaked: a deep dive into npm packaging failures, source map exposure, and modern supply chain security risks.
June01
Restore Claude Code TypeScript source from its own npm package (v2.1.88) using the accidentally shipped source map — no mirrors, fully verifiable.
thtskaran
We read all 512K lines of Claude Code's accidentally exposed source. 82 docs, 15 diagrams, every subsystem mapped — from the hidden YOLO safety classifier to multi-agent swarms.
SatoMini
This repository restores the TypeScript source code from the source map (cli.js.map) included in the npm release package (@anthropic-ai/claude-code), version 2.1.88.本仓库通过 npm 发布包(@anthropic-ai/claude-code)内附带的 source map(cli.js.map)还原的 TypeScript 源码,版本为 2.1.88
sagar-jaixwal
On March 31, 2026, Anthropic accidentally published the entire source code of Claude Code - its flagship AI coding agent - inside an npm package. No hack. No reverse engineering. A missing .npmignore entry shipped a 59.8 MB source map containing 512,000 lines of unobfuscated TypeScript across roughly 1,900 files.
claude-code-internals
A buildable and runnable source project reconstructed from the @anthropic-ai/claude-code@2.1.88 npm package (with cli.js.map). Runtime is Bun. Zero modifications to any original src/ or vendor/ files.
claude code source map v2.1.88
TasosY2K
Recent claude code source code leaked from a public map file in an Anthropic npm registry
miles990
Deep research on the Claude Code v2.1.88 source map leak (2026-03-31). Architecture, security, design patterns analysis.
paulosalvatore
Interactive study of Claude Code's architecture — bootstrap flow, tool system, 44 hidden features, subsystems map, and code archaeology from the March 2026 source leak