| Hi there, first of all, commendable effort! On the one hand, I'd love, love, loooove to see something like that as reducing the cognitive load of managing email is one of the biggest improvements my digital life could see. On the other hand, there are so many unhandled security risks in the scenario "email + LLM" that I wouldn't even trust official integrations to be perfect. See a short demo from BlackHat Conf here how a single email can essentially "break" Microsoft 365 Copilot: https://www.youtube.com/watch?v=tr1tTJk32uk Not even a need to open the email, just having it in your inbox. Full talk (highly recommended): https://www.youtube.com/watch?v=-YJgcTCSzU0 There are so many unadressed shenennigans when it comes to email and prompt injection that - unfortunately - despite this looking awesome, I would never trust it with full access to my email today. Have you thought about pulling data into a sandbox, the compute happens and there is no outside connectivity and I get a list of actions to review and approve manually? |
This is exactly why we put this together. This project runs on your laptop / desktop with no outside connectivity, apart from pulling the model to your local compute ecosystem.
There is no room for prompts injection, because this is running locally and you can see the prompts and even modify them as its an open source project before you run.