| ▲ | Rapzid an hour ago | |
Allow me to translate this for the vibe bros. The "agent" here is not an LLM agent, it's the SSH agent that connects the VSCode front-end to the remote back-end. The issue the article highlights is this opens you to local code execution initiated by the remote. Here is the security notice on the official SSH extension https://marketplace.visualstudio.com/items?itemName=ms-vscod... > Using Remote-SSH opens a connection between your local machine and the remote. Only use Remote-SSH to connect to secure remote machines that you trust and that are owned by a party whom you trust. A compromised remote could use the VS Code Remote connection to execute code on your local machine. Yes this article is from Feb 2025, but NOTHING HAS CHANGED in this regard. Except perhaps now MANY MORE PEOPLE are believing they are safe using VM and other remote SSH "sandboxes" to develop on via VSCode remote host connection over SSH. The reality is, as stated by Microsoft themselves, if you can't trust the remote.. It can own your local computer. And that's not much of a "sandbox".. | ||
| ▲ | 0cf8612b2e1e a minute ago | parent [-] | |
Microsoft has still refused to setup any kind of extension sandboxing, so it seems clear they consider a warning notice sufficient security. | ||