Test::MixedScripts is a Perl module inspired by Daniel Stenberg's article on detecting malicious Unicode.
It helps in testing Perl source code and other text files for unexpected Unicode scripts that could be potentially malicious.
The module detects Unicode characters in different scripts that may look similar but have different meanings, which can be exploited by malicious individuals.
It allows easy testing for Latin, Common, Cyrillic, and other scripts in codebases to prevent confusion or security vulnerabilities.