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.251 Home All releases olderv2.1.250
Claude Code v2.1.251

Network approval prompts refuse look-alike hostnames

You'll notice
Useful4 Signal3
Sandbox

Look-alike hostnames never reach the network approval prompt, so you can't approve one by mistake.

What

Before asking you to approve a sandboxed network connection, Claude Code checks whether the hostname changes when run through its confusable-character normalizer, which catches homograph and IDN spoofing. If it does, the prompt is not shown at all, so a look-alike host can never be approved by mistake.

Details
  • Unconditional check on the sandbox network prompt path.
  • Refusal is logged with a warning rather than surfaced as a normal denial dialog.
Evidence

Refusing to ask for a host srt would re-spell

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.251 →