Top issues
Problem
Unicode is a text encoding standard designed to support the use of text written in all of the major languages and writing systems. While most languages are written from left to right, some are written in alternative directions. To accommodate encoding text written in such languages, the Unicode standard includes a number of special characters that allow the text direction to be specified. However, changing text direction can have adverse effects on how the encoded text is displayed and interpreted. For this reason, bidirectional Unicode control characters are commonly abused by malicious actors as a means of bypassing security solutions and avoiding detection. While presence of special Unicode characters does not imply malicious intent, all of its uses in a software package should be documented and approved. One example of acceptable use for these special characters is in script files that parse, validate, and transform Unicode-encoded text.Prevalence in npm community
5 packages
found in 
Top 100
 20 packages
found in 
Top 1k
 367 packages
found in 
Top 10k
 106764 packages
in community
Next steps
Investigate reported detections as indicators of software tampering.
Consult Mitre ATT&CK documentation: T1036.002 - Masquerading: Right-to-Left Override.
Consult publicly available materials on the Trojan Source vulnerability.
Top behaviors
Encodes data using the Base16 algorithm.
file
Prevalence in npm community
Behavior often found in this community (Common)
15 packages
found in 
Top 100
 90 packages
found in 
Top 1k
 1202 packages
found in 
Top 10k
 290629 packages
in community
Executes files during installation or upon launch.
execution
Prevalence in npm community
No behavior prevalence information at this timeConverts binary data to its string representation, commonly used in obfuscation.
packer
Prevalence in npm community
Behavior often found in this community (Common)
39 packages
found in 
Top 100
 300 packages
found in 
Top 1k
 3776 packages
found in 
Top 10k
 1056717 packages
in community
Contains the ZWSP (zero width space) Unicode character.
anomaly
Prevalence in npm community
Behavior often found in this community (Common)
2 packages
found in 
Top 100
 12 packages
found in 
Top 1k
 287 packages
found in 
Top 10k
 85559 packages
in community
Contains the ZWNJ (zero width non-joiner) Unicode character.
anomaly
Prevalence in npm community
Behavior often found in this community (Common)
4 packages
found in 
Top 100
 16 packages
found in 
Top 1k
 234 packages
found in 
Top 10k
 58277 packages
in community
Top vulnerabilities
No vulnerabilities found.