Hacker News new | ask | show | jobs
by nojs 153 days ago
Run the agent in a sandbox without access to production secrets.
1 comments

What if you simply need to give them access. E.g if you want them to do code review you have to at least give them code repo read access. But you don't know if the environment where agent runs will be compromised
If you give read access with their own api key they will only get read access, the access that you gave them. Not sure what is the issue.