What problem does it solve? Developers accidentally commit API keys, passwords, and tokens to public repositories, and this Skill finds those leaked credentials before they are revoked, giving penetration testers valid access paths during authorized security assessments. ## Core Features & Use Cases - Targeted GitHub Dorking: Run GitDorker and GitHub API code searches against a target organization to locate .env files, config files, and credential patterns. - Deep Secret Scanning: Use TruffleHog and gitleaks to scan entire organizations, including deleted commit history, and filter for verified secrets. - Real-Time Leak Monitoring: Watch new commits with shhgit for secrets being pushed right now, plus scan self-hosted GitLab instances and extract document metadata. - Use Case: During an authorized engagement against target.com, scan the organization's public repos with TruffleHog, verify any discovered tokens with minimal API calls, and document file paths, commit hashes, and line numbers for the report. ## Quick Start Scan the public GitHub repositories of organization target for leaked API keys and credentials, verify any findings, and report the exact file paths and commit hashes.