By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code credited to Claude will actually have a warning sigil
-
By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code credited to Claude will actually have a warning sigil
CF
@mcc done, although in the process of blundering around looking for the block button I have apparently inadvertently opted into copilot
β
οΈ -
@mcc done, although in the process of blundering around looking for the block button I have apparently inadvertently opted into copilot
β
οΈ@bmartin427 github is basically now a website-sized dark pattern to opt you into copilot without your knowledge

-
By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code credited to Claude will actually have a warning sigil
CF
@mcc Thanks!
-
By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code credited to Claude will actually have a warning sigil
CF
@mcc those a good way to figure out bad code...
-
-
By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code credited to Claude will actually have a warning sigil
CF
@mcc oh great idea actually, it means we can do a double take on a project's reliability
-
@mcc I actually built the feature that warns you about blocked users, back when I worked for Github for a minute. Could not have predicted this use case!
@CoralineAda @mcc Thank you so much for this, Coraline - you may have just saved humanity!
Hmmm. Perhaps we could use the GH API to give us an early warning when a much loved codebase is compromised. Maybe starting with something like this:
curl -s -H "Authorization: Bearer $AUTH_TOKEN" \
-H "Accept: application/vnd.github+json" \
"https://api.github.com/search/issues?q=is:pr+is:merged+author:claude&per_page=100&page=1" \
| jq -r '.items[].repository_url | sub("https://api.github.com/repos/";"")' \
| sort \
| uniq -cThis gets us a very lazyweb list of recently infected repos, although there are only ten results returned, with no pagination. That's a bit less than the 2.3 million commits reported in the web UI
1 biner88/chart_sparkline
1 davidray/twitter-bootstrap-calendar
1 laudspeaker/laudspeaker
1 ripienaar/free-for-dev
4 segmentio/action-destinations
2 uptech/flutter_app_analytics
(etc)Also
author:claudeis of course but one vector for the hungry ghosts...
-
By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code credited to Claude will actually have a warning sigil
CF
@mcc amazing tip
-
By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code credited to Claude will actually have a warning sigil
CF
@mcc Does anyone know if this is triggered by Clod opening a PR or Issue, or is it actual merged commits?
-
By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code credited to Claude will actually have a warning sigil
CF
@mcc Signed in specifically to do this. Thanks.
-
@mcc Does anyone know if this is triggered by Clod opening a PR or Issue, or is it actual merged commits?
@Taffer merged commits seems to be the only possibility that makes sense, but Microsoft is very mysterious?
-
@mcc Does anyone know if this is triggered by Clod opening a PR or Issue, or is it actual merged commits?
-
By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code credited to Claude will actually have a warning sigil
CF
@mcc made a mastodon account to tell you this fucking rules, thank you
-
By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code credited to Claude will actually have a warning sigil
CF
@mcc Consider the following as well:
https://github.com/cursoragent
https://github.com/gemini-code-assistCopilot doesn't let you block it unfortunately.
-
-
By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code credited to Claude will actually have a warning sigil
CF
@mcc works pretty well. I have done an obvious test


-
By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code credited to Claude will actually have a warning sigil
CF
@mcc thank you for the suggestion, this has proven to be a real engine for interpersonal disappointment
-
By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code credited to Claude will actually have a warning sigil
CF
-
By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code credited to Claude will actually have a warning sigil
CF
@mcc oh no -
By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code credited to Claude will actually have a warning sigil
CF
@mcc interesting. Iβm not sure about the sensitivity of this as a marker; when I go to a repository I use a lot, I donβt see this banner, but I do see a recently edited folder called .claude β am I misunderstanding when I assume that means some of the code has been written by this tool?