@aburka
git clone https://github.com/Hyper66666/claude-code-sourcemap
cd claude-code-sourcemap
node extract-sources.js
2 Inspect the map
npm pack @anthropic-ai/claude-code@2.1.88
tar -xzf *.tgz
cat package/cli.js.map | grep -A 5 -B 5 "sourcesContent"
3. search for sensitive data
grep -R "API_KEY\|SECRET\|r2.dev" restored-src/
There is your leaked source code from where you can adapt the .json file to do what you essentially want.
This is known on the net so don't worry. It's on Anthropy to fix this while they don't and deny it even.
In reply to
zer0unplanned
@zer0unplanned@friendica.rogueproject.org
friendica.rogueproject.org
zer0unplanned
@zer0unplanned@friendica.rogueproject.org
friendica.rogueproject.org
@zer0unplanned@friendica.rogueproject.org
·
Apr 07, 2026
0
0
0
Loading comments...