Hello? What model is was used?? The fact that ‘Claude’ is used instead of any hard model really puts this article in serious doubt…
What's a hard model?
I tricked Claude into leaking your deepest, darkest secrets
181–190 of 317 posts
Re: I tricked Claude into leaking your deepest, darkest secrets
#182Re: I tricked Claude into leaking your deepest, darkest secrets
#183Earlier quoted context omitted.
He should clarify that "most" can be easily replaced by "all" as it was determined by statistical pool of whopping 1 person - himself. And also clarify that it's all lie. He just want to tell the anonymous crowd "look, I'm better than you".
You should also clarify that you pulled your statements out of your butt to look edgy. Everyone in every team I worked for the last ten years use docker. Docker is old tech. If you and your cavemen devs ignore what it is, that's your problem.
Re: I tricked Claude into leaking your deepest, darkest secrets
#184Doesn’t surprise me. Yesterday I learned that people run AI agents on their system with full admin rights. No containerisation or anything. Wild. Like we forgot 50 years of computer security overnight.
Re: I tricked Claude into leaking your deepest, darkest secrets
#185Earlier quoted context omitted.
not the same thing. Containerization prevents devUser from accessing your machine root with its root. By containerizing, if devUser tries to sudo or su and gets a root, it will only be their root and not your root. Read up on cgroups.
Successful sudo from a cgroup still makes you root on the machine. What you want for this is user namespaces, not (just) cgroups.
Re: I tricked Claude into leaking your deepest, darkest secrets
#186I made a prototype where AI automatically fills in the checkout basket for an amusement park. I found that ChatGPT tells how many adults, how many kids, what date suits you.
There are quite some security concerns, but fully banning AI from filling in query parameters with relevant user data is not the solution. This is also why I think Claude didnt give the bounty. Their solution would likely be a combination of trusted domain allow list and better security model that protects user agent.
Re: I tricked Claude into leaking your deepest, darkest secrets
#187Re: I tricked Claude into leaking your deepest, darkest secrets
#188Earlier quoted context omitted.
not the same thing. Containerization prevents devUser from accessing your machine root with its root. By containerizing, if devUser tries to sudo or su and gets a root, it will only be their root and not your root. Read up on cgroups.
Why would you allow devUser sudo?
Re: I tricked Claude into leaking your deepest, darkest secrets
#189Re: I tricked Claude into leaking your deepest, darkest secrets
#190Doesn’t surprise me. Yesterday I learned that people run AI agents on their system with full admin rights. No containerisation or anything. Wild. Like we forgot 50 years of computer security overnight.