What problem does it solve? Web applications frequently leak source code, API specifications, and credentials through misconfigured build artifacts, and manually probing dozens of well-known paths is slow and error-prone. This Skill systematizes the detection of source code and build artifact leakage so testers can find high-impact exposures early in a recon session. ## Core Features & Use Cases - Source Map Reconstruction: Discovers .js.map files, extracts original TypeScript/ES6 source, and greps it for hardcoded API keys, secrets, and internal endpoints, with explicit guidance on content-hash rotation so stale 404s are not mistaken for remediation. - API Surface Discovery: Probes common Swagger/OpenAPI paths and parses the JSON to enumerate all endpoints, parameters, and auth schemes. - Repository and Config Exposure: Checks for .git directory exposure (with git-dumper reconstruction and trufflehog history scanning), .env files, build-info, .DS_Store listings, and webpack chunks containing secrets. - Use Case: At the start of an authorized bug bounty engagement, run the phased checks against the target to recover a full source map revealing internal API routes, then chain that into testing undocumented admin endpoints. ## Quick Start Use the hunt-source-leak skill to check my authorized target for exposed source maps, Swagger specs, .git directories, and .env files, then report any secrets or internal endpoints found.