allowedOfficialMarketplaceNames top-level constant

Set<String> const allowedOfficialMarketplaceNames

Official marketplace names reserved for Anthropic/Neomage official use. These names are allowed ONLY for official marketplaces and blocked for third parties.

Implementation

const Set<String> allowedOfficialMarketplaceNames = {
  'neomage-marketplace',
  'neomage-plugins',
  'neomage-plugins-official',
  'anthropic-marketplace',
  'anthropic-plugins',
  'agent-skills',
  'life-sciences',
  'knowledge-work-plugins',
};