A GitHub Issue Title Compromised 4k Developer Machines
21–30 of 216 posts
Re: A GitHub Issue Title Compromised 4k Developer Machines
#22Re: A GitHub Issue Title Compromised 4k Developer Machines
#23It's astonishing that AI companies don't know about SQL injection attacks and how a prompt requires the same safeguards.
Re: A GitHub Issue Title Compromised 4k Developer Machines
#24EDIT: And if you think "well, how else could it work": I think GitHub Actions simply do too much. Before GHA, you would use e.g. Travis for CI, and Zapier for issue automation. Zapier doesn't need to run arbitrary binaries for every single action, so compromising a workflow there is much harder. And even if you somehow do, it may turn out it was only authorized to manage issues, and not (checks notes) write to build cache.
Re: A GitHub Issue Title Compromised 4k Developer Machines
#25The S in LLM stands for Security.
S- Security
E- Exploitable
X- Exfiltration
Y- Your base belong to us.
Re: A GitHub Issue Title Compromised 4k Developer Machines
#26> The issue title was interpolated directly into Claude's prompt via ${{ github.event.issue.title }} without sanitisation. It's astonishing that AI companies don't know about SQL injection attacks and how a prompt requires the same safeguards.
Re: A GitHub Issue Title Compromised 4k Developer Machines
#27> The issue title was interpolated directly into Claude's prompt via ${{ github.event.issue.title }} without sanitisation. It's astonishing that AI companies don't know about SQL injection attacks and how a prompt requires the same safeguards.
Re: A GitHub Issue Title Compromised 4k Developer Machines
#28> The issue title was interpolated directly into Claude's prompt via ${{ github.event.issue.title }} without sanitisation. It's astonishing that AI companies don't know about SQL injection attacks and how a prompt requires the same safeguards.
But you can't, can you? Everything just goes into the context...
Re: A GitHub Issue Title Compromised 4k Developer Machines
#29Re: A GitHub Issue Title Compromised 4k Developer Machines
#30He seems to have tried quite a few times to let them know.