253 pointsby cdnsteve7 hours ago31 comments
  • outloudvi6 hours ago
    • Luc6 hours ago
      • lucasoshiro5 hours ago
        Thanks. I'm upvoting that instead
    • xdavidliuan hour ago
      I made it about two paragraphs in the paraphase before I hit this sentence and realized

      > The detail that turned a suspicious directory into a story: the encryption key.

    • bbor2 hours ago
      So strange that this is still up 5 hours later… dang, I am yet again begging you to stop trying to roll your own forum ethos. It’s okay. You’re safe now. We can modernize without losing the magic. I know I know, shh, it’s okay, don’t worry, just flip the markdown and automod switches I know you have…

      (<3)

  • philbo5 hours ago
    Tangential, mildly amusing thing I noticed while implementing my own harness: GLM and particularly Deepseek are both fond of trying to read dotfiles and anything listed in your .gitignore files. I only noticed it because I have separate read scopes for project files, ignored files, dotfiles and external files, so the latter three always prompt me for approval.

    I'm sure there's a perfectly reasonable explanation for it, which has nothing at all to do with exfiltration of secrets, but it does amuse me when it happens. I imagine the labs have access to lots of secrets that various actors would like to get their hands on...

    (shameless plug for my own harness, which is open source and doesn't have a backend to send any data to: https://www.opairdev.org/ )

    • princevegeta893 hours ago
      It is no longer surprising to me that my cursor acts as if it does not recognize the .env file, and while I am editing it, it does not give inline suggestions;

      however...when it is debugging problems or responding to questions about the code, it will just say it read my env file and found xxx environment variables as a verification step, or sometimes it will even mention that I need to uncomment some environment variables in the env file, which makes the whole deal about security feel iffy giffy....

    • alightsoul5 hours ago
      Grok does or did the same thing, this is embarrasing
  • Aldipower6 hours ago
    That the article cannot distinguish between the git history 'git log' and the git repository, which is meant here, tells a lot.

    Claude Fable uploads my git history (git log) every day to the Anthropic servers!

    • vikramkr5 hours ago
      It's funny because the author of the article is obviously Claude but most Claude models would definitely know the difference. Some sort of free tier model being used to summarize some other blog that's also ai translated originally it seems.
    • TuxSH4 hours ago
      Does it do so while using an asymmetric key encryption key?
      • eli3 hours ago
        Kind of? It uses SSL
    • bbor5 hours ago
      This is bad-faith AI slop rephrasing the original article, but regardless: the extent of the issue is far, far, far beyond the metadata you're discussing. No one has 300MB of commit messages.
  • v3ss0n5 hours ago
    Never use a Harness if it is not opensourced.

    DeepSeek Harness is my favorite for coding. Hermes is my favourite for Other things , followed by OpenCode (sucks at managing long running services) .

    Others swear by Pi.dev

    • wyrdcurt2 hours ago
      ZCode is pretty bloated anyway, in my experience. I used it for a while because Z.ai offers a subscription usage multiplier for using it, but despite that, I found myself hitting limits less often when I switched to Pi (and performance is the same, if not better).
    • tontinton4 hours ago
      • v3ss0n3 hours ago
        looks cool would be nice if its GUI , terminal have limitations .
        • aftbit2 hours ago
          Funnily enough, I feel the exact opposite! The limitations of terminal make them portable while still being more than powerful enough. But then I've used vim as my editor for going on 15 years now so I'm biased.
    • drdexebtjl5 hours ago
      Z.ai are temporarily offering unlimited usage during off-peak hours with their harness, which is a pretty good deal if your project is public even with this news.
      • oathvz5 hours ago
        All fun and game until it also silently uploads your other things.
        • DaSHacka5 hours ago
          You could always sandbox it or run it in a container
          • codedokode2 hours ago
            You should use a sandbox. It is dumb to run any proprietary software without a sandbox, especially LLM-powered.
          • lenerdenator4 hours ago
            Shouldn't do that, either.

            Mind and marketshare are currency in this space. Either these people are honest and deserve your trust and business, or they don't. They've been mischaracterizing the way they've been handling your data. Shut them off accordingly until they make things right.

            • DaSHacka3 hours ago
              I mean, it's just basic access control. You don't need to trust every program you run with 100% of all your personal/private information, just confine it to a specific domain accordingly.

              I'm fine with certain codebases and configs being shared, but not others, hence the sandbox/container recommendation. I suspect many others are the same way.

              • lenerdenator3 hours ago
                It's less about access control and more about corporate behavior control. When you ask a contractor to come fix something about your home, you don't have to clarify to them that they shouldn't also be snooping around the bedroom drawers and taking pictures to be stored somewhere.

                You shouldn't have to go and create zero-trust environments for things to operate in because tech companies can't be trusted to be honest and transparent about how they handle your data. It should be a given that they're up-front about what they do with it within the various terms and licenses, and easy to enforce those terms.

                Those that cannot behave in such a way should get exactly zero of your business, even if the product is free and you can set up ways to block any sort of intrusions.

  • codedokode32 minutes ago
    Is it much different from Apple and Google who trick user into agreeing and upload all user's data into a US cloud for convenient LE access?

    Also, as I understood, this is a feature to allow server-side indexing of the project. But of course I wouldn't run this, and I generally wouldn't run any IDE or AI tools without a sandbox.

    Sadly this plague of silent auto-updates is spreading to Linux. For example, browser plugins in Firefox on Linux can silently auto-update without user consent and without any checks and can be used as backdoors. Furthermore, the auto-updates are not using a package manager; firmware also seem to quietly update and also is not using a package manager.

  • tancop6 hours ago
    Closed source agents are a red flag no matter if its China or America. Always use an open harness with a good reputation and enough users that someone will notice if they push malicious code like this one here. Right now that's Opencode and Pi.
    • hypfer6 hours ago
      I wouldn't list Opencode as "good reputation".

      They had their own unbound "harness scans the whole user directory" oopsie and handled concerns about that by introducing code signing.

      Which, yes, does have absolutely nothing to do with that issue.

      I guess by now it is better, but to me they seem to lack the engineering culture necessary for a "good reputation" stamp.

      __

      Ref: https://github.com/anomalyco/opencode/issues/14925#issuecomm...

      among other issues.

      • gwerbin6 hours ago
        How about the one where if you start a session outside of a Git repository, the "worktree root" is set to /. Bug report closed as "not planned".
        • hypfer6 hours ago
          FWIW, I don't think that they're being malicious. They instead just seem to have no idea nor do they care.

          And the original comment I've replied to proves this strategy right! So from a business standpoint: excellent work.

          • bbor5 hours ago
            Glad my arbitrary failure to try them has worked out! For people seeking OS-native harnesses, I can recommend Factory's Droid. I know I'll be returning to it with my head hung low today, after I uninstall ZCode.

            It does have a "mission" feature that's stuck in the strange, distant times of 2025 by way overdoing mandatory verification steps, which means they don't support swarms/workflows/crews/fleets yet -- that is, it's all done in sequence. But they have the boring, corporate engineering attitude that I think we're are all craving rn, and generally seem competent.

            I can heartily dis-recommend Vix, even though they gamed themselves to the top of at least one ranking site that shall not be named; exactly like the quasi-bad-faith incompetence described with OpenCode above, but without even the "Open-" branding! Though perhaps that word has been so thoroughly burnt as a prefix by Sam Altman & Microsoft's criminal behavior that we should let it go...

            Is this how "FLOSS" wins over "OSS"? Not with an ideological bang, but with a marketing issue?

            • hypfer5 hours ago
              > Is this how "FLOSS" wins over "OSS"? Not with an ideological bang, but with a marketing issue?

              Nah, I don't think so. Also, we arguably do not want FLOSS to "win" over OSS, because that just means people with no taste or sense cluttering up the repos, issues and support chats.

              "Open" being used as a signal for non-hacker people was a weird and unpleasant development, but, if you think about it, it might be a blessing in disguise and shall keep them away from the more pleasant spaces.

              It's not that they'd care about being scammed, mistreated and rug-pulled anyway. They want that. They do it themselves all the time. Every time they encounter a space that treats them well, they terraform it into baseline miserable-ness.

              So let them have the "Open" prefix. It's just words, anyway.

              • bbor4 hours ago
                This is kinda beside the point and this whole thread may be wiped when dang wakes up and notices the AI slop article we're commending under, but your reply is thought provoking so I'll attempt a response anyway;

                I'm sure you're far more experienced than I with basically every aspect of this discussion, but I'd argue that's given you a blindspot, here. I'll hit some specifics below, but the headline is that you're effectively taking a stand against Eternal September II -- a goal that I hope we can all agree would be quixotically antisocial, given what followed the first one!

                  we arguably do not want FLOSS to "win" over OSS
                
                I think(/hope) that fellow FLOSS proponents would passionately disagree. FLOSS isn't a brand of chatroom, nor even merely a community: it's an ethos regarding labor, property, and liberty. Demanding that all users of your software are also activists for your particular take on intellectual property is clearly a doomed undertaking for anything beyond a toy or library, anyway.

                Didn't you get into this stuff to change the world? To liberate the oppressed, undereducated, and forgotten with the radical power of the information superhighway? Cause it reads here like you're more motivated by selfishness (not wanting to bother talking to people with less expertise than you) and resentment. On that note...

                  They want that. They do it themselves all the time.
                
                Here you equate "non-hacker people" with software engineers you don't agree with, it seems. You're ofc welcome to think companies X Y & Z produce "miserable-ness", but as absurd as it sounds, it sure seems like you've forgotten the fact that some users are not developers. Many, in fact! Over 99%, even!

                Less confrontationally; my mom is in her late 60s, and is pretty computer-literate for her age after decades of knowledge work. Surely you'd agree that she's not, like, evil for using OSX, iOS, GMail, Word, etc.? That she didn't chose those things because of a philosophical commitment to defending IP laws, but rather because of structural reasons? Even if she were pro-IP, wouldn't we want to win good, well-meaning people to our side?

                  So let them have the "Open" prefix. It's just words, anyway.
                
                I do agree with this still, but as a philosopher I just have to say that everything is just words. It's language games, in fact! Which is why I simply had to reply.

                I hope none of the above was rude; I'm trying hard to keep my passion for this topic from pushing me past HN guidelines :)

                • hypfer3 hours ago
                  Cutting things short:

                  > but I'd argue that's given you a blindspot, here

                  I'd argue it's the opposite. The idealism there _is_ the blindspot. Not the other way round.

                  You can't save everyone. And you will die trying.

                  That's the first thing that gets (or should get) hammered into people's heads when they pick up a career in all things social.

                  Which isn't to say that we shouldn't dream, but I believe that our dreams should be optimized for maximum gain with minimum pain.

      • edude036 hours ago
        Their reputation is “bad” but not because of privacy concerns. I personally think they’re trustworthy
        • my-huge-pony5 hours ago
          We use opencode with self hosted llm for privacy reasons. Good, right? Well, no, because opencode by default uses a "free" cloud model to summarize all chats even if a different model was configured as the main one.

          I wonder how many opencode users upload their private secrets to the cloud, while thinking they're using a self hosted model.

          Btw. I don't think this is malicious, just sloppy.

      • blfr6 hours ago
        Why?
    • mikkelam6 hours ago
      codex is also open source, though im not so sure about the reputation aspect.

      The same can be said about opencode though.

  • nolok4 hours ago
    While we're on this, I find it really really weird how windows defender insists on sending my codex work files for analysis all the time (which I block in automatic permissions so it has to ask me in a notification). I don't think i've seen it ask to upload more than one or two things, and it doesn't do it with other AI app I use (eg Claude Code) but they really want to see what's inside my codex files.

    It's easy to trigger, I just need to go inside Codex settings and change something, it saves and instantly windows defender who never wants anything want to "you may be at risk, let me upload that for analysis yes/no".

  • nullbioan hour ago
    Evidently there's not a single inference provider that can be trusted. This is why I don't use OpenRouter either. How am I supposed to trust all of those random providers I've never heard of, when I can't even trust the ones I have heard of? Day by day, the entire industry is hellbent on proving that open-weights and self-hosting is the only safe path forward for us all.
  • mococa6 hours ago
    That’s explains the 300 million of tokens on the weekend only if you use their tool.
    • nullbioan hour ago
      It explains why they were letting people use their model for free too.
  • weiran5 hours ago
    I've been using ZCode since it's initial release and can't find any of this in my data. There aren't any logs showing capture or upload, and I don't even have a ~/.zcode/v2/checkpoints/ directory.

    So unless they've cleared it all with a recent update then it doesn't seem to affect everyone.

    • nullbioan hour ago
      Is there actually any proof of this, beside this Claude written website and a random x post from some unknown person? Would be nice to have confirmation from someone with a reputation. It's probably true, but you never know...
  • 5 hours ago
    undefined
  • 4 hours ago
    undefined
  • 6 hours ago
    undefined
  • crossroadsguy4 hours ago
    At this point does any of us/you really think all those piss-cheap tokens are coming out of thin air? That unlimited token-usage during certain hours was not coming from Chinese side of Himalayan glaciers, was it?

    Besides why would you use a closed source harness from a certain place, even if you decide to use the model (if nothing then for the price alone). And, that first remark wasn't just for ZAI but all the providers.

    At this point: wrapping the harness around something like sandbox-exec or agent-safehouse is a must. Better still, create a new user account (after so much resistance I am warming up to the idea).

    Will ZAI see a blowback after this news? Naah. People will keep using it. Hell, I will keep using it. That's how it is now - post truth and post LLM world.

    PS. Anyone singing praise of OpenCode here, it's literally one of the worst harneses, open or not. Just look at their fricking issues - the strategic and rampant placements of "no planned" is mind boggling. And for what? Slightly better than ClaudeCode in token consumption and that too starts getting muddled after a while.

    • nullbioan hour ago
      OpenCode performs the worse on benchmarks out of all harnesses too.
  • 6 hours ago
    undefined
  • loh6 hours ago
    I recently began playing around with ZCode. Works pretty well. Super sketchy though if it is in fact silently uploading full git history of every user's projects. This is why we need not only open weight models, but open source harnesses as well. Luckily the project I'm trying ZCode on is already open source (Molecule.dev), and I'm already allowing full telemetry with my other agents/harnesses (e.g., Claude) for this particular project, so it's not a huge deal in my case, but it's obviously a huge deal for anything proprietary.
  • alightsoul5 hours ago
    This sounds a lot like the same thing Openai did with navier stokes, but Openai is more stealthy about it.
  • api6 hours ago
    Lots of modern software plays it loose with privacy, but this IMO crossing a second line: doing so with zero notification whatsoever, in a massively intrusive way, against data that is almost certainly private and possibly illegal to exfiltrate, with no obvious way to turn it off.

    That crosses into outright malware.

    Makes me not want to use GLM or other Z.ai models either, since who knows what interesting easter eggs are embedded in their training data.

    You know... (puts on foil hat)... I did notice that Z is also the weird Russian logo for their invasion of Ukraine and Russia and China have cooperated to some degree (or at least China is helping Russia in exchange for access to resources). I dismissed this when I first thought of it, but I will now leave it here. Still probably coincidence but my Bayesian priors were just updated in its direction very slightly.

    • menaerus6 hours ago
      How do you know this is not true with other vendors? I'm not defending them but I wouldn't believe anyone in this business unconditionally. Anthropic agent fwiw is not open source, gemini and codex are.
      • nullbioan hour ago
        People have found many nasties embedded in Claude Code over the last couple of years. You can't trust a closed source harness. You can barely trust an open source one.
    • 5 hours ago
      undefined
  • hn1rig3rak5 hours ago
    Built a similar read-scope gate and the fiddly bit was symlinks escaping the project root.
  • rfgplk5 hours ago
    This is all publicly available anyways, who cares? Also you're practically consenting to it when you run an agent locally
  • jedisct13 hours ago
    You know, swival.dev is fully opensource, doesn't hide anything, fully supports GLM, has excellent context management to keep token usage low, and doesn't send anything you didn't ask to the cloud.
  • rvz3 hours ago
    Again. You really should stop using closed source harnesses, just because "It's cheap!".
  • shevy-java4 hours ago
    Well - spy agents. Not surprising. But people could have suspected this before surrendering to AI skynet.
  • theplumber6 hours ago
    Ohhh no another one found that agents don’t actually run locally. We already had the “grok uploads all my stuff to Google cloud bucket” news…

    next I can’t wait to see news about “ai company is using my data without my consent” as well.

    • ThouYS5 hours ago
      wait, the thing that streams my code into the cloud, and that I let run basically arbitrary commands on my machine... uploads my code into the cloud?! I didn't sign up for this!
    • TeMPOraL6 hours ago
      [dead]
  • 4b11b44 hours ago
    WTF is token stead this is pure content marketing slop? Genuine question
  • dude2507116 hours ago
    Is this a step forward compared to previous distillations or a step backwards?
  • itsmeduncan4 hours ago
    [flagged]
  • novaapi6 hours ago
    [flagged]
  • aidiveyt6 hours ago
    [dead]
  • tonyhart75 hours ago
    [flagged]