* True if the URL/spec points at anthropics/claude-plugins-official — the * repo GitHub complained about. Lets the dashboard separate "our problem" * traffic from user-configured marketplaces.
(urlOrSpec: string)
| 73 | * traffic from user-configured marketplaces. |
| 74 | */ |
| 75 | function isOfficialRepo(urlOrSpec: string): boolean { |
| 76 | return urlOrSpec.includes(`anthropics/${OFFICIAL_MARKETPLACE_NAME}`) |
| 77 | } |
| 78 | |
| 79 | export function logPluginFetch( |
| 80 | source: PluginFetchSource, |