Description
Shell scripts can be run with extra sandboxing during development and testing. It is useful for reducing risk when experimenting with scripts that should have limited access to the system.
A sandbox is a safety layer, not a guarantee against every harmful command. Review scripts first and test with disposable files when behavior is unknown.