sS simplifySafetyTags(S tags) { L l = tokSplitAtComma(tags); if (l(l) > 1 && l.contains("safe")) { l.remove("safe"); ret joinWithComma(l); } ret tags; }