Source maps (.js.map files) let browser dev tools show your original, unminified source code and comments for debugging — if they're publicly accessible on a production site, anyone can reconstruct your full readable source code, including internal comments and logic never meant to be public.
A .js.map file lets anyone reconstruct your original, unminified source code from the compiled file the browser actually loads — including comments, variable names, and logic you didn't intend to publish.
No .js.map files are accessible on your live production site.
Fix it, then re-scan — the check confirms itself. No manual checkbox, the scan is the truth.
Run this check in H.I.V.E. →