Just so you are aware, in macOS Sequoia (and earlier versions too), Disk Utility's First Aid primarily verifies and repairs the file system metadata, not the physical disk surface. On APFS volumes, that means checking the container structure, snapshots, volume roles, and directory trees. On HFS+ volumes, it runs through catalog files, extent files, allocation files, and similar metadata structures. Essentially, it ensures that the logical map of where files are stored is consistent and correct.
What it does not do is a true “surface scan” of the drive — i.e., sector-by-sector testing of magnetic platters on an HDD. First Aid assumes the underlying hardware is sound, and it doesn’t proactively scan for or remap bad block.
If you want a “surface test,” you’d need a low-level tool like DriveDx or the manufacturer’s diagnostic software.