Vinsoo uses multiple security mechanisms to protect user code: first, each project is assigned an independent cloud sandbox environment that uses AES-256 encryption to store code data, ensuring complete isolation of different projects. Secondly, AI Agent only runs in the sandbox and cannot access users' local files or system resources, fundamentally preventing data leakage or misuse. Users can also enable access control in the settings to assign different permissions (such as read-only or edit) to collaborators.
In addition, all network transmission is through an encrypted channel and the system automatically backs up the code at regular intervals. If the desktop client is used for offline development, the data will be encrypted and synchronized to the cloud after networking to avoid data loss due to network interruption.
This answer comes from the articleVinsoo: a smart code editor for AI programming teams in the cloudThe