I just noticed that the system.alert.queryAlertStatus script function now returns the old severity labels in the severity field. ex: Medium-High instead of High, High instead of Critical, etc.
This function is the older alerting function, I think it has always returned those severity levels. The new system.alarm equivalent uses Diagnostic(0), Low(1), Medium(2), High(3), Critical(4).