Hacker News new | ask | show | jobs
by brookst 1158 days ago
> you should always consider LLM output as potentially hostile

Sure, agreed. How is that different from human output?

1 comments

"Human output" isn't automated nor connected to your production systems. Would you let any random user run arbitrary SQL against your production DB?
Not a random user, but an employee called or emailed by a random social engineer yes. Notably, most real "hacking" is social engineering and LLM prompt exploitation seems more like an extension of SE than technical hacking.
Is there a reason why most hacking is through social engineering? Possibly because that's often the weakest part of the entire security chain, specifically because humans are involved, and thus it's nearly always the lowest-hanging fruit for an attacker to target?

Is that a pattern we should be expanding? For sure, make the comparison when using GPT to aid with human tasks that can't be automated through any other means; but if you have a task that can be done just with a computer and without getting a human involved, it seems like a strict downgrade in security to involve an LLM into the middle of it.

It's really good for security and reliability that there isn't a second human involved on top of me that I need to go through to add a calendar appointment to my phone.

>Human output" isn't automated nor connected to your production systems.

Err... what?

How do you think businesses work?