Transcript sanitising gained patterns for spotting injected fake instructions and turn boundaries.
What's wrong with this entry?
The transcript sanitiser gains literals for detecting injected instructions: a pattern matching phrases like "use 10k tokens" or "spend 5m tokens", a set of impersonation prefixes, and a list of speaker-like words used to find fake turn boundaries.
- The patterns are present in the build; where they are applied is not visible from the strings alone, so whether anything currently runs them is undetermined.
\b(?:use|spend)\s+(\d+(?:\.\d+)?)\s(k|m|b)\stokens?\b
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.232
Prompt-injection filter catches tags padded with exotic invisible characters
Both mention prompt injection
-
v2.1.232
Subagent output scrubber now catches look-alike Unicode in fake control tags
Both mention prompt injection