pub fn execute_sandboxed( command: &str, env: &HashMap<String, String>, ) -> Result<SandboxResult, Box<dyn Error>>
Execute a command inside the sandbox.