denandz/sourcemapper
Extract JavaScript source trees from Sourcemap files observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 94
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2917
- days_rel: n/a
- days_push: 40
- n_releases_24m: 0
Adoption not part of the score
1442 stars · 142 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Sourcemapper is a Go CLI tool that parses JavaScript sourcemap (.map) files, whether from URLs or local directories, and reconstructs the original source tree from them. It is commonly used in security assessments to recover unminified source code exposed by web applications.
Use cases
- extract original JavaScript source files from webpack sourcemaps
- recover source code from exposed .map files during a pentest
- download and parse a sourcemap from a URL and recreate the source tree
- recursively process a directory of .map files to dump sources
- fetch a JS bundle and automatically locate its sourcemap
- audit a website for accidentally published sourcemaps
When to choose
- you need to reconstruct original JS sources from sourcemap files
- you are doing web application security testing and want to mine exposed .map files
- you want a simple, fast Go binary with proxy and custom header support
When to avoid
- you need to generate sourcemaps rather than extract from them
- you need a GUI or library API rather than a command-line tool
- you need to process non-JavaScript sourcemaps or other build artifacts
Facets
cli-tool · maturity stable
parser web-scraping security developer-tools security web-development developer-tools cli windows cross-platform sourcemaps javascript recon pentesting webpack source-recovery command-line linux macos
1 source
- readme: https://github.com/denandz/sourcemapper · fetched 2026-08-28 · c1a523c603bd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| denandz/sourcemapper | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="denandz/sourcemapper")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem