Remix.run Logo
dominotw 3 hours ago

dumb question. none of these protect your from prompt injection. yes?

benswerd 3 hours ago | parent [-]

no, but the goal of these is if you are faced with prompt injection the worst case scenario is the AI uses that computer badly.

dominotw 3 hours ago | parent [-]

unless i am misundestanding. not sure how this computer prevents secrets from my gmail leaking. thats the worst case.

benswerd 2 hours ago | parent [-]

If you put your gmail credentials into a VM that an AI Agent dealing with untrusted prompts has access to they should be treated as leaked and be disabled immediately.

However, if you don't put your administrative credentials inside of the VM and treat it as an unsafe environment you can safely give it minimal permissions to access specific things that it needs and using that access it can perform complex tasks.

dominotw 2 hours ago | parent [-]

i am talking about this . not my gmail credentials.

https://simonwillison.net/2024/Mar/5/prompt-injection-jailbr...