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 discovery of source maps, Swagger/OpenAPI definitions, .env files, exposed .git repositories, and debug endpoints during reconnaissance. ## Core Features & Use Cases - Source Map Reconstruction: Discovers content-hashed .js.map files, extracts original TypeScript/ES6 source, and greps it for hardcoded API keys, secrets, and internal endpoints. - API Surface Discovery: Enumerates swagger.json/openapi.json paths and parses them to list every documented endpoint, including internal routes not visible in the UI. - Credential & History Exposure: Tests for .env and .git exposure, reconstructs repositories with git-dumper, and scans git history with trufflehog for past secrets. - Use Case: At the start of an authorized bug bounty engagement, run the quick-win checks against the target to find an exposed asset-manifest.json, follow it to a live source map, and extract a hardcoded API key that unlocks the rest of the attack surface. ## Quick Start Run the source leak hunt against https://target.example.com and report any exposed source maps, Swagger files, .env files, or .git directories you find.