A number of users have created their global.js page on Meta-Wiki by copying some content from their home wiki, with calls of importScript that use a localized version of the user namespace, for instance:
importScript('Utilisateur:Orlodrim/ArticlesRecents.js');
importScript('Benutzer:APPER/WikiHistory.js');
On any wiki whose language is not French or German (for these examples), the pages are in the main namespace, so they can be edited by anyone.
I could contact those users or have a bot fix all occurrences, but new ones are likely continue to appear continously. Is there any chance that it could be blocked by MediaWiki itself? For instance, ignoring importScript for pages in the main namespace that contain a colon.