logoalt Hacker News

fcarraldoyesterday at 6:12 PM2 repliesview on HN

Because the Tools model allows for finer grained security controls than just bash and pipe. Do you really want Claude doing `find | exec` instead of calling an API that’s designed to prevent damage?


Replies

arbllyesterday at 6:17 PM

It might be the wrong place to do security anyway since `bash` and other hard-to-control tools will be needed. Sandboxing is likely the only way out

show 1 reply
webstrandyesterday at 6:18 PM

yeah, I would rather it did that. You run Claude in a sandbox that restricts visibility to only the files it should know about in the first place. Currently I use a mix of bwrap and syd for filtering.