A GitHub Issue Title Compromised 4k Developer Machines
161–170 of 216 posts
Re: A GitHub Issue Title Compromised 4k Developer Machines
#162Earlier quoted context omitted.
This is how people intend to run open claw instances too. Some folks are trying to add automated bug report creation by pointing agents at a company's social media mentions. I personally think it's crazy. I'm currently assisting in developing AI policies at work. As a proof of concept, I sent an email from a personal mail address whose content was a lot of angry words threatening contract cancellation and legal actio…
> Some folks are trying to add automated bug report creation by pointing agents at a company's social media mentions. I wonder how long before we see prompt injection via social media instead of GitHub Issues or email. Seems like only a matter of time. The technical barriers (what few are left) to recklessly launching an OpenClaw will continue to ease, and more and more people will unleash their bots into the wild, p…
Re: A GitHub Issue Title Compromised 4k Developer Machines
#163Even leaving aside the security nightmare of giving an LLM unrestricted access on your repo, you'd think the bots would be GOOD at spotting small details like typosquatted domains.
Re: A GitHub Issue Title Compromised 4k Developer Machines
#164> Cline’s (now removed) issue triage workflow ran on the issues event and configured the claude-code action with allowed_non_write_users: "*", meaning anyone with a GitHub account can trigger it simply by opening an issue. Combined with --allowedTools "Bash,Read,Write,Edit,Glob,Grep,WebFetch,WebSearch", this gave Claude arbitrary code execution within default-branch workflow. Has everyone lost their minds? AI agent w…
This is how people intend to run open claw instances too. Some folks are trying to add automated bug report creation by pointing agents at a company's social media mentions. I personally think it's crazy. I'm currently assisting in developing AI policies at work. As a proof of concept, I sent an email from a personal mail address whose content was a lot of angry words threatening contract cancellation and legal actio…
Re: A GitHub Issue Title Compromised 4k Developer Machines
#165Earlier quoted context omitted.
When you empower almost anyone to make complex things, the average intelligence + professionalism involved plummets.
It's not about that. Yes we can expect things made by unskilled artisans to be of low quality, but low quality things existing is fine, and you made low quality things too when you started out programming. What's new is people treating the chatbox as a source of holy truth and trusting it unquestioningly just because it speaks English. That's weird . Why is that happening?
Plenty of humans make their livings by talking others into doing dumb things. It’s not a new phenomenon.
Re: A GitHub Issue Title Compromised 4k Developer Machines
#166Earlier quoted context omitted.
When you empower almost anyone to make complex things, the average intelligence + professionalism involved plummets.
It's not about that. Yes we can expect things made by unskilled artisans to be of low quality, but low quality things existing is fine, and you made low quality things too when you started out programming. What's new is people treating the chatbox as a source of holy truth and trusting it unquestioningly just because it speaks English. That's weird . Why is that happening?
"People" in this case is primarily the CxO class.
Why is AI being shoved everywhere, and trusted as well? Because it solves a 2 Trillion dollar problem.
Wages.
Re: A GitHub Issue Title Compromised 4k Developer Machines
#167And that filesystem is CoW with snapshots, of course.
The story won’t end here. It will soon be time to do the same for other programming language environments too.
Re: A GitHub Issue Title Compromised 4k Developer Machines
#168> Cline’s (now removed) issue triage workflow ran on the issues event and configured the claude-code action with allowed_non_write_users: "*", meaning anyone with a GitHub account can trigger it simply by opening an issue. Combined with --allowedTools "Bash,Read,Write,Edit,Glob,Grep,WebFetch,WebSearch", this gave Claude arbitrary code execution within default-branch workflow. Has everyone lost their minds? AI agent w…
This is how people intend to run open claw instances too. Some folks are trying to add automated bug report creation by pointing agents at a company's social media mentions. I personally think it's crazy. I'm currently assisting in developing AI policies at work. As a proof of concept, I sent an email from a personal mail address whose content was a lot of angry words threatening contract cancellation and legal actio…
Re: A GitHub Issue Title Compromised 4k Developer Machines
#169Earlier quoted context omitted.
This is how people intend to run open claw instances too. Some folks are trying to add automated bug report creation by pointing agents at a company's social media mentions. I personally think it's crazy. I'm currently assisting in developing AI policies at work. As a proof of concept, I sent an email from a personal mail address whose content was a lot of angry words threatening contract cancellation and legal actio…
SQL I’m injection is a great parallel. Pervasive, easy to fix individual instances, hard to fix the patterns, and people still accidentally create vulns decades later.
SQL injection still happens a lot, it’s true, but the fix when it does is always the same: SQL clients have an ironclad way to differentiate instructions from data; you just have to use it.
LLMs do not have that, yet. If an LLM can take privileged actions, there’s no deterministic, ironclad way to indicate “this input is untrusted, treat it as data and not instructions”. Sternly worded entreaties are as good as it gets.
Re: A GitHub Issue Title Compromised 4k Developer Machines
#170Earlier quoted context omitted.
> Some folks are trying to add automated bug report creation by pointing agents at a company's social media mentions. I wonder how long before we see prompt injection via social media instead of GitHub Issues or email. Seems like only a matter of time. The technical barriers (what few are left) to recklessly launching an OpenClaw will continue to ease, and more and more people will unleash their bots into the wild, p…
Resumes and legalistic exchanges strike me as ripe for prompt injection too. Something subtle that passes first glanced but influences summarization/processing.