I kind of have two somewhat complementary, perhaps ill-formed thoughts on this: > The whole point of security attacks is that you have adversarial attackers. You have very smart, motivated people trying to break your systems. And if you’re 99% secure, they’re gonna keep on picking away at it until they find that 1% of attacks that actually gets through to your system. If you're a high value target then it just seems…
Prompt injection explained, with video, slides, and a transcript
21–30 of 183 posts
Re: Prompt injection explained, with video, slides, and a transcript
#22My prediction is that we will see a whole sub-industry of "anti-prompt-injection" companies, probably with multi billion dollar valuations. It's going to be a repeat of the 90s-00s anti virus software industry. Many very sub par solutions that try to solve it in a generic way.
Re: Prompt injection explained, with video, slides, and a transcript
#23I kind of have two somewhat complementary, perhaps ill-formed thoughts on this: > The whole point of security attacks is that you have adversarial attackers. You have very smart, motivated people trying to break your systems. And if you’re 99% secure, they’re gonna keep on picking away at it until they find that 1% of attacks that actually gets through to your system. If you're a high value target then it just seems…
These experiences are being rushed out the door for FOMO, frenzy, or market pressure without thinking through the way people feel and what they expect and how they model the underlying system. People are being contacted for quotes and papers that were generated by ChatGPT. [1]
This is a communication failure above all else. Even for us, there’s little to no documentation.
[0] https://twitter.com/weirddalle/status/1649908805788893185
[1] https://twitter.com/katecrawford/status/1643323086450700288
Re: Prompt injection explained, with video, slides, and a transcript
#24So, while it’s not currently effective to add “disallow prompt injection” to the system message, it might be extremely effective in future - without any intentional effort!
Re: Prompt injection explained, with video, slides, and a transcript
#25Re: Prompt injection explained, with video, slides, and a transcript
#26I kind of have two somewhat complementary, perhaps ill-formed thoughts on this: > The whole point of security attacks is that you have adversarial attackers. You have very smart, motivated people trying to break your systems. And if you’re 99% secure, they’re gonna keep on picking away at it until they find that 1% of attacks that actually gets through to your system. If you're a high value target then it just seems…
If you're a high value target then it just seems like ____ aren't something you should be using
I remember when people were deciding if it was worth it to give Internet access to their internal network/users
That’s when people already had their networks and were connecting them to the internet
Eventually, people started building their networks from the Internet
Re: Prompt injection explained, with video, slides, and a transcript
#27Re: Prompt injection explained, with video, slides, and a transcript
#28Perhaps a noob solution, but could be a two step prompt to cover for basic attacks. I imagine a basic program where the following code is executed: Gets input from UI -> sends input to LLM -> gets response from LLM -> Sends that to UI. So i make it a two step program. Chain becomes UI -> program -> LLM w prompt1 -> program -> LLM w prompt 2 -> output -> UI Prompt #1: "Take the following instruction and if you think i…
Re: Prompt injection explained, with video, slides, and a transcript
#29what happens if I inject a prompt to the quarantined LLM that leads it to provide a summary to the privileged LLM that has a prompt injection in it?
of course this is assuming I know that this is the solution the target is using
and herein lies the issue: with typical security systems, you may well know that the target is using xyz to stay safe, but unless you have a zero-day, it doesn’t give you a direct route in.
I suspect that what will happen is that companies will have to develop their own bespoke systems to deal with this problem - a form of security through obscurity - or as the article suggests, not use an LLM at all
Re: Prompt injection explained, with video, slides, and a transcript
#30My prediction is that we will see a whole sub-industry of "anti-prompt-injection" companies, probably with multi billion dollar valuations. It's going to be a repeat of the 90s-00s anti virus software industry. Many very sub par solutions that try to solve it in a generic way.