What problem does it solve? Open-source supply chain attacks are hard to prove: attackers force-push to erase malicious commits, delete issues and PRs, and cover their tracks. This Skill provides a structured 7-phase forensic framework that recovers deleted evidence, cross-verifies findings across independent sources, and produces an evidence-backed investigation report instead of guesswork. ## Core Features & Use Cases - Deleted Evidence Recovery: Recover force-pushed commits via direct GitHub URLs, the Git API, git fsck dangling objects, and Wayback Machine snapshots of deleted issues and PRs. - Multi-Source Parallel Investigation: Coordinate five specialist investigators covering local git analysis, the GitHub REST API, Wayback Machine CDX, GitHub Archive via BigQuery, and IOC enrichment, each with strict role boundaries. - Anti-Hallucination Evidence Discipline: Every claim must cite an evidence ID from a SHA-256 integrity-checked evidence store, and hypotheses are mechanically validated before being accepted. - Use Case: A maintainer suspects a contributor's account was compromised after an unusual release. The Skill extracts IOCs, detects a force-push in GH Archive where distinct_size=0, recovers the erased commit containing a malicious workflow file, and generates a forensic report with a validated compromise hypothesis and remediation steps. ## Quick Start Ask the agent to investigate the GitHub repository owner/repo for signs of supply chain compromise and produce a forensic report.