logoalt Hacker News

SchemaLoadtoday at 6:14 AM1 replyview on HN

Sandboxing seems like the obvious solution. These tools prompt me to review an absurd number of very complex bash commands where there is realistically no way to carefully review them. I just want to put the thing in a box with the code and let it run any number of commands on the code without prompting.


Replies

erutoday at 6:20 AM

You can actually use a hook to have a script review the (bash) commands for you.

show 1 reply