Expose Role ID to front end

wisUsers.currentUser.getRoles returns the Name and Description of the User’s Roles, but not the ID of the Role.
I am tempted to expose the Role ID through the Description field, to allow changing the name of the Role in the future, without having to adapt the code to the new name.
Is this a security risk in any way?

Code to assign a role, only works through backend code, so I don’t see the risk myself, but it would seem Wix Velo is not returning the role ID value for a reason?