Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security issues #19

Open
Youssef535 opened this issue Apr 1, 2023 · 2 comments
Open

Security issues #19

Youssef535 opened this issue Apr 1, 2023 · 2 comments

Comments

@Youssef535
Copy link

Taxy uses GPT-4 to control your browser and perform repetitive actions on your behalf does it read and know all my information like my IP adress and the browser version... history ... we need to know

@arcticfly
Copy link
Collaborator

arcticfly commented Apr 7, 2023

Hey @Youssef535, thanks for your attentiveness! Right now, we send a simplified version of the DOM to GPT-4, along with your instructions and a history of all actions it's performed for the given task so far. No IP address and browser version. Feel free to poke through the code in performQuery.ts to see what gets sent.

However, on the subject of security issues, there's a lot more we need to do to make this production-ready, such as guard-railing which sites Taxy can and can't interact with (for instance, you wouldn't want it messing around with your bank account) and setting a max-tokens limit for a given task. I created a new discussion here to discuss security.

@Youssef535
Copy link
Author

Yes sure thanks for your response @arcticfly and i will discuss security issue with the devs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants