This paper introduces HEAL, a novel framework for Source-Free Unsupervised Domain Adaptation (SFUDA) in cross-modality medical image segmentation. The core contribution of HEAL lies in its ability to adapt a pre-trained model to a new, unlabeled target domain without requiring any target-specific training or parameter updates. This is achieved through a combination of hierarchical denoising, edge-guided selection, and size-aware fusion. The hierarchical denoising process refines initial pseudo-labels using entropy and Normal-Inverse Gaussian (NIG) uncertainty, aiming to mitigate error accumulation. Edge-guided selection employs a diffusion model to generate multiple samples conditioned on the refined pseudo-labels, selecting the most reliable sample based on structural consistency. Finally, size-aware fusion dynamically integrates the selected sample with the refined pseudo-labels based on the size of the segmentation targets. The authors evaluate HEAL on two medical image segmentation tasks: brain tumor segmentation (T1->T1ce and T2->FLAIR) and polyp segmentation (Kvasir-SEG to CVC-ClinicDB and vice versa). The experimental results demonstrate that HEAL outperforms existing SFUDA methods, highlighting its potential for practical applications where access to target data is restricted. The paper emphasizes the 'learning-free' characteristic of HEAL, which enhances computational efficiency and simplifies deployment, while also preserving the integrity of the pre-trained source model. This approach is particularly relevant in medical imaging, where data privacy and the availability of labeled data are significant challenges. The authors provide ablation studies to demonstrate the contribution of each component of the framework. Overall, the paper presents a well-structured and clearly articulated approach to SFUDA, with promising empirical results in the context of medical image segmentation. However, as I will discuss in the weaknesses section, there are several areas that require further investigation and clarification to fully assess the robustness and generalizability of the proposed method.