Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Marketplace names are escaped in error messages

You'll notice
Useful2 Signal1
Plugins

Marketplace names are escaped in errors so a hostile name can't inject text.

What

When a marketplace fails to load or is not found, its name is escaped before being placed into the message, so a hostile name cannot inject text into what you see.

Details
  • Covers both the Warning: Failed to load marketplace ' warning and the Marketplace " not-found error from /plugin.
  • Plugin install also passes a callback for the marketplace refresh outcome, so the result of a refresh can be reported back to the caller.
Evidence

Warning: Failed to load marketplace ', Marketplace "

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.232 →