These seem to be the last remaining uses of raw HTML i18n messages in Wikimedia production:
- mobile-frontend-editor-editing-page
- mobile-frontend-editor-previewing-page
- mobile-frontend-editor-summary
- mobile-frontend-editor-summary-request
- mobile-frontend-editor-wait
Not exactly a security issue because they are listed in $wgRawHtmlMessages which makes them hard to edit, but we are trying to eliminate the attack vector entirely. At a glance it doesn't look like there's much reason for these to be raw HTML anyway.