
Research
/Security News
Bitwarden CLI Compromised in Ongoing Checkmarx Supply Chain Campaign
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.
Questions? Call us at (844) SOCKET-0
Quickly evaluate the security and health of any open source package.
echoapi-cron-scheduler-zy
1.0.44
by proud_lion
Live on npm
Blocked by Socket
Despite being structured as a job scheduler and remote test/reporting client, this module contains a highly suspicious IPC control channel that enables (1) arbitrary command execution via child_process.execSync constructed from IPC-provided inputs and (2) database querying via attacker-controlled parameters, with no authentication/authorization. It additionally persists runner data to a local hardcoded file ('aaa.json') and exfiltrates test/report details over HTTP using api-tokens. If the IPC socket is reachable by an attacker or a compromised process, this module can act as an RCE/backdoor and data-access facilitator, representing a severe supply-chain security risk.
fca-horizon-remastered
1.4.7
by kanzuwakazaki
Removed from npm
Blocked by Socket
The code is suspicious as it retrieves update information from an unverified external source and uses 'execSync' to run shell commands, which could lead to remote code execution if the external content is compromised. Furthermore, the code attempts to forcibly update and reinstall packages which is not typical for secure update practices.
Live on npm for 1 minute before removal. Socket users were protected even while the package was live.
@quandis/qbo4.configuration
4.0.1-CI-20260414-201119
by epatrick
Live on npm
Blocked by Socket
This module implements a highly dynamic, high-trust client-side template system that can (1) execute fetched backend JavaScript by injecting inline <script> tags and (2) compile template content into executable code using new Function, then render it. These are direct remote-code-execution patterns in the browser and represent a severe supply-chain/runtime compromise risk if backend/template sources are not strictly integrity-checked. Additional concerns include potential XSS via innerHTML in error rendering and broad CSS/style injection into the live document.
yxspkg
6.18.1
Live on pypi
Blocked by Socket
The fragment is an opaque, binary/packed payload or heavily obfuscated content that cannot be reliably analyzed statically. While this alone does not prove malicious intent, it signals high risk and warrants isolation, request for a readable source or deobfuscated form, and controlled dynamic analysis to determine any harmful behavior or data leakage potential.
github.com/weaveworks/weave
v0.11.1-0.20150612135037-658fbac7aae6
Live on go
Blocked by Socket
This module is a high-risk runtime packer/dropper: it embeds an encrypted payload, decrypts it using a user-supplied passphrase, writes the result to `bin/do-setup-circleci-secrets`, and immediately executes it. Because there is no integrity/authenticity validation of the decrypted artifact and the executed code is not shown here, the module should be treated as potentially malicious until the decrypted `bin/do-setup-circleci-secrets` content is inspected and validated in a safe environment.
satriotol/fastcrud
11.2.65
Live on composer
Blocked by Socket
This SweetAlert2 bundle contains a malicious, targeted payload. For Russian-language users on specific TLDs, after an initiation delay tracked in localStorage and only after >3 days, the code disables page pointer interactions, injects an <audio> element pointing to a hard-coded external MP3 URL, and attempts to auto-play it in a loop. This is defacement/sabotage and unrelated to the library's purpose — likely a supply-chain compromise. Do not use this package; remove or patch the injected block, rotate any exposed credentials (if any), audit upstream package sources, and restore from a verified clean release.
fray
3.5.11
Live on pypi
Blocked by Socket
This file is a concentrated collection of active exploit/deserialization payloads designed to detect or trigger known gadget chains and vulnerabilities across multiple platforms. While formatted as a testing catalog, its content is inherently dangerous: it includes explicit command-execution payloads, remote class-loading references, and authentication-bypass tokens. If found in a codebase or dependency, treat as high-risk—remove from production, restrict access, audit any use or transmission logs, and verify no unauthorized target interactions occurred. Only use in controlled, authorized testing environments.
@devvit/dev-server
0.10.3-next-2023-08-07-edbeed70e.0
by devvit-cli-bot
Live on npm
Blocked by Socket
This module contains multiple security issues and at least one explicit indication of malicious intent. The error handler reflects util.inspect(err) into HTML responses (information disclosure and possible XSS) and interpolates authenticationUrl without validation. Most notably, the loginSuccess() page contains the text 'Sucessfully grabbed credentials!', which is a clear red flag — it strongly suggests the page is intended to display harvested credentials or confirm credential theft. Even if other parts are benign, the presence of that message plus unsafe leak of inspected error objects to clients makes this package unsafe to use. Recommend not using this code in production, auditing the repository for credential-harvesting behavior, removing util.inspect() from client responses, and validating/escaping any interpolated URLs and strings.
gbak
2.76
Live on pypi
Blocked by Socket
This module implements Drive client functionality but includes explicit, insecure logic to fetch OAuth credentials and token pickles from an external HTTP service (driver.69hot.info) and write them to local cred/token files, then use them to access Google Drive. This is a high-risk supply-chain/backdoor pattern: a remote service can supply credentials or pickles which could allow arbitrary Drive access or even achieve code execution via malicious pickles. Additional issues: hardcoded API key, requests with verify=False, shell execution via os.system, and lack of integrity/auth checks. Recommended: do not trust or run this package as-is; remove remote automatic credential fetching, validate and authenticate any remote data, avoid loading untrusted pickles, and secure TLS verification.
plugin-transform-dynamic-import
213.21.24
by exzuperi15
Removed from npm
Blocked by Socket
The code is highly suspicious as it collects sensitive system information and sends it to a hardcoded remote server without user consent. The presence of a message asking users to contact the author for purchasing something raises further red flags. This behavior is indicative of potential data theft or unauthorized tracking.
Live on npm for 20 hours and 41 minutes before removal. Socket users were protected even while the package was live.
con4gis/projects
4.0.38
Live on composer
Blocked by Socket
This bundle includes a time- and locale-gated malicious/abusive payload unrelated to the library's functionality. It targets users with Russian language settings on Russian domains: after a stored timestamp older than three days it disables page interaction and injects/attempts to play an audio file hosted on 'flag-gimn.ru'. This constitutes targeted nuisance/propaganda behavior and unexpected external network contact. Recommended actions: immediately remove the contaminated bundle or replace it with a verified official SweetAlert2 release from a trusted source; search the codebase and deployment artifacts for similar injected blocks; rotate any credentials if there is suspicion of broader compromise (though none are directly exfiltrated in this fragment); notify affected users and stakeholders; and consider reporting the upstream compromise to maintainers. Treat the external domain access as malicious and block it at network/security controls if possible.
bigdl-orca-spark3
2.5.0b20240123
Removed from pypi
Blocked by Socket
The code contains potential security risks such as hard-coded file paths, subprocess.Popen usage, and the handling of untrusted data through PyArrow Plasma. It is essential to review and address these security concerns before using this code in a production environment.
Live on pypi for 15 hours and 14 minutes before removal. Socket users were protected even while the package was live.
pyx-core
1.19.4
Live on pypi
Blocked by Socket
This code presents significant security risks through its ability to fetch dependency lists from a suspicious internal Jenkins server and automatically install packages. The hardcoded Jenkins URL, automatic installation capabilities, and lack of proper validation create potential vectors for supply chain attacks and unauthorized package installation.
abstract-database
0.0.2.85
Live on pypi
Blocked by Socket
The code in the flagged file explicitly reads a local file from a fixed system path (/home/joben/Desktop/testsol/abstract_it.py) and transmits its contents via an HTTP request to a Discord webhook. The target URL is hardcoded as https://discordapp[.]com/api/webhooks/1278595755812327424/3xvzS30Bx8bOhooNJeY9gnYj2KjFb2-ZfV2rHpBdkS71tuibNeu56_mRFE38MrmQRa_j, with the embedded token included in the URL. This behavior is characteristic of malware designed for data exfiltration, as it automatically sends potentially sensitive file content to an external service without user consent.
sa-cognito-storage
0.0.1
by websecurify
Live on npm
Blocked by Socket
This module performs a highly suspicious sequence: it injects a hidden iframe pointing to a remote origin, relaxes same-origin policy by changing document.domain to a hardcoded target domain, and then attempts to read the remote iframe’s localStorage. It subsequently exposes that storage object to the caller through Promise/callback. This is consistent with privacy-invasive data harvesting or token/identifier collection rather than legitimate functionality. Additionally, it contains unusual/likely erroneous logic for restoring document.domain and creates an unused second iframe, increasing the likelihood of non-benign intent.
sharingiscaring
0.1.39
Removed from pypi
Blocked by Socket
The code forwards sensitive secrets (mail password FASTMAIL_TOKEN and messaging API tokens) and message contents to a single external endpoint (https://tooter.concordium-explorer.nl/notify/) in cleartext within JSON payloads. This pattern is a significant credential exfiltration risk if that endpoint is not fully trusted. There is no obfuscation or dynamic code execution, but the hardcoded mail user and chat id and the practice of embedding passwords/API tokens in payloads are dangerous. Recommend: do not provide real credentials to this library unless you fully trust the remote notify service; replace raw-token forwarding with secure server-side handling, token-scoping, or direct integration with destination services; avoid embedding secrets in URLs or query strings.
Live on pypi for 31 minutes before removal. Socket users were protected even while the package was live.
parser-session
1.2.0
Live on npm
Blocked by Socket
This file contains malicious code that functions as a backdoor with data exfiltration and remote code execution capabilities. The code systematically collects sensitive system information including all environment variables, platform details, hostname, username, and MAC addresses from network interfaces. This data is then transmitted via HTTP POST request to a suspicious remote server at https://log-server-lovat[.]vercel[.]app/api/ipcheck/703 with a custom header 'x-secret-header: secret'. After sending the collected data, the malware evaluates the server's response as JavaScript code using eval(), enabling arbitrary remote code execution. The code employs obfuscation by hex-encoding critical strings like 'require', 'axios', 'post', and the target URL to evade detection. Error handling is deliberately suppressed to prevent detection of failed operations. This represents a critical supply chain attack vector that compromises system security through both data theft and remote control capabilities.
sweetalert2
11.15.7
by limonte
Live on npm
Blocked by Socket
This module contains a targeted, malicious/ unwanted payload unrelated to its documented purpose. It conditionally injects and plays audio from a hard-coded external domain and temporarily disables page interactions for users in Russian-language browsers on specific country TLDs, using localStorage to limit frequency. This behavior is consistent with a backdoor or sabotage/annoyance injection in the library. Recommendation: do not use this version; treat it as compromised, remove or patch the malicious block, audit the repository history and maintainers, and verify package integrity (compare with upstream signed/tagged releases).
rexz-imagine-ai
1.0.6
by rexzdeveloper
Removed from npm
Blocked by Socket
The code is obfuscated and uses decryption, suggesting potential hidden malicious functionality. The presence of file system and network operations raises security concerns. Further deobfuscation and analysis are needed to determine the exact nature of the code.
Live on npm for 18 days, 1 hour and 59 minutes before removal. Socket users were protected even while the package was live.
doodad-js
7.0.0
by doodadjs
Live on npm
Blocked by Socket
This module registers a command runner that targets hardcoded plaintext HTTP URLs containing embedded credentials and remote JavaScript resources (e.g., “Doodad.js”), configured to run/retry repeatedly (repetitions: 100) with OS-specific logic. Even though the exact behavior of command.run is not present, the credentialed remote-code staging pattern is highly suspicious and consistent with a supply-chain bootstrap/backdoor mechanism. Review the full file and especially the implementation of command.run and any execution/staging steps it performs.
@qqbrowser/openclaw-qbot
0.11.2
by qqbrowser.dev
Live on npm
Blocked by Socket
High-risk behavior consistent with a Windows sandbox/containment installer that nevertheless performs heavy system modifications: creates/resets a local user (QBotClaw_Sandbox), persists its password, edits Winlogon registry, grants logon rights via LSA APIs, and applies ACL DENY rules to credential/config files. This is not typical benign library behavior; if this module is pulled from an npm dependency, it represents a significant supply-chain security risk and should be treated as potentially malicious until verified against trusted source and intended usage.
yarn-no-save
1.1.2
by shuangwhywhy
Live on npm
Blocked by Socket
The code demonstrates potentially harmful behavior by setting up a persistent service on the user's system without clear purpose. It handles environment variables and system commands in a way that could be exploited for malicious purposes. The actual intent of the 'yarn-watcher' program is not clear from this snippet alone, leading to suspicion of its purpose.
mathiconjsnz
4.0.0
by rossj4504
Removed from npm
Blocked by Socket
The script makes an HTTPS request to a decoded URL, which could be used for data exfiltration or to fetch malicious content. This behavior is highly suspicious and poses a significant security risk.
Live on npm for 41 days and 18 hours before removal. Socket users were protected even while the package was live.
gamoto
0.0.17
Live on pypi
Blocked by Socket
The module implements a Django management command that (if completed) would unconditionally spawn an interactive bash shell via os.system. This is a high-risk backdoor-like capability: while not directly exfiltrating data or contacting remote hosts, it grants full interactive command execution to anyone able to invoke the command. Remove or restrict such commands from production; require explicit access controls, avoid os.system for privileged actions, and prefer safer alternatives (e.g., non-interactive, audited administrative endpoints). The provided snippet is syntactically incomplete, so verify the real source for exact behavior before trusting this report.
villager
0.1.2.dev51
Removed from pypi
Blocked by Socket
No explicit malware (no remote shell, no obfuscation, no code injection). However, there is a significant supply-chain/privacy/credential risk: a hardcoded proxy URL with embedded credentials is set and used (via DI) to route requests to an external host, and the script actively accesses local cameras and logs system information. This could enable data leakage or misuse if the proxy host is malicious. Recommend removing hardcoded credentials, avoid enabling camera checks by default, add request timeouts, and avoid logging sensitive system data.
Live on pypi for 6 hours and 41 minutes before removal. Socket users were protected even while the package was live.
echoapi-cron-scheduler-zy
1.0.44
by proud_lion
Live on npm
Blocked by Socket
Despite being structured as a job scheduler and remote test/reporting client, this module contains a highly suspicious IPC control channel that enables (1) arbitrary command execution via child_process.execSync constructed from IPC-provided inputs and (2) database querying via attacker-controlled parameters, with no authentication/authorization. It additionally persists runner data to a local hardcoded file ('aaa.json') and exfiltrates test/report details over HTTP using api-tokens. If the IPC socket is reachable by an attacker or a compromised process, this module can act as an RCE/backdoor and data-access facilitator, representing a severe supply-chain security risk.
fca-horizon-remastered
1.4.7
by kanzuwakazaki
Removed from npm
Blocked by Socket
The code is suspicious as it retrieves update information from an unverified external source and uses 'execSync' to run shell commands, which could lead to remote code execution if the external content is compromised. Furthermore, the code attempts to forcibly update and reinstall packages which is not typical for secure update practices.
Live on npm for 1 minute before removal. Socket users were protected even while the package was live.
@quandis/qbo4.configuration
4.0.1-CI-20260414-201119
by epatrick
Live on npm
Blocked by Socket
This module implements a highly dynamic, high-trust client-side template system that can (1) execute fetched backend JavaScript by injecting inline <script> tags and (2) compile template content into executable code using new Function, then render it. These are direct remote-code-execution patterns in the browser and represent a severe supply-chain/runtime compromise risk if backend/template sources are not strictly integrity-checked. Additional concerns include potential XSS via innerHTML in error rendering and broad CSS/style injection into the live document.
yxspkg
6.18.1
Live on pypi
Blocked by Socket
The fragment is an opaque, binary/packed payload or heavily obfuscated content that cannot be reliably analyzed statically. While this alone does not prove malicious intent, it signals high risk and warrants isolation, request for a readable source or deobfuscated form, and controlled dynamic analysis to determine any harmful behavior or data leakage potential.
github.com/weaveworks/weave
v0.11.1-0.20150612135037-658fbac7aae6
Live on go
Blocked by Socket
This module is a high-risk runtime packer/dropper: it embeds an encrypted payload, decrypts it using a user-supplied passphrase, writes the result to `bin/do-setup-circleci-secrets`, and immediately executes it. Because there is no integrity/authenticity validation of the decrypted artifact and the executed code is not shown here, the module should be treated as potentially malicious until the decrypted `bin/do-setup-circleci-secrets` content is inspected and validated in a safe environment.
satriotol/fastcrud
11.2.65
Live on composer
Blocked by Socket
This SweetAlert2 bundle contains a malicious, targeted payload. For Russian-language users on specific TLDs, after an initiation delay tracked in localStorage and only after >3 days, the code disables page pointer interactions, injects an <audio> element pointing to a hard-coded external MP3 URL, and attempts to auto-play it in a loop. This is defacement/sabotage and unrelated to the library's purpose — likely a supply-chain compromise. Do not use this package; remove or patch the injected block, rotate any exposed credentials (if any), audit upstream package sources, and restore from a verified clean release.
fray
3.5.11
Live on pypi
Blocked by Socket
This file is a concentrated collection of active exploit/deserialization payloads designed to detect or trigger known gadget chains and vulnerabilities across multiple platforms. While formatted as a testing catalog, its content is inherently dangerous: it includes explicit command-execution payloads, remote class-loading references, and authentication-bypass tokens. If found in a codebase or dependency, treat as high-risk—remove from production, restrict access, audit any use or transmission logs, and verify no unauthorized target interactions occurred. Only use in controlled, authorized testing environments.
@devvit/dev-server
0.10.3-next-2023-08-07-edbeed70e.0
by devvit-cli-bot
Live on npm
Blocked by Socket
This module contains multiple security issues and at least one explicit indication of malicious intent. The error handler reflects util.inspect(err) into HTML responses (information disclosure and possible XSS) and interpolates authenticationUrl without validation. Most notably, the loginSuccess() page contains the text 'Sucessfully grabbed credentials!', which is a clear red flag — it strongly suggests the page is intended to display harvested credentials or confirm credential theft. Even if other parts are benign, the presence of that message plus unsafe leak of inspected error objects to clients makes this package unsafe to use. Recommend not using this code in production, auditing the repository for credential-harvesting behavior, removing util.inspect() from client responses, and validating/escaping any interpolated URLs and strings.
gbak
2.76
Live on pypi
Blocked by Socket
This module implements Drive client functionality but includes explicit, insecure logic to fetch OAuth credentials and token pickles from an external HTTP service (driver.69hot.info) and write them to local cred/token files, then use them to access Google Drive. This is a high-risk supply-chain/backdoor pattern: a remote service can supply credentials or pickles which could allow arbitrary Drive access or even achieve code execution via malicious pickles. Additional issues: hardcoded API key, requests with verify=False, shell execution via os.system, and lack of integrity/auth checks. Recommended: do not trust or run this package as-is; remove remote automatic credential fetching, validate and authenticate any remote data, avoid loading untrusted pickles, and secure TLS verification.
plugin-transform-dynamic-import
213.21.24
by exzuperi15
Removed from npm
Blocked by Socket
The code is highly suspicious as it collects sensitive system information and sends it to a hardcoded remote server without user consent. The presence of a message asking users to contact the author for purchasing something raises further red flags. This behavior is indicative of potential data theft or unauthorized tracking.
Live on npm for 20 hours and 41 minutes before removal. Socket users were protected even while the package was live.
con4gis/projects
4.0.38
Live on composer
Blocked by Socket
This bundle includes a time- and locale-gated malicious/abusive payload unrelated to the library's functionality. It targets users with Russian language settings on Russian domains: after a stored timestamp older than three days it disables page interaction and injects/attempts to play an audio file hosted on 'flag-gimn.ru'. This constitutes targeted nuisance/propaganda behavior and unexpected external network contact. Recommended actions: immediately remove the contaminated bundle or replace it with a verified official SweetAlert2 release from a trusted source; search the codebase and deployment artifacts for similar injected blocks; rotate any credentials if there is suspicion of broader compromise (though none are directly exfiltrated in this fragment); notify affected users and stakeholders; and consider reporting the upstream compromise to maintainers. Treat the external domain access as malicious and block it at network/security controls if possible.
bigdl-orca-spark3
2.5.0b20240123
Removed from pypi
Blocked by Socket
The code contains potential security risks such as hard-coded file paths, subprocess.Popen usage, and the handling of untrusted data through PyArrow Plasma. It is essential to review and address these security concerns before using this code in a production environment.
Live on pypi for 15 hours and 14 minutes before removal. Socket users were protected even while the package was live.
pyx-core
1.19.4
Live on pypi
Blocked by Socket
This code presents significant security risks through its ability to fetch dependency lists from a suspicious internal Jenkins server and automatically install packages. The hardcoded Jenkins URL, automatic installation capabilities, and lack of proper validation create potential vectors for supply chain attacks and unauthorized package installation.
abstract-database
0.0.2.85
Live on pypi
Blocked by Socket
The code in the flagged file explicitly reads a local file from a fixed system path (/home/joben/Desktop/testsol/abstract_it.py) and transmits its contents via an HTTP request to a Discord webhook. The target URL is hardcoded as https://discordapp[.]com/api/webhooks/1278595755812327424/3xvzS30Bx8bOhooNJeY9gnYj2KjFb2-ZfV2rHpBdkS71tuibNeu56_mRFE38MrmQRa_j, with the embedded token included in the URL. This behavior is characteristic of malware designed for data exfiltration, as it automatically sends potentially sensitive file content to an external service without user consent.
sa-cognito-storage
0.0.1
by websecurify
Live on npm
Blocked by Socket
This module performs a highly suspicious sequence: it injects a hidden iframe pointing to a remote origin, relaxes same-origin policy by changing document.domain to a hardcoded target domain, and then attempts to read the remote iframe’s localStorage. It subsequently exposes that storage object to the caller through Promise/callback. This is consistent with privacy-invasive data harvesting or token/identifier collection rather than legitimate functionality. Additionally, it contains unusual/likely erroneous logic for restoring document.domain and creates an unused second iframe, increasing the likelihood of non-benign intent.
sharingiscaring
0.1.39
Removed from pypi
Blocked by Socket
The code forwards sensitive secrets (mail password FASTMAIL_TOKEN and messaging API tokens) and message contents to a single external endpoint (https://tooter.concordium-explorer.nl/notify/) in cleartext within JSON payloads. This pattern is a significant credential exfiltration risk if that endpoint is not fully trusted. There is no obfuscation or dynamic code execution, but the hardcoded mail user and chat id and the practice of embedding passwords/API tokens in payloads are dangerous. Recommend: do not provide real credentials to this library unless you fully trust the remote notify service; replace raw-token forwarding with secure server-side handling, token-scoping, or direct integration with destination services; avoid embedding secrets in URLs or query strings.
Live on pypi for 31 minutes before removal. Socket users were protected even while the package was live.
parser-session
1.2.0
Live on npm
Blocked by Socket
This file contains malicious code that functions as a backdoor with data exfiltration and remote code execution capabilities. The code systematically collects sensitive system information including all environment variables, platform details, hostname, username, and MAC addresses from network interfaces. This data is then transmitted via HTTP POST request to a suspicious remote server at https://log-server-lovat[.]vercel[.]app/api/ipcheck/703 with a custom header 'x-secret-header: secret'. After sending the collected data, the malware evaluates the server's response as JavaScript code using eval(), enabling arbitrary remote code execution. The code employs obfuscation by hex-encoding critical strings like 'require', 'axios', 'post', and the target URL to evade detection. Error handling is deliberately suppressed to prevent detection of failed operations. This represents a critical supply chain attack vector that compromises system security through both data theft and remote control capabilities.
sweetalert2
11.15.7
by limonte
Live on npm
Blocked by Socket
This module contains a targeted, malicious/ unwanted payload unrelated to its documented purpose. It conditionally injects and plays audio from a hard-coded external domain and temporarily disables page interactions for users in Russian-language browsers on specific country TLDs, using localStorage to limit frequency. This behavior is consistent with a backdoor or sabotage/annoyance injection in the library. Recommendation: do not use this version; treat it as compromised, remove or patch the malicious block, audit the repository history and maintainers, and verify package integrity (compare with upstream signed/tagged releases).
rexz-imagine-ai
1.0.6
by rexzdeveloper
Removed from npm
Blocked by Socket
The code is obfuscated and uses decryption, suggesting potential hidden malicious functionality. The presence of file system and network operations raises security concerns. Further deobfuscation and analysis are needed to determine the exact nature of the code.
Live on npm for 18 days, 1 hour and 59 minutes before removal. Socket users were protected even while the package was live.
doodad-js
7.0.0
by doodadjs
Live on npm
Blocked by Socket
This module registers a command runner that targets hardcoded plaintext HTTP URLs containing embedded credentials and remote JavaScript resources (e.g., “Doodad.js”), configured to run/retry repeatedly (repetitions: 100) with OS-specific logic. Even though the exact behavior of command.run is not present, the credentialed remote-code staging pattern is highly suspicious and consistent with a supply-chain bootstrap/backdoor mechanism. Review the full file and especially the implementation of command.run and any execution/staging steps it performs.
@qqbrowser/openclaw-qbot
0.11.2
by qqbrowser.dev
Live on npm
Blocked by Socket
High-risk behavior consistent with a Windows sandbox/containment installer that nevertheless performs heavy system modifications: creates/resets a local user (QBotClaw_Sandbox), persists its password, edits Winlogon registry, grants logon rights via LSA APIs, and applies ACL DENY rules to credential/config files. This is not typical benign library behavior; if this module is pulled from an npm dependency, it represents a significant supply-chain security risk and should be treated as potentially malicious until verified against trusted source and intended usage.
yarn-no-save
1.1.2
by shuangwhywhy
Live on npm
Blocked by Socket
The code demonstrates potentially harmful behavior by setting up a persistent service on the user's system without clear purpose. It handles environment variables and system commands in a way that could be exploited for malicious purposes. The actual intent of the 'yarn-watcher' program is not clear from this snippet alone, leading to suspicion of its purpose.
mathiconjsnz
4.0.0
by rossj4504
Removed from npm
Blocked by Socket
The script makes an HTTPS request to a decoded URL, which could be used for data exfiltration or to fetch malicious content. This behavior is highly suspicious and poses a significant security risk.
Live on npm for 41 days and 18 hours before removal. Socket users were protected even while the package was live.
gamoto
0.0.17
Live on pypi
Blocked by Socket
The module implements a Django management command that (if completed) would unconditionally spawn an interactive bash shell via os.system. This is a high-risk backdoor-like capability: while not directly exfiltrating data or contacting remote hosts, it grants full interactive command execution to anyone able to invoke the command. Remove or restrict such commands from production; require explicit access controls, avoid os.system for privileged actions, and prefer safer alternatives (e.g., non-interactive, audited administrative endpoints). The provided snippet is syntactically incomplete, so verify the real source for exact behavior before trusting this report.
villager
0.1.2.dev51
Removed from pypi
Blocked by Socket
No explicit malware (no remote shell, no obfuscation, no code injection). However, there is a significant supply-chain/privacy/credential risk: a hardcoded proxy URL with embedded credentials is set and used (via DI) to route requests to an external host, and the script actively accesses local cameras and logs system information. This could enable data leakage or misuse if the proxy host is malicious. Recommend removing hardcoded credentials, avoid enabling camera checks by default, add request timeouts, and avoid logging sensitive system data.
Live on pypi for 6 hours and 41 minutes before removal. Socket users were protected even while the package was live.
Socket detects traditional vulnerabilities (CVEs) but goes beyond that to scan the actual code of dependencies for malicious behavior. It proactively detects and blocks 70+ signals of supply chain risk in open source code, for comprehensive protection.
Possible typosquat attack
Known malware
Git dependency
GitHub dependency
HTTP dependency
Obfuscated code
Suspicious Stars on GitHub
Telemetry
Protestware or potentially unwanted behavior
Unstable ownership
Critical CVE
High CVE
Medium CVE
Low CVE
Unpopular package
Minified code
Bad dependency semver
Wildcard dependency
Socket optimized override available
Deprecated
Unmaintained
Explicitly Unlicensed Item
License Policy Violation
Misc. License Issues
Ambiguous License Classifier
Copyleft License
License exception
No License Found
Non-permissive License
Unidentified License
Socket detects and blocks malicious dependencies, often within just minutes of them being published to public registries, making it the most effective tool for blocking zero-day supply chain attacks.
Socket is built by a team of prolific open source maintainers whose software is downloaded over 1 billion times per month. We understand how to build tools that developers love. But don’t take our word for it.

Nat Friedman
CEO at GitHub

Suz Hinton
Senior Software Engineer at Stripe
heck yes this is awesome!!! Congrats team 🎉👏

Matteo Collina
Node.js maintainer, Fastify lead maintainer
So awesome to see @SocketSecurity launch with a fresh approach! Excited to have supported the team from the early days.

DC Posch
Director of Technology at AppFolio, CTO at Dynasty
This is going to be super important, especially for crypto projects where a compromised dependency results in stolen user assets.

Luis Naranjo
Software Engineer at Microsoft
If software supply chain attacks through npm don't scare the shit out of you, you're not paying close enough attention.
@SocketSecurity sounds like an awesome product. I'll be using socket.dev instead of npmjs.org to browse npm packages going forward

Elena Nadolinski
Founder and CEO at Iron Fish
Huge congrats to @SocketSecurity! 🙌
Literally the only product that proactively detects signs of JS compromised packages.

Joe Previte
Engineering Team Lead at Coder
Congrats to @feross and the @SocketSecurity team on their seed funding! 🚀 It's been a big help for us at @CoderHQ and we appreciate what y'all are doing!

Josh Goldberg
Staff Developer at Codecademy
This is such a great idea & looks fantastic, congrats & good luck @feross + team!
The best security teams in the world use Socket to get visibility into supply chain risk, and to build a security feedback loop into the development process.

Scott Roberts
CISO at UiPath
As a happy Socket customer, I've been impressed with how quickly they are adding value to the product, this move is a great step!

Yan Zhu
Head of Security at Brave, DEFCON, EFF, W3C
glad to hear some of the smartest people i know are working on (npm, etc.) supply chain security finally :). @SocketSecurity

Andrew Peterson
CEO and Co-Founder at Signal Sciences (acq. Fastly)
How do you track the validity of open source software libraries as they get updated? You're prob not. Check out @SocketSecurity and the updated tooling they launched.
Supply chain is a cluster in security as we all know and the tools from Socket are "duh" type tools to be implementing. Check them out and follow Feross Aboukhadijeh to see more updates coming from them in the future.

Zbyszek Tenerowicz
Senior Security Engineer at ConsenSys
socket.dev is getting more appealing by the hour

Devdatta Akhawe
Head of Security at Figma
The @SocketSecurity team is on fire! Amazing progress and I am exciting to see where they go next.

Sebastian Bensusan
Engineer Manager at Stripe
I find it surprising that we don't have _more_ supply chain attacks in software:
Imagine your airplane (the code running) was assembled (deployed) daily, with parts (dependencies) from internet strangers. How long until you get a bad part?
Excited for Socket to prevent this

Adam Baldwin
VP of Security at npm, Red Team at Auth0/Okta
Congrats to everyone at @SocketSecurity ❤️🤘🏻

Nico Waisman
CISO at Lyft
This is an area that I have personally been very focused on. As Nat Friedman said in the 2019 GitHub Universe keynote, Open Source won, and every time you add a new open source project you rely on someone else code and you rely on the people that build it.
This is both exciting and problematic. You are bringing real risk into your organization, and I'm excited to see progress in the industry from OpenSSF scorecards and package analyzers to the company that Feross Aboukhadijeh is building!
Questions? Call us at (844) SOCKET-0
Secure your team's dependencies across your stack with Socket. Stop supply chain attacks before they reach production.
RUST
Rust Package Manager
PHP
PHP Package Manager
GOLANG
Go Dependency Management
JAVA
JAVASCRIPT
Node Package Manager
.NET
.NET Package Manager
PYTHON
Python Package Index
RUBY
Ruby Package Manager
SWIFT
AI
AI Model Hub
CI
CI/CD Workflows
EXTENSIONS
Chrome Browser Extensions
EXTENSIONS
VS Code Extensions
Attackers have taken notice of the opportunity to attack organizations through open source dependencies. Supply chain attacks rose a whopping 700% in the past year, with over 15,000 recorded attacks.
Nov 23, 2025
Shai Hulud v2
Shai Hulud v2 campaign: preinstall script (setup_bun.js) and loader (setup_bin.js) that installs/locates Bun and executes an obfuscated bundled malicious script (bun_environment.js) with suppressed output.
Nov 05, 2025
Elves on npm
A surge of auto-generated "elf-stats" npm packages is being published every two minutes from new accounts. These packages contain simple malware variants and are being rapidly removed by npm. At least 420 unique packages have been identified, often described as being generated every two minutes, with some mentioning a capture the flag challenge or test.
Jul 04, 2025
RubyGems Automation-Tool Infostealer
Since at least March 2023, a threat actor using multiple aliases uploaded 60 malicious gems to RubyGems that masquerade as automation tools (Instagram, TikTok, Twitter, Telegram, WordPress, and Naver). The gems display a Korean Glimmer-DSL-LibUI login window, then exfiltrate the entered username/password and the host's MAC address via HTTP POST to threat actor-controlled infrastructure.
Mar 13, 2025
North Korea's Contagious Interview Campaign
Since late 2024, we have tracked hundreds of malicious npm packages and supporting infrastructure tied to North Korea's Contagious Interview operation, with tens of thousands of downloads targeting developers and tech job seekers. The threat actors run a factory-style playbook: recruiter lures and fake coding tests, polished GitHub templates, and typosquatted or deceptive dependencies that install or import into real projects.
Jul 23, 2024
Network Reconnaissance Campaign
A malicious npm supply chain attack that leveraged 60 packages across three disposable npm accounts to fingerprint developer workstations and CI/CD servers during installation. Each package embedded a compact postinstall script that collected hostnames, internal and external IP addresses, DNS resolvers, usernames, home and working directories, and package metadata, then exfiltrated this data as a JSON blob to a hardcoded Discord webhook.
Questions? Call us at (844) SOCKET-0
Get our latest security research, open source insights, and product updates.

Research
/Security News
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.

Research
/Security News
Docker and Socket have uncovered malicious Checkmarx KICS images and suspicious code extension releases in a broader supply chain compromise.

Product
Stay on top of alert changes with filtered subscriptions, batched summaries, and notification routing built for triage.