39 comments

  • seltzered_ a few seconds ago

    The original deleted blog post on the 'ai agent hacks gym' story was back from April 2026: https://web.archive.org/web/20260516025532/https://www.affin...

  • jabron 30 minutes ago

    Is it even possible to "hack" an API that has no authorisation for any of its methods?

      reedf1 21 minutes ago

      In a legal sense any unwanted intrusion can be considered hacking - i.e. a 'hack' is not contingent on penetrating authorization. In practice most APIs are secured by obscurity rather than any high quality rigorous authorization. The only thing it would make absolutely clear at a legal level is that you do not want the API to be publicly used, but for a jury/judge accessing an unadvertised API via browser tools is hacking.

        torginus 11 minutes ago

        I think this is the solution to a lot of AI 'alignment' issues.

        We have laws, and LLMs should NEVER break them unless the user states its fine with some qualifying condition. Yes, every country has a different legal system, but I think there's a decent idea of what constitutes intrusion thats agreed on in most parts of the world.

        In grey area scenarios, the user should be able to override this, with a warning of clear consequences of, and should they accept, users should be held criminally liable.

        If the LLM does so unprompted, the responsibility should be the providers'.

        LLMs should be considered tools, legally speaking.

          reedf1 6 minutes ago

          I do think one day that LLMs may be so 'aligned' that hacking culture will have a resurgence in some way. In the sense that the only way to do anything a bit below board will be manually.

        ra 15 minutes ago

        I'm pretty sure that's not universally true. IANAL but I believe the legality depends on location and context.

      Shank 5 minutes ago

      Yes, the Computer Fraud and Abuse Act is widely criticised for making almost any act a violation (https://www.law.cornell.edu/uscode/text/18/1030) including many things that many people do on a routine basis, such as accessing a non-public API. If it was not intended to be accessed and is accessed, then the perpetrator of the crime has met the "exceeds authorized access" clause.

      > (a) Whoever

      > (2) intentionally accesses a computer without authorization or exceeds authorized access, and thereby obtains—

      > (C) information from any protected computer;

      > (6) the term “exceeds authorized access” means to access a computer with authorization and to use such access to obtain or alter information in the computer that the accesser is not entitled so to obtain or alter;

      A "protected computer" is:

      > (B) which is used in or affecting interstate or foreign commerce or communication, including a computer located outside the United States that is used in a manner that affects interstate or foreign commerce or communication of the United States

      So this is a Pilates computer, which probably is used by a business which probably conducts interstate commerce, which probably makes it a protected computer, and the API gave "information".

      So, yes.

      msy 24 minutes ago

      If you leave your front door open I don’t think you’d classifying someone walking in and taking your laptop as ‘not stealing’.

        graemep 20 minutes ago

        However walking through the door would not be a crime in itself, where I live anyway.

          bryanrasmussen 11 minutes ago

          where do you live? Most places I've lived if you walk into a private residence where you don't know anyone but the door is open that is unlawful entry or trespassing. Same if someone forgets to lock the door of their business when they close at 9 p.m and you go in at midnight.

          cung 10 minutes ago

          You can legally walk into someones home in your country if the door is not locked? Where is that?

          konart 18 minutes ago

          It's funny how the two of our comments are polar opposites

        konart 18 minutes ago

        Someone walking in is an illegal entry to begin with.

        PS: in some countries

      CJefferson 10 minutes ago

      My gym class operates on 'write on a piece of paper, cross off your name if you want to cancel'. I could cross someone else's name off and write mine in. They would have trouble figuring out it was me who did the malicious cross-off.

      That wouldn't make it remotely acceptable of course.

      gnfargbl 16 minutes ago

      At least one person has received significant jail time for doing exactly that: https://www.justice.gov/usao-nj/pr/new-york-man-sentenced-41...

      It's not straightforward: the conviction was eventually vacated (without really addressing the substantive point), and it is possible that the US authorities went particularly heavy in this case for other reasons.

      But yes, attacking an unauthenticated API has previously met the threshold for conviction.

      oulipo 3 minutes ago

      The more interesting question is rather: who is responsible? The user who set-up Claw, the LLM provider?

      stochastic-parr 22 minutes ago

      It's being used unintentionally to do things it wasn't designed to do... isn't that hacking by definition? Missing Auth is a typical finding.

      coldtea 23 minutes ago

      Practically speaking, discovering that fact and taking advantage of it, is already "hacking".

        tossandthrow 19 minutes ago

        We are used the interfaces being web interfaces.

        But say that the underlying api exposes some endpoint discoverability capabilities (eg. Exposing an openAPI spec), then arguably the action was invited: the actions was documented along with the auth model.

          TeMPOraL 16 minutes ago

          Unfortunately normies tend to treat APIs like "staff only" stickers on doors.

      croes 26 minutes ago

      If you ask a software developer: no

      If you ask a judge: probably yes

        Foskya 6 minutes ago

        I guess it falls in the same category of burglars that enter from the unlocked main door. It is still illegal even if there were no security measures to overcome by the attacker.

        That being said using an API does require a minimum of computer knowledge

        kenniskrag 20 minutes ago

        In switzerland it depends 143bis StGB:

        Any person who, with the intention of securing an unlawful gain for themselves or another obtains for themselves or another data that are stored or transmitted electronically or in some similar manner and which are not intended for them and have been specially secured to prevent their access shall be liable to a custodial sentence not exceeding five years or to a monetary penalty.

          ofjcihen 9 minutes ago

          So this wording is really interesting in the bug bounty sense and I’m curious if you know how it would be handled.

          If someone hits an unsecured API, receives information, and notifies the company of this while also requesting a bounty, would that satisfy all of the requirements of prosecution?

          The unlawful gain is the sticking point in my mind.

        CJefferson 8 minutes ago

        I'm a software developer. This is clearly bad, and we can decide what it should be called. It might not be 'hacking', but you are clearly abusing the computer to steal a space in a class you shouldn't have.

        nicman23 20 minutes ago

        not really, it needs criminal intent.

  • jp0d 26 minutes ago
  • faangguyindia 15 minutes ago

    Lately, anytime I want to do anything, AI from Anthropic and OpenAI gets in the way; even simply putting a logo where watermarks from free services exist is now impossible.

    I am off to DeepSeek Flash now.

      asdf88990 5 minutes ago

      What do you mean by this?

      I use a combination of big American AI and self hosted but I don’t understand your point.

  • milgrim 20 minutes ago

    Guess this will become common now. I used Claude to write a small application to monitor free appointments for driving license renewal at my DMV. Instead of waiting 6 months I was able to get an appointment within a few days.

  • skeledrew 21 minutes ago

    Old news framed as something fresh. That "happened in April" may as well read "happened 2 years ago" and is like saying someone was caught jay walking.

  • mattlondon 30 minutes ago

    Surely surely there are apps that use AI to watch you while you do at-home pilates and tell you if you are doing it wrong, need to suck in that bit or straighten that bit?

      TeMPOraL 11 minutes ago

      But someone could get offended! So no. But with LLMs, it's becoming easy to make such app for your own use, tuned to the encouragement style and threshold that works best for you.

  • laurels-marts 10 minutes ago

    Those that have, more will be given. Those that do not, more will be taken.

  • hypfer 17 minutes ago

    AI just doing what 17yo hackers with skills but lack of fully developed morals would've done.

    Just without the skin in the game.

    ...And with a fully grown adult requesting it to do so with zero care or due diligence. Just a whoopsie after the fact.

    Why would they let media take photos of them?? I suppose as a "look this could've happened to anyone"? But it actually can't.

    I guess they also must've realized that, given that the bbc interview was declined. So good on them I guess.

      monooso 2 minutes ago

      > And with a fully grown adult requesting it to do so with zero care or due diligence.

      I'm unclear what you consider reasonable due diligence in this case. Should the protagonist have assumed that the gym API was unauthenticated, and that the agent would discover this?

  • coldtea 25 minutes ago

    "Asked for a car, they got me a Claude subscription. How's that for being born under a bad sign?"

  • supriyo-biswas 18 minutes ago

    I can't help but think that this is a submarine[1] paid for by OpenAI or Anthropic as a way of garnering public sentiment for AI regulation.

    [1] https://www.paulgraham.com/submarine.html