Top issues
Detected presence of software components that were removed from the public package repository.
Causes risk: components prone to hijacking
hunting
Problem
Software developers use programming and design knowledge to build reusable software components. Software components are the basic building blocks for modern applications. Software consumed by an enterprise consists of hundreds, and sometimes even thousands of open source components. Software developers publish components they have authored to public repositories. Open source projects are the intellectual property of their respective authors. At any time, the authors may choose to completely remove the software component from a public repository. This often occurs when a software project reaches its end-of-life stage, or when the software authors lose interest in maintaining the project. This kind of removal frees up the software package name, its unique software identifier in the public repository, for other developers to use. However, new software project owners might have malicious intent. Threat actors are continuously monitoring popular package names in case their unique identifiers suddenly become available for hijacking. Once the software projects falls under new ownership, the new maintainers may opt to use the project popularity to spread malware to unsuspecting users.Prevalence in PyPI community
No prevalence information at this timeNext 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.
Revise the use of components that raise these alarms. If you can't deprecate those components, make sure that their versions are pinned.
Avoid using this software package until it is vetted as safe.
Top behaviors
Creates a process.
execution
Prevalence in PyPI community
Behavior often found in this community (Common)
68 packages
found in 
Top 100
 508 packages
found in 
Top 1k
 3570 packages
found in 
Top 10k
 165477 packages
in community
Imports the "subprocess" module, which provides functions for creating new processes.
execution
Prevalence in PyPI community
Behavior often found in this community (Common)
57 packages
found in 
Top 100
 456 packages
found in 
Top 1k
 3002 packages
found in 
Top 10k
 132844 packages
in community
Uses string-related functions.
behavior
Prevalence in PyPI community
Behavior often found in this community (Common)
96 packages
found in 
Top 100
 793 packages
found in 
Top 1k
 6531 packages
found in 
Top 10k
 391347 packages
in community
Top vulnerabilities
No vulnerabilities found.