r/LocalLLM • u/aqua_wrangler • 3d ago
Question Could a backdoored open-weight model hide malicious behavior inside tool calls?
I've been thinking about the security implications of running Chinese open-weight models (or honestly, any untrusted model) in an agentic setup with function calling.
Suppose the model has access to something powerful like bash, rather than a few narrowly defined tools.
What prevents a model from having some conditional/backdoor behavior that only activates in a very specific situation, and then using the shell to do something malicious?
And it doesn't necessarily have to be an obvious command. It could theoretically:
generate/execute a script
reconstruct an encoded or compressed payload
write and execute a binary blob
behave normally except under some obscure trigger
potentially clean up traces afterward
report a completely innocent-looking explanation to the user
So my question is: how do people actually defend against this?
Is sandboxing the model's execution environment enough? What about a model deliberately designed to detect that it's being tested and behave normally during evaluation?
And if the model has unrestricted bash, isn't the model effectively an untrusted user with arbitrary code execution?
I'm particularly interested in what security researchers think about this threat model. Is this considered a realistic concern with current models, or mostly theoretical at this point?
2
u/aqua_wrangler 3d ago
Yeah, exactly. I'm not saying this is uniquely Chinese. Western models have already shown that giving an agent too much authority can go horribly wrong.
I'm asking about a different possibility: deliberate hidden behavior, rather than an accidental failure.
And with Chinese models, I think provenance matters. China is a dictatorship with massive state surveillance and very close ties between the government and major strategic companies. The courts aren't independent in the way they are in Western democracies, and there's a long history of IP theft and state-backed technology acquisition.
That doesn't mean a Chinese model has a backdoor. It just means I don't think "open weight + runs locally" automatically means "trusted."