There's a fraudulent GitHub account that's stolen my bio and cloned one of my repos. I've reported to GitHub.<p>I'm seeking HN advice about the technical git aspects, because the fake user has somehow inserted themself as the "author" of many commits, then listed me as the "committer".<p>What are any ways to help protect from this kind of attack and/or fraud? And how are HN people protecting from this kind of attack, meaning how to verify genuine authors and genuine repos, and block fake authors and fake repos?<p>Here's me and the real repo:<p><a href="https://github.com/joelparkerhenderson/architecture-decision-record">https://github.com/joelparkerhenderson/architecture-decision...</a><p>Here's the fake user and the fake commits:<p><a href="https://github.com/bestsoftwareandcodereviews3/architecture-decision-record/commits?author=bestsoftwareandcodereviews3">https://github.com/bestsoftwareandcodereviews3/architecture-...</a><p>The problem seems to be much larger than just me, because there are many similar fake accounts, that are stealing bios and forging commit histories for many popular open source repos such as Granite, Fastlane, Apollo GraphQL, einops ML,
etc.<p><a href="https://github.com/bestsoftwareandcodereviews1">https://github.com/bestsoftwareandcodereviews1</a><p><a href="https://github.com/bestsoftwareandcodereviews2">https://github.com/bestsoftwareandcodereviews2</a><p><a href="https://github.com/bestsoftwareandcodereviews3">https://github.com/bestsoftwareandcodereviews3</a><p><a href="https://github.com/bestsoftwareandcodereviews4">https://github.com/bestsoftwareandcodereviews4</a><p>etc.<p>Update: I'm now in touch with some of the other real authors. One discovered the fraud 10 days ago, reported it to GitHub, yet still hasn't had any response.
> I'm seeking HN advice about the technical git aspects, because the fake user has somehow inserted themself as the "author" of many commits, then listed me as the "committer".<p>Yes, that's how git works. As simple as git commit --author="John Doe <john@doe.org>"<p>Enable Vigilant mode on Github and any unsigned commits will be shown as "Unverified" <a href="https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits" rel="nofollow">https://docs.github.com/en/authentication/managing-commit-si...</a>
I think one of the easiest way is to buy a domain name, create a project pages and links to your real github profile and projects you've participated on. It's harder to spoof domain name.<p>Anyone else just need to do some due diligence. You don't trust random pages on Facebook, so why should you trust Github profiles either? And I'm not saying to trust your project page, but it's way easier to verify that way. And that's why I like when open source projects have their own website.
> <i>meaning how to verify genuine authors and genuine repos, and block fake authors and fake repos?</i><p>Signed commits maybe…<p>In my opinion, you’re thinking about this wrong. GitHub is the same as any other online platform…<p>It doesn’t matter “who you say you are”, it’s the reputation that people trust (follows, stars etc…)… and reputation cannot be faked (very easily)