Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

npm marketplace/plugin source schema gains registry URL validation and richer docs

npm-based plugin marketplaces now validate registry URLs and support scoped allow/block policies

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPluginswhat it touches
KindBug Fixesin v2.1.275,
You'll notice

npm-based plugin marketplaces now validate registry URLs and support scoped allow/block policies

What

When installing a plugin or defining an npm-based marketplace source, the registry field is now checked to make sure it's a valid http or https URL, and Claude Code now rejects it otherwise with the message "Registry must be an http(s) URL".

The npm marketplace source definition also gains new version and registry fields, and the documentation now explains that policies like strictKnownMarketplaces and blockedMarketplaces can control npm-based marketplace plugins by:

  • an exact package name
  • a scope wildcard, such as @acme/*
  • the registry value, which acts as an allowed prefix for the plugin's download URL
Why

This lets administrators lock down which npm-based plugin marketplaces are allowed, by name, by organization scope, or by trusted registry, and stops obviously malformed registry URLs from being accepted.

How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's release notes agreeAdded /plugin install <plugin> --marketplace <source>, which offers to add the marketplace before installing the plugin

See this entry in the whole of v2.1.275 →

Feedback