Cloning is very convenient if multiple identical systems need to be created. But I have the following concern. As far as I know during formatting of file system and even during it's use a bad disk sector can be marked as "bad" by the file system. Cloning tools (like dd and similar) do not check for sector quality and copy all sectors identically as on source medium. Please, correct me if I am wrong in any of these assumptions.
So my questions are:
Is there a risk that on target medium there are bad sectors that during cloning will not be marked as "bad" and will result in corrupted or unstable system?
If such risk exists, how big is it for HDD, SDD, SD Card ?
Finally, considering everything when cloning can be considered a good practice?
If the answers are well known, please direct me to the right sources of information because I am not able to find satisfactory answer on Serverfault or Google. Thanks.