Git Coin Community SPAM #174283
Discussion TypeProduct Feedback Discussion ContentIt seems that Github is now being used as a crypto spamming vehicle. Couldn't this be mitigated by throttling Issue creation? |
Replies: 110 comments 115 replies
|
GitHub’s crypto spam problem is out of control, with millions of fake issues and PRs clogging up repos and notifications. Throttling issue creation—especially for new or suspicious accounts—could help slow the spam flood. GitHub already uses throttling to manage system abuse, so expanding it to issues and PRs makes sensegithub.blog+2. |
|
I got the same scam email from notification-on/gitcoin.com#97 |
|
Same scam here gitcoin-developers/gitcoin.com#54 |
|
I have an unread notification from From looking at the security settings on my account, there's no way to block an organization, only individual users, and I can't block a repo that I don't have permissions to see. The documentation on the support site indicates that to report an organization, I need to navigate to its page and click on a button, but that's clearly not possible when the organization is private. This seems like a fundamental issue with Github's permission model. Either they need to prevent people from interacting with users from contexts that aren't visible to the target of the interaction, or they need to provide a mechanism for users to opt-out of those interactions in some way. Otherwise, they're literally just giving spammers free use of their infrastructure. |
|
I have a similar issue: git-notify-co/gitcoin-co#446) |
|
I got 2 spam mails recently for gitcoin and something else. |
|
Currently, I recieve a notification icon from that repo, yet I couldn't see anything, nor can I make the notification go away. |
|
Another one repo:gitcoindeveloperdao/gitcoin.com -____- |
This comment was marked as off-topic.
This comment was marked as off-topic.
|
I hate it grrrrrr |
|
I think GitHub and Gitcoin should take this seriously by make an official announcement about phising. |
|
Got a notification from gitcoin-dev/gitcoin.com |
|
Another one: Gitcoin-Engineer/gitcoin.com#491 |
|
Here is another https://gist.github.com/strugurelhendre522-crypto just registered on github and already spreading scam in gists link |
|
Thanks for the solution provided by the community (using curl to access the API to control notifications( https://github.com/orgs/community/discussions/174283#discussioncomment-14533335 )) ... but, as a commercial software/service, this is still quite outrageous Additionally, I've attached the spam repository I pushed so that other future victims can index this topic: {
"id": "xxx",
"title": "Paradigm | $60M GitHub & Paradigm PD25 [Closed pre-registration]",
"repo": "paradigm-funds/paradigm"
}
{
"id": "xxx",
"title": "Gitcoin Announcement | $15M Github Developer Fund",
"repo": "gitcoinorg/s"
}
{
"id": "xxx",
"title": "Gitcoin Announcement | $15M Github Developer Fund",
"repo": "gitcoincomanager/gitcoinco-dao"
}
|
|
I'm also stuck with these ghost notifications. Really wish there was a simpler fix for this than command line operations. |
Same issue but with above repos. Github letting random people be subscribed to repositories they have never even heard of or given permission to, seems like genAI/LLM agents and engineers at their best working on Github source code. Good job Co-pilot at causing this issue. Making Co-pilot almost impossible to delete just makes the situation worse. |
|
The question is, how do set the status to that notification as read?? That blue dot is killing me |
|
Are these emails still happening for you all? They've stopped for me. |
|
export PERSONAL_ACCESS_TOKEN="xxxx" bash then delete |
|
Now I have endless ghost notifications from these spam repos 🙄 |
|
Looks like it was finally fixed - my notifications are pristine now |
|
This is the state of Github, folks! This is the state of Internet. Enjoy it. |
|
commandini And to think that AI is going to somehow make software better. Cough. Cough. F*CK AI |
|
@github please lock this conversation as it is already many working solutions! And if you are looking for a greater addition on your engineering team, hire me. |
|
Hi everyone! 👋 Thank you all for your patience while our team worked on resolving this issue. This problem has now been addressed, you can read more here: https://github.com/orgs/community/discussions/180956 We're locking this discussion as the issue has been resolved and to help maintain a productive and tidy community for all our members. Thank you for helping us maintain a great community! |






At this point I assume that the Github team is working diligently on preventing events like this from occurring in the future.
That said, if your account was affected and are looking to remove the resulting notification a script has been provided.