Replies: 4 comments 8 replies
|
The main thing would be not giving it access to your emails and auditing the memories if you use web searches/deep research |
|
I think the idea here is if you run it for your own use then there can probably be no harm in that. As long as no one else can access your Odysseus server but you and trusted ones then it should be fine. I honestly think the best way to completely avoid this is to run the models in a sandbox. |
|
First of all this is an experimental project that gives AI agents access to your files and data, released 4 days ago by a YouTube personality. It should go without saying that if you were to install this on a machine that had any kind of sensitive or personal data on it, you are insane. Obviously you should only be installing Odyssey on a brand new partition with nothing else on it. That is your "sandbox mode" right there. I would give this project AT LEAST 12 months to get all the bugs and security issues fixed before actually hooking this up to a work email, giving it access to sensitive files / photos etc. |
|
It's not just the parts you've pointed out. I have already submitted a vulnerability report regarding unsanitized HTML in email_helpers.py, which effectively opens the door to XSS and prompt injection attacks. Hopefully, this will be addressed soon, especially since business users are already adopting this project. The project should at least add a header in the README.md
|
Uh oh!
There was an error while loading. Please reload this page.
I've always been hesitant to run agentic systems for daily tasks because of prompt injection threat.
This system can read external data in multiple places, like emails and website contents. However, I haven't seen mentions of security means while working with them. How does this system ensure that some website doesn't prompt inject the llm, making the model send sensitive data to the third party (or even worse - give system access to someone else - like reverse shell or similar)?
Is there anything like sandboxing or heavily restricted tool set while working with potentially hazardous data?
All reactions