This follow-up release improves the usability of the "Defense in Depth" runtime sandbox by including official wrapper scripts.
New Features
- Sandbox Wrapper (scripts/asb-wrapper.sh): A convenience shell script to run commands inside the amazing-sandbox via uvx without typing the full command string.
- Safe Loader Template (scripts/safe_loader.py): An example Python script demonstrating how to safely load legacy models that require weights_only=False within the isolated environment.
Documentation
Updated Sandboxed Execution Guide to reference the new scripts.