Sandboxed Python Variants
This is one of the best patterns in Airlock right now.
The goal is to let the agent do cheap local scripting without making you approve every trivial transform, while keeping a stronger path available for real scripts.
Pattern
python/sandboxedis your low-friction path for JSON, text, and local transformspython/fullstill exists when the agent genuinely needs more powerpython/githubis a middle ground when the script needs a narrow network surface
See examples/sandbox-presets.yaml for a complete config.