Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code written by 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 written by Claude will actually have a warning sigil

Scheduled Pinned Locked Moved Uncategorized
68 Posts 46 Posters 2 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • mcc@mastodon.socialM mcc@mastodon.social

    By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code written by Claude will actually have a warning sigil

    CF

    mozziediver@mastodon.socialM This user is from outside of this forum
    mozziediver@mastodon.socialM This user is from outside of this forum
    mozziediver@mastodon.social
    wrote last edited by
    #16

    @mcc Thanks!

    1 Reply Last reply
    0
    • mcc@mastodon.socialM mcc@mastodon.social

      By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code written by Claude will actually have a warning sigil

      CF

      aho@mastodon.socialA This user is from outside of this forum
      aho@mastodon.socialA This user is from outside of this forum
      aho@mastodon.social
      wrote last edited by
      #17

      @mcc those a good way to figure out bad code...

      1 Reply Last reply
      0
      • mardor@ruhr.socialM mardor@ruhr.social

        @micha
        There is a tiny link at the left, below the achievements, no button.
        @mcc

        micha@23.socialM This user is from outside of this forum
        micha@23.socialM This user is from outside of this forum
        micha@23.social
        wrote last edited by
        #18

        @mardor @mcc wow didn't catch that. Thx!

        1 Reply Last reply
        0
        • mcc@mastodon.socialM mcc@mastodon.social

          By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code written by Claude will actually have a warning sigil

          CF

          beemdvp@techhub.socialB This user is from outside of this forum
          beemdvp@techhub.socialB This user is from outside of this forum
          beemdvp@techhub.social
          wrote last edited by
          #19

          @mcc oh great idea actually, it means we can do a double take on a project's reliability

          1 Reply Last reply
          0
          • coralineada@ruby.socialC coralineada@ruby.social

            @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!

            m@martinh.netM This user is from outside of this forum
            m@martinh.netM This user is from outside of this forum
            m@martinh.net
            wrote last edited by
            #20

            @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 -c

            This 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:claude is of course but one vector for the hungry ghosts...

            1 Reply Last reply
            0
            • mcc@mastodon.socialM mcc@mastodon.social

              By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code written by Claude will actually have a warning sigil

              CF

              stelar@mas.toS This user is from outside of this forum
              stelar@mas.toS This user is from outside of this forum
              stelar@mas.to
              wrote last edited by
              #21

              @mcc amazing tip

              1 Reply Last reply
              0
              • mcc@mastodon.socialM mcc@mastodon.social

                By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code written by Claude will actually have a warning sigil

                CF

                taffer@mastodon.gamedev.placeT This user is from outside of this forum
                taffer@mastodon.gamedev.placeT This user is from outside of this forum
                taffer@mastodon.gamedev.place
                wrote last edited by
                #22

                @mcc Does anyone know if this is triggered by Clod opening a PR or Issue, or is it actual merged commits?

                mcc@mastodon.socialM val@oc.todon.frV 2 Replies Last reply
                0
                • taffer@mastodon.gamedev.placeT taffer@mastodon.gamedev.place

                  @mcc Does anyone know if this is triggered by Clod opening a PR or Issue, or is it actual merged commits?

                  mcc@mastodon.socialM This user is from outside of this forum
                  mcc@mastodon.socialM This user is from outside of this forum
                  mcc@mastodon.social
                  wrote last edited by
                  #23

                  @Taffer merged commits seems to be the only possibility that makes sense, but Microsoft is very mysterious?

                  1 Reply Last reply
                  0
                  • taffer@mastodon.gamedev.placeT taffer@mastodon.gamedev.place

                    @mcc Does anyone know if this is triggered by Clod opening a PR or Issue, or is it actual merged commits?

                    val@oc.todon.frV This user is from outside of this forum
                    val@oc.todon.frV This user is from outside of this forum
                    val@oc.todon.fr
                    wrote last edited by
                    #24

                    @Taffer @mcc It happens when people tell Claude Code to commit their changes and allow it to set --author or Co-Authored-By.
                    The @claude account itself doesn't seem to be doing anything.

                    1 Reply Last reply
                    0
                    • mcc@mastodon.socialM mcc@mastodon.social

                      By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code written by Claude will actually have a warning sigil

                      CF

                      canine3625@mastodon.socialC This user is from outside of this forum
                      canine3625@mastodon.socialC This user is from outside of this forum
                      canine3625@mastodon.social
                      wrote last edited by
                      #25

                      @mcc made a mastodon account to tell you this fucking rules, thank you

                      1 Reply Last reply
                      0
                      • mcc@mastodon.socialM mcc@mastodon.social

                        By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code written by Claude will actually have a warning sigil

                        CF

                        kstrlworks@techhub.socialK This user is from outside of this forum
                        kstrlworks@techhub.socialK This user is from outside of this forum
                        kstrlworks@techhub.social
                        wrote last edited by
                        #26

                        @mcc Consider the following as well:

                        https://github.com/cursoragent
                        https://github.com/gemini-code-assist

                        Copilot doesn't let you block it unfortunately.

                        1 Reply Last reply
                        0
                        • mardor@ruhr.socialM mardor@ruhr.social

                          @micha
                          There is a tiny link at the left, below the achievements, no button.
                          @mcc

                          derekmceachern@infosec.exchangeD This user is from outside of this forum
                          derekmceachern@infosec.exchangeD This user is from outside of this forum
                          derekmceachern@infosec.exchange
                          wrote last edited by
                          #27

                          @mardor @micha @mcc thanks for this, I couldn't find it either

                          1 Reply Last reply
                          0
                          • mcc@mastodon.socialM mcc@mastodon.social

                            By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code written by Claude will actually have a warning sigil

                            CF

                            norbertschuler@norden.socialN This user is from outside of this forum
                            norbertschuler@norden.socialN This user is from outside of this forum
                            norbertschuler@norden.social
                            wrote last edited by
                            #28

                            @mcc works pretty well. I have done an obvious test 😄

                            Link Preview Image
                            1 Reply Last reply
                            0
                            • mcc@mastodon.socialM mcc@mastodon.social

                              By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code written by Claude will actually have a warning sigil

                              CF

                              glyph@mastodon.socialG This user is from outside of this forum
                              glyph@mastodon.socialG This user is from outside of this forum
                              glyph@mastodon.social
                              wrote last edited by
                              #29

                              @mcc thank you for the suggestion, this has proven to be a real engine for interpersonal disappointment

                              1 Reply Last reply
                              0
                              • mcc@mastodon.socialM mcc@mastodon.social

                                By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code written by Claude will actually have a warning sigil

                                CF

                                jkanev@fediscience.orgJ This user is from outside of this forum
                                jkanev@fediscience.orgJ This user is from outside of this forum
                                jkanev@fediscience.org
                                wrote last edited by
                                #30

                                @mcc Nice! Also, leave github and switch to #codeberg. (@Codeberg )

                                1 Reply Last reply
                                0
                                • mcc@mastodon.socialM mcc@mastodon.social

                                  By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code written by Claude will actually have a warning sigil

                                  CF

                                  nick@donotsta.reN This user is from outside of this forum
                                  nick@donotsta.reN This user is from outside of this forum
                                  nick@donotsta.re
                                  wrote last edited by
                                  #31
                                  @mcc oh no
                                  Link Preview Image
                                  P lanodan@queer.hacktivis.meL J praetor@mstdn.socialP theorangetheme@en.osm.townT 7 Replies Last reply
                                  0
                                  • mcc@mastodon.socialM mcc@mastodon.social

                                    By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code written by Claude will actually have a warning sigil

                                    CF

                                    emjonaitis@mathstodon.xyzE This user is from outside of this forum
                                    emjonaitis@mathstodon.xyzE This user is from outside of this forum
                                    emjonaitis@mathstodon.xyz
                                    wrote last edited by
                                    #32

                                    @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?

                                    mcc@mastodon.socialM 1 Reply Last reply
                                    0
                                    • emjonaitis@mathstodon.xyzE emjonaitis@mathstodon.xyz

                                      @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?

                                      mcc@mastodon.socialM This user is from outside of this forum
                                      mcc@mastodon.socialM This user is from outside of this forum
                                      mcc@mastodon.social
                                      wrote last edited by
                                      #33

                                      @emjonaitis The marker appears whenever a git commit is created with the "co-authored-by" label. This is something claude can be configured to not create:

                                      https://code.claude.com/docs/en/settings#:~:text=Claude%20Code%22%2C%20%22pr%22%3A%20%22%22%7D-,includecoauthoredby,-Deprecated%3A%20Use%20attribution

                                      Moreover, one assumes that this only occurs when claude actually *performs the commit*. I would assume there are means of using claude where claude changes the code on disk and then the co-authored-by does not appear. Unfortunately, I don't know how to get an answer to that question without talking to a claude user

                                      mcc@mastodon.socialM 1 Reply Last reply
                                      0
                                      • mcc@mastodon.socialM mcc@mastodon.social

                                        @emjonaitis The marker appears whenever a git commit is created with the "co-authored-by" label. This is something claude can be configured to not create:

                                        https://code.claude.com/docs/en/settings#:~:text=Claude%20Code%22%2C%20%22pr%22%3A%20%22%22%7D-,includecoauthoredby,-Deprecated%3A%20Use%20attribution

                                        Moreover, one assumes that this only occurs when claude actually *performs the commit*. I would assume there are means of using claude where claude changes the code on disk and then the co-authored-by does not appear. Unfortunately, I don't know how to get an answer to that question without talking to a claude user

                                        mcc@mastodon.socialM This user is from outside of this forum
                                        mcc@mastodon.socialM This user is from outside of this forum
                                        mcc@mastodon.social
                                        wrote last edited by
                                        #34

                                        @emjonaitis The .claude directory is, *as far as I know* (again, this is partially assumptions) configuration for claude to help it work with the codebase. Anyone who adds such a directory is essentially *inviting* claude commits. However technically they might not be using it to create code, they technically could be using it to answer questions about the codebase. Technically. One assumes this results in as much global warming as using it to write code however.

                                        kstrlworks@techhub.socialK kevingranade@mastodon.gamedev.placeK 2 Replies Last reply
                                        0
                                        • mcc@mastodon.socialM mcc@mastodon.social

                                          @emjonaitis The .claude directory is, *as far as I know* (again, this is partially assumptions) configuration for claude to help it work with the codebase. Anyone who adds such a directory is essentially *inviting* claude commits. However technically they might not be using it to create code, they technically could be using it to answer questions about the codebase. Technically. One assumes this results in as much global warming as using it to write code however.

                                          kstrlworks@techhub.socialK This user is from outside of this forum
                                          kstrlworks@techhub.socialK This user is from outside of this forum
                                          kstrlworks@techhub.social
                                          wrote last edited by
                                          #35

                                          @mcc @emjonaitis For context this flags people using agentic coding, i.e., having Claude code running on your machine, actively going through your folders and making changes. If they allow Claude to commit, it will do so under its own name unless disabled. This is the same with Cursor and Gemini.

                                          The .claude folder in repos means they're using Claude to write the code; it's a per-project config file for the tool. It's similar to a .cursor file; it means it was used to write the code and is a better indicator than the co-authored commit.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups