Top issues
Detected presence of malicious files by a heuristic signature.
Causes risk: malicious components found
threats
Problem
Proprietary ReversingLabs malware detection algorithms have determined that the software package contains one or more malicious files. The detection was made by a heuristic signature. This malware detection method is considered proactive, and can typically identify the malware family or at least the threat type.Prevalence in PyPI community
4 packages
found in
Top 100
17 packages
found in
Top 1k
50 packages
found in
Top 10k
678 packages
in community
Next steps
Inspect behaviors exhibited by the detected software components.
If the software behaviors differ from expected, investigate the build and release environment for software supply chain compromise.
Avoid using this software package until it is vetted as safe.
Consider rewriting code that may have triggered the detection due to its malware similarity.
Detected presence of files with behaviors exclusively used by malicious software.
Causes risk: malware-like behaviors found
hunting
Problem
Software components contain executable code that performs actions implemented during its development. These actions are called behaviors. In the analysis report, behaviors are presented as human-readable descriptions that best match the underlying code intent. While most behaviors are benign, some are exclusively used by malicious software with the intent to cause harm. When a software package matches behavior traits of malicious software, it becomes flagged by security solutions. It is highly likely that the software package was tampered with by a malicious actor or a rogue insider.Prevalence in PyPI community
0 packages
found in
Top 100
0 packages
found in
Top 1k
0 packages
found in
Top 10k
26 packages
in community
Next steps
Investigate reported detections.
Investigate your build and release environment for software supply chain compromise.
You should delay the software release until the investigation is completed.
In the case this behavior is intended, rewrite the flagged code without using the malware-like behaviors.
Detected presence of serialized data formats that can create new processes.
Causes risk: unsafe AI models detected
hunting
Problem
An AI (Artificial Intelligence) model is a mathematical representation of a process that uses algorithms to learn patterns and make predictions based on provided data. After the models are trained, their mathematical representations are stored in a variety of data serialization formats. Stored AI models can be shared and reused without the need for additional model training. Pickle is a popular Python module that many data scientists use for serializing and deserializing AI model data. Pickle is considered an unsafe data format, as it allows Python code to be executed during AI model deserialization. Attackers commonly abuse Pickle and other unsafe data serialization formats to hide their malicious payloads. It was detected that the serialized data includes Python code that can create new processes and execute arbitrary commands on the computer system that attempts to deserialize the AI model data. While presence of Python code within serialized data does not always imply malicious intent, its use in an AI model should be documented and approved. It is recommended that any custom actions needed to load the AI model be kept separate from the serialized model data.Prevalence in PyPI community
1 packages
found in
Top 100
1 packages
found in
Top 1k
13 packages
found in
Top 10k
141 packages
in community
Next steps
Investigate reported detections.
You should delay the software release until the investigation is completed, or until the issue is risk accepted.
Consider replacing the selected data serialization format with a safer alternative.
Detected presence of serialized data formats that can access system interfaces.
Causes risk: unsafe AI models detected
hunting
Problem
An AI (Artificial Intelligence) model is a mathematical representation of a process that uses algorithms to learn patterns and make predictions based on provided data. After the models are trained, their mathematical representations are stored in a variety of data serialization formats. Stored AI models can be shared and reused without the need for additional model training. Pickle is a popular Python module that many data scientists use for serializing and deserializing AI model data. Pickle is considered an unsafe data format, as it allows Python code to be executed during AI model deserialization. Attackers commonly abuse Pickle and other unsafe data serialization formats to hide their malicious payloads. It was detected that the serialized data includes Python code that can access low-level operating system functions on the computer system that attempts to deserialize the AI model data. While presence of Python code within serialized data does not always imply malicious intent, its use in an AI model should be documented and approved. It is recommended that any custom actions needed to load the AI model be kept separate from the serialized model data.Prevalence in PyPI community
4 packages
found in
Top 100
16 packages
found in
Top 1k
46 packages
found in
Top 10k
492 packages
in community
Next steps
Investigate reported detections.
You should delay the software release until the investigation is completed, or until the issue is risk accepted.
Consider replacing the selected data serialization format with a safer alternative.
Problem
Uniform Resource Locators (URLs) are structured addresses that point to locations and assets on the internet. URLs allow software developers to build complex applications that exchange data with servers that can be hosted in multiple geographical regions. URLs can commonly be found embedded in documentation, configuration files, source code and compiled binaries. One or more embedded URLs were discovered to link to raw files hosted on GitHub. Attackers often abuse popular web services to host malicious payloads. Since code-sharing services URLs are typically allowed by security solutions, using them for payload delivery increases the odds that the malicious code will reach the user. While the presence of code-sharing service locations does not imply malicious intent, all of their uses in a software package should be documented and approved. An increasing number of software supply chain attacks in the open source space leverages the GitHub service to deliver malicious payloads.Prevalence in PyPI community
33 packages
found in
Top 100
206 packages
found in
Top 1k
1631 packages
found in
Top 10k
63840 packages
in community
Next steps
Investigate reported detections.
If the software should not include these network references, investigate your build and release environment for software supply chain compromise.
You should delay the software release until the investigation is completed, or until the issue is risk accepted.
Consider an alternative delivery mechanism for software packages.
Top behaviors
Uses methods for creating a process in Pickle-serialized data.
execution
Prevalence in PyPI community
Behavior exclusively used by malicious software (Malicious)
Behavior uncommon for this community (Uncommon)
1 packages
found in
Top 100
1 packages
found in
Top 1k
13 packages
found in
Top 10k
141 packages
in community
Modifies file/directory permissions.
permissions
Prevalence in PyPI community
Behavior often found in this community (Common)
34 packages
found in
Top 100
185 packages
found in
Top 1k
1062 packages
found in
Top 10k
25867 packages
in community
Changes file ownership.
file
Prevalence in PyPI community
Behavior often found in this community (Common)
17 packages
found in
Top 100
54 packages
found in
Top 1k
426 packages
found in
Top 10k
8152 packages
in community
Uses methods for accessing system interfaces in Pickle-serialized data.
execution
Prevalence in PyPI community
Behavior exclusively used by malicious software (Malicious)
Behavior often found in this community (Common)
4 packages
found in
Top 100
16 packages
found in
Top 1k
46 packages
found in
Top 10k
492 packages
in community
Might contain potentially obfuscated code or data.
anomaly
Prevalence in PyPI community
Behavior often found in this community (Common)
13 packages
found in
Top 100
92 packages
found in
Top 1k
565 packages
found in
Top 10k
24963 packages
in community
Top vulnerabilities
No vulnerabilities found.