Anthropic's Claude Code CLI had its full TypeScript source exposed after a source map file was accidentally included in ...
I started this website as a hobby since I had a passion for the Windows OS, but it’s now a multi-author website. I assume that readers like you are liking this site and finding the content interesting ...
事情的起点,是 npm 上发布的 Claude Code 2.1.88 安装包。包里混进了一个本不该公开的 map 文件。这类文件原本只是开发阶段的调试工具,用来在代码被压缩、打包之后,依然能把报错信息对应回原始源码中的具体位置。
但泄露出去的代码也证明了 Claude Code 是真正的生产级系统:512,000 行代码、六层权限防线、企业级遥测系统、完整的多代理编排。这些不是一个玩具项目应该有的复杂度。对于那些本来不确定 Anthropic 工程能力的潜在投资者,这或许反而是一次意外的技术背书。