blockedOfficialNamePattern top-level property
Pattern to detect names that impersonate official Anthropic/Neomage marketplaces.
Implementation
final RegExp blockedOfficialNamePattern = RegExp(
r'(?:official[^a-z0-9]*(anthropic|neomage)|(?:anthropic|neomage)[^a-z0-9]*official|^(?:anthropic|neomage)[^a-z0-9]*(marketplace|plugins|official))',
caseSensitive: false,
);