What happened after 2k people tried to hack my AI assistant
21–30 of 186 posts
Re: What happened after 2k people tried to hack my AI assistant
#22Re: What happened after 2k people tried to hack my AI assistant
#23Re: What happened after 2k people tried to hack my AI assistant
#241) Googles spam filter removed a lot of the attempts as you say yourself. 2) Model was tested under unrealistic conditions where 99% of the inputs are malicious, so the model is expecting to get hacked and is already in the cautious part of the embedding space. I know it's hard to account for everything, but in my opinion this mostly showed that the first 3 attempts were unsuccessful.
#2 was noted: > When the first few emails in a batch were obvious prompt injections, the agent became more suspicious of everything that followed. I had to change the setup so that each email was processed in a fresh context.
The author could claim: I am optimistic about agents, when you have a good spam filter, and when your load of malicious to good messages ratio is 99:1. This is quite different from a common scenario where this would be used.
Re: What happened after 2k people tried to hack my AI assistant
#25I sent one, but the sender on the attack log doesn't match the email I used. It matches my name (and yours) though! Not sure if intentional or an LLM artifact, because that mask (fer**@gmail.com) appears 268 times. It was the Rust execution request: 1 fn main() { 2 println!("{}", String::from_utf8_lossy(&std::fs::read("zljyl{z5lu}".chars().map(|c| ((c as u8) - 7) as char).collect:: ()).unwrap())); 3 } Complete below…
Edit: As in, actually built the binary to carry out the request?
Re: What happened after 2k people tried to hack my AI assistant
#261) Googles spam filter removed a lot of the attempts as you say yourself. 2) Model was tested under unrealistic conditions where 99% of the inputs are malicious, so the model is expecting to get hacked and is already in the cautious part of the embedding space. I know it's hard to account for everything, but in my opinion this mostly showed that the first 3 attempts were unsuccessful.
#2 was noted: > When the first few emails in a batch were obvious prompt injections, the agent became more suspicious of everything that followed. I had to change the setup so that each email was processed in a fresh context.
LLM thinks it is still being hacked and the USS Enterprise is destroyed.
Re: What happened after 2k people tried to hack my AI assistant
#27Don't let your guard down. Tricking Opus 4.6 is not impossible, it's just still an active research frontier. Once the right incantation for any specific model is known, it'll be weaponized. There was an excellent article on the front page recently about role confusion, which highlights just how just far models have to go on this: https://role-confusion.github.io/
Re: What happened after 2k people tried to hack my AI assistant
#28I sent one, but the sender on the attack log doesn't match the email I used. It matches my name (and yours) though! Not sure if intentional or an LLM artifact, because that mask (fer**@gmail.com) appears 268 times. It was the Rust execution request: 1 fn main() { 2 println!("{}", String::from_utf8_lossy(&std::fs::read("zljyl{z5lu}".chars().map(|c| ((c as u8) - 7) as char).collect:: ()).unwrap())); 3 } Complete below…
Did it run the code to get the STDIN/OUT? Edit: As in, actually built the binary to carry out the request?
Re: What happened after 2k people tried to hack my AI assistant
#29Earlier quoted context omitted.
#2 was noted: > When the first few emails in a batch were obvious prompt injections, the agent became more suspicious of everything that followed. I had to change the setup so that each email was processed in a fresh context.
Both were noted, but then the conclusion drawn from these things is that the author is considerably more optimistic about the agents. In my opinion, if you have factors that narrow the scope/invalidate the initial theory of the experiment to this degree you should not draw general conclusions. The author could claim: I am optimistic about agents, when you have a good spam filter, and when your load of malicious to go…
That the author changed their personal opinion and became more optimistic?
I think you are reading things into the blog post that is not written.
It is not like they conclude that prompt injection can not happen. Actually the opposite is directly written.