Top issues
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 npm community
1 packages
found in
Top 100
11 packages
found in
Top 1k
131 packages
found in
Top 10k
30.49k 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.
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. Query parameters are a defined set of parameters (key-value pairs) attached to the end of a URL. Query parameters are used to 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 data they pass might be considered sensitive information. Since query parameters are not encrypted, this might cause sensitive information to leak. This issue is raised for query parameters that might contain information that attackers can easily intercept. Examples of sensitive information fields include hostname, password, email, IMEI and other similar parameters.Prevalence in npm community
0 packages
found in
Top 100
2 packages
found in
Top 1k
23 packages
found in
Top 10k
10.6k 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 changing the query parameters for flagged network locations.
Top behaviors
Encodes data using the Base64 algorithm.
packer
Prevalence in npm community
Behavior often found in this community (Common)
7 packages
found in
Top 100
62 packages
found in
Top 1k
984 packages
found in
Top 10k
344.78k packages
in community
Executes files during installation or upon launch.
execution
Prevalence in npm community
Behavior often found in this community (Common)
95 packages
found in
Top 100
726 packages
found in
Top 1k
7488 packages
found in
Top 10k
4.56M packages
in community
Decompresses data using the GZip algorithm.
packer
Prevalence in npm community
Behavior often found in this community (Common)
2 packages
found in
Top 100
18 packages
found in
Top 1k
280 packages
found in
Top 10k
46.3k packages
in community
Starts an HTTP/2 session.
network
Prevalence in npm community
Behavior often found in this community (Common)
1 packages
found in
Top 100
1 packages
found in
Top 1k
51 packages
found in
Top 10k
7.96k packages
in community
Contains URLs with suspicious query parameters.
network
Prevalence in npm community
Behavior uncommon for this community (Uncommon)
0 packages
found in
Top 100
2 packages
found in
Top 1k
23 packages
found in
Top 10k
10.68k packages
in community
Top vulnerabilities
No vulnerabilities found.