Top issues
Detected presence of plaintext credentials within network protocol strings.
Causes risk: web service credentials found
secrets
Problem
Various network communication protocols allow including plaintext authentication credentials. Information such as user names and passwords could be passed through a non-encrypted channel, and therefore intercepted by malicious actors. Credentials are considered secrets, and should be kept encrypted until they are used. This policy control matches the following URI pattern protocol://username:password@domain within any software package component.Prevalence in PyPI community
21 packages
found in
Top 100
85 packages
found in
Top 1k
369 packages
found in
Top 10k
6869 packages
in community
Next steps
Review the reported matches. If the warning refers to a placeholder credential value, it can be safely ignored.
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. URL paths provide additional information to a web service when making a request. They are an optional, but an important part of the URL, as they may define specific content or actions based on the data being passed. Some parameters they pass might be considered sensitive information. Since path components are not encrypted this might cause sensitive information to leak. This issue is raised for URL paths than might contain information that attackers can easily intercept. Examples of sensitive information fields include passwords and other similar parameters.Prevalence in PyPI community
12 packages
found in
Top 100
59 packages
found in
Top 1k
404 packages
found in
Top 10k
8958 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 removing all references to flagged network locations.
Top behaviors
Encodes data using the Base64 algorithm.
packer
Prevalence in PyPI community
Behavior often found in this community (Common)
39 packages
found in
Top 100
280 packages
found in
Top 1k
1754 packages
found in
Top 10k
67026 packages
in community
Contains URLs with suspicious path components.
network
Prevalence in PyPI community
Behavior often found in this community (Common)
12 packages
found in
Top 100
72 packages
found in
Top 1k
473 packages
found in
Top 10k
10526 packages
in community
Contains URLs that contain basic authentication credentials.
network
Prevalence in PyPI community
Behavior often found in this community (Common)
26 packages
found in
Top 100
114 packages
found in
Top 1k
539 packages
found in
Top 10k
12386 packages
in community
Contains URLs that reference the host by IP address.
network
Prevalence in PyPI community
Behavior often found in this community (Common)
37 packages
found in
Top 100
265 packages
found in
Top 1k
1581 packages
found in
Top 10k
59527 packages
in community
Converts binary data to its string representation, commonly used in obfuscation.
packer
Prevalence in PyPI community
Behavior often found in this community (Common)
68 packages
found in
Top 100
585 packages
found in
Top 1k
4048 packages
found in
Top 10k
149289 packages
in community
Top vulnerabilities
No vulnerabilities found.