logoalt Hacker News

hosteuryesterday at 8:48 AM1 replyview on HN

Access to read sensitive files and access to internet could easily lead to data exposures on the internet, no? Without any terminal or shell access.


Replies

debazelyesterday at 9:27 AM

Yes, but what I'm saying is that it is much easier to put a limit on the read_file tool or the http tool rather than sandboxing your whole environment.

You only really need to sandbox when you provide access to tools that are almost impossible to filter correctly, such as a bash tool or a tool for arbitrary code execution.

show 1 reply