...
EX0: Sensitive classes should not be cloneable, as per guideline OBJ02-J. Make sensitive classes noncloneableSensitive classes must not be copyable.
Risk Assessment
Creating a mutable class without without providing copy functionality may result in the data of its instance becoming corrupted when the instance is passed to untrusted code.
...