What problem does it solve? Secrets deleted from a repository's HEAD remain in git history and fork networks, and commit metadata leaks author emails and account IDs that the web UI hides. This Skill mines full repository history to recover those identities, internal infrastructure details, and credentials that surface-level scanning misses. ## Core Features & Use Cases - Identity Extraction: Pull commit author emails via the .patch endpoint and API, resolve noreply numeric user IDs that survive account renames, and enumerate org members through commit history and the social graph. - Secret Scanning: Run trufflehog and gitleaks over mirror clones with all refs, then pickaxe (git log -S) for internal hostnames, cloud account IDs, and strings the scanners have no detectors for. - Triage and Confidence Grading: Distinguish real leaks from placeholders, test fixtures, and publishable keys, with a confirmed/probable/unconfirmed/rejected grading scheme. - Use Case: Given only a company website, code-search its internal domain, mirror-clone the discovered repos, extract fourteen author emails, resolve a renamed account via its numeric ID, and recover a deleted terraform.tfstate containing internal hostnames. ## Quick Start Ask the agent to mine the git history of a target GitHub organization for commit author emails, deleted files, and leaked credentials using mirror clones, trufflehog, and gitleaks.