Why I Won't Run Untrusted Models in My Coding Agent
Coding agents work by sending your prompt and files to a model’s API over HTTP and receiving generated code and tool calls in return, including Bash scripts that execute on your machine.
Coding agents give the model and API provider arbitrary code execution on your computer.
A model can be designed to emit backdoored code when a trigger appears in its input. A model’s API can do the same based on the request’s country of origin, organization, or other metadata.
评论
?
参与讨论