Top issues
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 commonly abused by malicious software with the intent to cause harm. When a software package shares behavior traits with malicious software, it may become flagged by security solutions. Any detection from security solutions can cause friction for the end-users during software deployment. While the behavior is likely intended by the developer, there is a small chance this detection is true positive, and an early indication of a software supply chain attack.Prevalence in Visual Studio Code community
60 packages
found in
Top 100
434 packages
found in
Top 1k
2301 packages
found in
Top 10k
13.88k packages
in community
Next steps
Investigate reported detections.
If the software intent does not relate to the reported behavior, 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 rewriting the flagged code without using the marked behaviors.
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 the file attachments hosted on Discord. Attackers often abuse popular web services to host malicious payloads. Since file-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 Discord file-sharing locations does not imply malicious intent, no software should be directly linking to a Discord file attachment. An increasing number of software supply chain attacks in the open source space leverages the Discord file-sharing service to deliver malicious payloads.Prevalence in Visual Studio Code community
0 packages
found in
Top 100
2 packages
found in
Top 1k
12 packages
found in
Top 10k
102 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.
Remove all references to flagged network locations.
Top behaviors
Contains URLs that link to Discord attachments.
network
Prevalence in Visual Studio Code community
Behavior commonly used by malicious software (Important)
Behavior uncommon for this community (Uncommon)
0 packages
found in
Top 100
2 packages
found in
Top 1k
12 packages
found in
Top 10k
102 packages
in community
Executes files during installation or upon launch.
execution
Prevalence in Visual Studio Code community
Behavior often found in this community (Common)
94 packages
found in
Top 100
837 packages
found in
Top 1k
6746 packages
found in
Top 10k
87.76k packages
in community
Contains URLs related to social network URLs.
network
Prevalence in Visual Studio Code community
Behavior often found in this community (Common)
62 packages
found in
Top 100
538 packages
found in
Top 1k
3290 packages
found in
Top 10k
20k packages
in community
Writes to files.
file
Prevalence in Visual Studio Code community
Behavior often found in this community (Common)
88 packages
found in
Top 100
762 packages
found in
Top 1k
5430 packages
found in
Top 10k
42.86k packages
in community
The VS Code extension has an activation function that executes code.
execution
Prevalence in Visual Studio Code community
Behavior often found in this community (Common)
83 packages
found in
Top 100
636 packages
found in
Top 1k
4818 packages
found in
Top 10k
69.19k packages
in community
Top vulnerabilities
No vulnerabilities found.