Remix.run Logo
jdthedisciple 6 days ago

simple solution:

preprocess any input to agents by restricting them to a set of visible characters / filtering out suspicious ones

stevenwliao 6 days ago | parent | next [-]

Not sure about internationalization but at least for English, constraining to ASCII characters seems like a simple solution.

cess11 6 days ago | parent | prev [-]

Nasty characters should be rather common in your test cases.