You'll notice
Useful3 Signal0
Commands shown in approval prompts are cleaned harder, so text can't be visually spoofed into looking harmless.
What's wrong with this entry?
Anonymous. No account, no email.
What
The sanitizer behind command rendering in the approval path now defends against bidi spoofing and malformed text, not just control characters.
Details
- the old char-by-char helper that replaced C0/C1 controls with U+FFFD was removed
- the replacement iterates code points, drops emoji variation selectors entirely, and replaces control characters, bidi/isolate format controls and lone surrogates with U+FFFD
- a final normalization step runs afterwards, with an optional extra pass
Evidence
\uFFFD
Strings lifted out of the shipped bundle, so the claim above can be checked against them.