logoalt Hacker News

everforwardtoday at 3:30 PM1 replyview on HN

Probably, but LLMs can’t execute code directly. They’d be making tool calls to make bash run ncat or curl or whatever that would be suspicious, as would any attempts to obfuscate it (“why is my agent doing an ‘eval $(base64 -d)’?”).

It’d be much easier to hide sketchy code in an agent harness, but “vendor adds spyware to their software” isn’t a novel issue.

I think the only sort of new issue is people “allow all”ing their agents tool calls, but that’s more or less the same issue as curl | bash


Replies

joseda-hgtoday at 7:07 PM

I get that the propietary harness is better most of the time, but if this is really a risk factor to consider why not go with one of the open source harnesses?

Pi/OpenCode seem pretty straight foward and widely used enough for this to be viable

OMP Does it's own vendoring of tools, so I assume it'd be a pain in the ass to audit, but that means you're even safe from base OS shenanigans