|
|
|
|
|
by AlexCoventry
443 days ago
|
|
It seems to me that the solution is to run this stuff in a securely isolated environment such as a VM, dedicated machine, or VPC, where you don't care about the secrets it has access to, and don't really care about corruption of the data in the environment. Then you have to carefully audit any products you take from that environment, if you want to run them in a more sensitive context. I don't think this is really an MCP problem, it's more of an untrusted-entity problem. |
|