
Security News
OpenClaw Skill Marketplace Emerges as Active Malware Vector
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.
Quickly evaluate the security and health of any open source package.
l12yscan
11.1.3
by yassineaboukir
Removed from npm
Blocked by Socket
The script is clearly designed to exfiltrate sensitive IAM security credentials from an AWS instance to a remote server. This behavior is highly malicious and poses a significant security risk.
Live on npm for 1 hour and 58 minutes before removal. Socket users were protected even while the package was live.
tx-engine
0.3.4
Live on PyPI
Blocked by Socket
The code contains a critical security flaw: untrusted input can be executed via eval(op), enabling arbitrary code execution. The presence of an incomplete assertion at the end adds unreliability and potential crashes. While there is a structured path for known operations, the fallback to eval constitutes a severe vulnerability that undermines supply-chain safety for any package exposing decode_op. Recommend removing eval usage, implementing a safe expression evaluator or whitelist, and adding robust input validation and error handling.
vendor-react-dom
5.999.999
Removed from npm
Blocked by Socket
The code uses the exec function to run shell commands, which poses a significant security risk. It could potentially execute malicious code if the input to exec is manipulated. Redirecting output to /dev/null to hide execution details is suspicious.
Live on npm for 50 minutes before removal. Socket users were protected even while the package was live.
oclips
93.6
Removed from PyPI
Blocked by Socket
The code exhibits malicious behavior by collecting sensitive system information and sending it to suspicious external URLs without user consent. This poses a significant security risk.
Live on PyPI for 5 hours and 58 minutes before removal. Socket users were protected even while the package was live.
pargwayisblocked
99.10.9
by 5ptjup4x
Removed from npm
Blocked by Socket
Executing a Markdown file as a Node.js script is highly unusual and could be a security risk. It is recommended to review the contents of the 'README.md' file to ensure it does not contain any malicious code.
Live on npm for 12 minutes before removal. Socket users were protected even while the package was live.
cryton
2.1.2
Live on PyPI
Blocked by Socket
This module is an orchestration client for offensive tooling (Empire + Metasploit integration). It builds stagers, creates listeners, and deploys/executes payloads on remote targets either by instructing a Metasploit session to run the payload or by executing the payload over SSH. It also provides functions to execute modules or shell commands on connected Empire agents. Behavior is consistent with malware/post-exploitation actions (implant deployment, remote command execution). There is no obfuscation in the source, but the functionality is inherently dangerous and should not be included or executed in environments that must remain secure. No hardcoded credentials are visible in this file, but it relies on SETTINGS which contain credentials; network interactions to Empire and Metasploit are normal for the tool's purpose. I assign high confidence that this package facilitates malicious activity and high security risk if present in a dependency tree used in production environments.
qcp
0.9.1
Live on PyPI
Blocked by Socket
This setup.py is highly dangerous: it clones and executes remote code with sudo during package installation and removes traces. Installing this package would allow arbitrary remote code to run on the host with elevated privileges. Do not install or run this package. Treat it as a supply-chain compromise and remove any installations performed by it; audit systems where it was run.
ailever
0.2.413
Live on PyPI
Blocked by Socket
This script is a high-risk launcher: it unconditionally fetches Python code from a hardcoded remote repo and executes it locally via a shell-invoked Python process while passing unsanitized user inputs directly into the shell command. Even if the upstream repository is currently benign, the pattern enables trivial supply-chain compromise and shell injection. Mitigations: remove runtime download-and-exec; if fetching is necessary, pin and verify cryptographic hashes or signatures, validate content, avoid os.system (use subprocess with argument lists or importlib), sanitize inputs, and add error handling and logging. Treat this module as unsafe in security-sensitive environments until hardened.
datalayer-run
0.1.2
Removed from PyPI
Blocked by Socket
The code is highly obfuscated and cannot be analyzed with confidence for its intended functionality. The obfuscation raises suspicion, however, no explicit malicious behavior can be identified from the given code snippet. More information would be required to make a definitive assessment.
Live on PyPI for 44 days, 2 hours and 22 minutes before removal. Socket users were protected even while the package was live.
converse-rn-lib
97.97.92
by converse-rn-lib-u62
Live on npm
Blocked by Socket
The code is strongly obfuscated and uses dynamic code generation/execution and anti-analysis constructs (e.g. building/evaluating 'while (true) {}' via constructor). There is no direct evidence of network exfiltration, hardcoded secrets, or filesystem/OS command use in the supplied fragment, but the dynamic evaluation patterns make it capable of executing other payloads at runtime. Treat this module with caution: if found in a dependency, require full deobfuscation and a review of the strings/code produced at runtime before trusting it in production.
mtmai
0.3.1271
Live on PyPI
Blocked by Socket
This fragment intends to install and start KasmVNC by running many shell commands that create certs, write VNC password files, adjust group membership, and launch a VNC server. The primary security issues are unsafe shell interpolation (command injection risk), programmatic persistence of a possibly predictable password, execution with sudo based on unvalidated env vars, starting a VNC server exposed on 0.0.0.0 with disabled/basic auth, and multiple unsafe filesystem operations performed via shell. There is no clear evidence of obfuscated or direct exfiltration malware, but the behavior can provide an unauthorized remote access vector (backdoor-like) if used maliciously. Do not run this code without fixing shell usage, validating inputs, using secure randomly generated passwords, enforcing proper file permissions, and not disabling authentication.
passagemath-standard
10.4.1
Live on PyPI
Blocked by Socket
This code contains a high-risk command injection vulnerability: it concatenates user-supplied file paths and kwargs directly into a shell command passed to os.system without quoting or validation. The usage() helper further risks executing an unintended binary via PATH. There is no evidence of obfuscation or explicit malicious payloads in the fragment, but the pattern enables arbitrary command execution if any input is attacker-controlled. Recommend refactoring to use subprocess with argument lists, validate/whitelist kwargs and file paths, and use an explicit absolute path to the executable.
vasprocar
1.1.19.131
Removed from PyPI
Blocked by Socket
This fragment appears to be part of a legitimate DOS/pDOS post-processing tool for Quantum ESPRESSO, but it uses multiple high-risk patterns: executing external Python files (exec(open(...).read())), copying and injecting variable content into a script and then executing it, and using bare excepts that suppress errors. These behaviors make the module vulnerable to supply-chain or local-file-tampering attacks: if an attacker can modify files in main_dir or dir_files (or influence the variables used to build filenames), they can achieve arbitrary code execution with the same privileges as the user running this script. I did not find explicit malicious payloads (no networking/exfiltration, no reverse shell code, no hardcoded secrets), so the code itself looks more insecure than intentionally malicious. Recommendation: avoid exec on arbitrary files; validate and/or cryptographically verify any scripts before executing; minimize use of globals and prefer importing modules safely; sanitize inputs and fail loudly rather than swallowing exceptions. Also review the rest of the project for places that set the variables used to build filenames. Note: the fragment contains multiple syntax errors and appears truncated which reduces certainty of the analysis.
Live on PyPI for 23 minutes before removal. Socket users were protected even while the package was live.
python
3.6.1
by Python Software Foundation
Live on NuGet
Blocked by Socket
This module is functionally a remote code execution backdoor: it accepts arbitrary Python code over a TCP connection and executes it in-process, returning stdout/stderr (including tracebacks) to the caller. It presents a high security risk — an attacker with network access can run arbitrary commands with the host process's privileges, read/write files, perform network exfiltration, and establish persistence. Do not run this code on any machine with sensitive data or network access. Remove or restrict it, require strong authentication, sandbox execution, enforce strict resource limits, and avoid executing untrusted input.
mtmai
0.3.1293
Live on PyPI
Blocked by Socket
The code exposes powerful administrative actions: arbitrary shell execution, arbitrary file reads, full environment dumps, and building/pushing Docker images to a hardcoded registry. These are not obfuscated but are high-risk capabilities that can be abused for data exfiltration, remote code execution, and supply-chain leakage if the superuser authentication is compromised or misconfigured. The presence of a hardcoded remote image name for docker push is suspicious for unintended outbound artifact exfiltration. Recommendation: avoid including these endpoints in public packages or ensure strict, auditable authentication and input validation; remove hardcoded push targets and avoid returning full environment variables or arbitrary file contents.
bluelamp-ai
0.45.3
Live on PyPI
Blocked by Socket
This file intentionally conceals executable code in a base64-encoded, zlib-compressed blob and executes it automatically at import time. That design prevents auditability and is a high-risk pattern in a software supply chain context. Treat the package as untrusted until the decompressed payload is extracted and reviewed in a secure analysis environment. Do not import or run this module in production or on sensitive systems without prior containment and code review.
airbnb-dev
3.8.0
by jpdtest1
Removed from npm
Blocked by Socket
The code is designed to collect and transmit system information to external endpoints without user consent, which is indicative of malicious behavior. The hardcoded endpoints and the nature of the data being sent pose a significant security risk.
Live on npm for 15 hours and 15 minutes before removal. Socket users were protected even while the package was live.
@next-core/brick-playground
1.10.24
by easyops-eve
Live on npm
Blocked by Socket
Best report identifies a concrete, high-risk sink (js/function tag in YAML) enabling dynamic code execution via the Function constructor. This constitutes a clear supply-chain/runtime risk if untrusted input is accepted and processed. The overall risk is elevated; mitigation should include removing or sandboxing the js/function path, implementing strict whitelist/validation for YAML content, and enforcing safe parsing practices or avoiding dynamic code generation from untrusted sources.
github.com/bishopfox/sliver
v1.5.40-0.20240215234119-dc93d054a9e6
Live on Go Modules
Blocked by Socket
This source file is part of a command-and-control/implant client (Sliver) that loads alias manifests and associated binary payloads from disk and instructs remote beacons to execute them (sideload, spawn DLL, execute assembly). That is explicit remote code execution functionality. There are no signs of code obfuscation or hidden credential harvesting inside this file, but the module provides high-risk capabilities: if an attacker can place or tamper with alias manifests or binary files on disk (or compromise the RPC/backend), they can cause arbitrary code execution on connected targets. Treat as dangerous functionality for any environment that is not explicitly intended to host offensive tooling.
github.com/bishopfox/sliver
v1.5.40-0.20230614192516-4841e46c346b
Live on Go Modules
Blocked by Socket
This file is an HTTP client for the Sliver implant C2 framework. It implements session bootstrapping, encrypted communication, polling, and closing behavior for a remote implant. The code is intentionally designed for covert network communication with a controller and therefore is malicious in the context of normal applications. Specific security concerns include predictable nonces due to math/rand, potential logging of sensitive data when compiled with debug, and in-memory handling of proxy credentials. If found in a package dependency for benign software, it should be considered a high-severity supply-chain compromise and removed or blocked.
l12yscan
11.1.3
by yassineaboukir
Removed from npm
Blocked by Socket
The script is clearly designed to exfiltrate sensitive IAM security credentials from an AWS instance to a remote server. This behavior is highly malicious and poses a significant security risk.
Live on npm for 1 hour and 58 minutes before removal. Socket users were protected even while the package was live.
tx-engine
0.3.4
Live on PyPI
Blocked by Socket
The code contains a critical security flaw: untrusted input can be executed via eval(op), enabling arbitrary code execution. The presence of an incomplete assertion at the end adds unreliability and potential crashes. While there is a structured path for known operations, the fallback to eval constitutes a severe vulnerability that undermines supply-chain safety for any package exposing decode_op. Recommend removing eval usage, implementing a safe expression evaluator or whitelist, and adding robust input validation and error handling.
vendor-react-dom
5.999.999
Removed from npm
Blocked by Socket
The code uses the exec function to run shell commands, which poses a significant security risk. It could potentially execute malicious code if the input to exec is manipulated. Redirecting output to /dev/null to hide execution details is suspicious.
Live on npm for 50 minutes before removal. Socket users were protected even while the package was live.
oclips
93.6
Removed from PyPI
Blocked by Socket
The code exhibits malicious behavior by collecting sensitive system information and sending it to suspicious external URLs without user consent. This poses a significant security risk.
Live on PyPI for 5 hours and 58 minutes before removal. Socket users were protected even while the package was live.
pargwayisblocked
99.10.9
by 5ptjup4x
Removed from npm
Blocked by Socket
Executing a Markdown file as a Node.js script is highly unusual and could be a security risk. It is recommended to review the contents of the 'README.md' file to ensure it does not contain any malicious code.
Live on npm for 12 minutes before removal. Socket users were protected even while the package was live.
cryton
2.1.2
Live on PyPI
Blocked by Socket
This module is an orchestration client for offensive tooling (Empire + Metasploit integration). It builds stagers, creates listeners, and deploys/executes payloads on remote targets either by instructing a Metasploit session to run the payload or by executing the payload over SSH. It also provides functions to execute modules or shell commands on connected Empire agents. Behavior is consistent with malware/post-exploitation actions (implant deployment, remote command execution). There is no obfuscation in the source, but the functionality is inherently dangerous and should not be included or executed in environments that must remain secure. No hardcoded credentials are visible in this file, but it relies on SETTINGS which contain credentials; network interactions to Empire and Metasploit are normal for the tool's purpose. I assign high confidence that this package facilitates malicious activity and high security risk if present in a dependency tree used in production environments.
qcp
0.9.1
Live on PyPI
Blocked by Socket
This setup.py is highly dangerous: it clones and executes remote code with sudo during package installation and removes traces. Installing this package would allow arbitrary remote code to run on the host with elevated privileges. Do not install or run this package. Treat it as a supply-chain compromise and remove any installations performed by it; audit systems where it was run.
ailever
0.2.413
Live on PyPI
Blocked by Socket
This script is a high-risk launcher: it unconditionally fetches Python code from a hardcoded remote repo and executes it locally via a shell-invoked Python process while passing unsanitized user inputs directly into the shell command. Even if the upstream repository is currently benign, the pattern enables trivial supply-chain compromise and shell injection. Mitigations: remove runtime download-and-exec; if fetching is necessary, pin and verify cryptographic hashes or signatures, validate content, avoid os.system (use subprocess with argument lists or importlib), sanitize inputs, and add error handling and logging. Treat this module as unsafe in security-sensitive environments until hardened.
datalayer-run
0.1.2
Removed from PyPI
Blocked by Socket
The code is highly obfuscated and cannot be analyzed with confidence for its intended functionality. The obfuscation raises suspicion, however, no explicit malicious behavior can be identified from the given code snippet. More information would be required to make a definitive assessment.
Live on PyPI for 44 days, 2 hours and 22 minutes before removal. Socket users were protected even while the package was live.
converse-rn-lib
97.97.92
by converse-rn-lib-u62
Live on npm
Blocked by Socket
The code is strongly obfuscated and uses dynamic code generation/execution and anti-analysis constructs (e.g. building/evaluating 'while (true) {}' via constructor). There is no direct evidence of network exfiltration, hardcoded secrets, or filesystem/OS command use in the supplied fragment, but the dynamic evaluation patterns make it capable of executing other payloads at runtime. Treat this module with caution: if found in a dependency, require full deobfuscation and a review of the strings/code produced at runtime before trusting it in production.
mtmai
0.3.1271
Live on PyPI
Blocked by Socket
This fragment intends to install and start KasmVNC by running many shell commands that create certs, write VNC password files, adjust group membership, and launch a VNC server. The primary security issues are unsafe shell interpolation (command injection risk), programmatic persistence of a possibly predictable password, execution with sudo based on unvalidated env vars, starting a VNC server exposed on 0.0.0.0 with disabled/basic auth, and multiple unsafe filesystem operations performed via shell. There is no clear evidence of obfuscated or direct exfiltration malware, but the behavior can provide an unauthorized remote access vector (backdoor-like) if used maliciously. Do not run this code without fixing shell usage, validating inputs, using secure randomly generated passwords, enforcing proper file permissions, and not disabling authentication.
passagemath-standard
10.4.1
Live on PyPI
Blocked by Socket
This code contains a high-risk command injection vulnerability: it concatenates user-supplied file paths and kwargs directly into a shell command passed to os.system without quoting or validation. The usage() helper further risks executing an unintended binary via PATH. There is no evidence of obfuscation or explicit malicious payloads in the fragment, but the pattern enables arbitrary command execution if any input is attacker-controlled. Recommend refactoring to use subprocess with argument lists, validate/whitelist kwargs and file paths, and use an explicit absolute path to the executable.
vasprocar
1.1.19.131
Removed from PyPI
Blocked by Socket
This fragment appears to be part of a legitimate DOS/pDOS post-processing tool for Quantum ESPRESSO, but it uses multiple high-risk patterns: executing external Python files (exec(open(...).read())), copying and injecting variable content into a script and then executing it, and using bare excepts that suppress errors. These behaviors make the module vulnerable to supply-chain or local-file-tampering attacks: if an attacker can modify files in main_dir or dir_files (or influence the variables used to build filenames), they can achieve arbitrary code execution with the same privileges as the user running this script. I did not find explicit malicious payloads (no networking/exfiltration, no reverse shell code, no hardcoded secrets), so the code itself looks more insecure than intentionally malicious. Recommendation: avoid exec on arbitrary files; validate and/or cryptographically verify any scripts before executing; minimize use of globals and prefer importing modules safely; sanitize inputs and fail loudly rather than swallowing exceptions. Also review the rest of the project for places that set the variables used to build filenames. Note: the fragment contains multiple syntax errors and appears truncated which reduces certainty of the analysis.
Live on PyPI for 23 minutes before removal. Socket users were protected even while the package was live.
python
3.6.1
by Python Software Foundation
Live on NuGet
Blocked by Socket
This module is functionally a remote code execution backdoor: it accepts arbitrary Python code over a TCP connection and executes it in-process, returning stdout/stderr (including tracebacks) to the caller. It presents a high security risk — an attacker with network access can run arbitrary commands with the host process's privileges, read/write files, perform network exfiltration, and establish persistence. Do not run this code on any machine with sensitive data or network access. Remove or restrict it, require strong authentication, sandbox execution, enforce strict resource limits, and avoid executing untrusted input.
mtmai
0.3.1293
Live on PyPI
Blocked by Socket
The code exposes powerful administrative actions: arbitrary shell execution, arbitrary file reads, full environment dumps, and building/pushing Docker images to a hardcoded registry. These are not obfuscated but are high-risk capabilities that can be abused for data exfiltration, remote code execution, and supply-chain leakage if the superuser authentication is compromised or misconfigured. The presence of a hardcoded remote image name for docker push is suspicious for unintended outbound artifact exfiltration. Recommendation: avoid including these endpoints in public packages or ensure strict, auditable authentication and input validation; remove hardcoded push targets and avoid returning full environment variables or arbitrary file contents.
bluelamp-ai
0.45.3
Live on PyPI
Blocked by Socket
This file intentionally conceals executable code in a base64-encoded, zlib-compressed blob and executes it automatically at import time. That design prevents auditability and is a high-risk pattern in a software supply chain context. Treat the package as untrusted until the decompressed payload is extracted and reviewed in a secure analysis environment. Do not import or run this module in production or on sensitive systems without prior containment and code review.
airbnb-dev
3.8.0
by jpdtest1
Removed from npm
Blocked by Socket
The code is designed to collect and transmit system information to external endpoints without user consent, which is indicative of malicious behavior. The hardcoded endpoints and the nature of the data being sent pose a significant security risk.
Live on npm for 15 hours and 15 minutes before removal. Socket users were protected even while the package was live.
@next-core/brick-playground
1.10.24
by easyops-eve
Live on npm
Blocked by Socket
Best report identifies a concrete, high-risk sink (js/function tag in YAML) enabling dynamic code execution via the Function constructor. This constitutes a clear supply-chain/runtime risk if untrusted input is accepted and processed. The overall risk is elevated; mitigation should include removing or sandboxing the js/function path, implementing strict whitelist/validation for YAML content, and enforcing safe parsing practices or avoiding dynamic code generation from untrusted sources.
github.com/bishopfox/sliver
v1.5.40-0.20240215234119-dc93d054a9e6
Live on Go Modules
Blocked by Socket
This source file is part of a command-and-control/implant client (Sliver) that loads alias manifests and associated binary payloads from disk and instructs remote beacons to execute them (sideload, spawn DLL, execute assembly). That is explicit remote code execution functionality. There are no signs of code obfuscation or hidden credential harvesting inside this file, but the module provides high-risk capabilities: if an attacker can place or tamper with alias manifests or binary files on disk (or compromise the RPC/backend), they can cause arbitrary code execution on connected targets. Treat as dangerous functionality for any environment that is not explicitly intended to host offensive tooling.
github.com/bishopfox/sliver
v1.5.40-0.20230614192516-4841e46c346b
Live on Go Modules
Blocked by Socket
This file is an HTTP client for the Sliver implant C2 framework. It implements session bootstrapping, encrypted communication, polling, and closing behavior for a remote implant. The code is intentionally designed for covert network communication with a controller and therefore is malicious in the context of normal applications. Specific security concerns include predictable nonces due to math/rand, potential logging of sensitive data when compiled with debug, and in-memory handling of proxy credentials. If found in a package dependency for benign software, it should be considered a high-severity supply-chain compromise and removed or blocked.
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
AI-detected potential malware
HTTP dependency
Obfuscated code
Suspicious Stars on GitHub
Telemetry
Protestware or potentially unwanted behavior
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
No License Found
Non-permissive License
License exception
Unidentified License
Ambiguous License Classifier
Copyleft 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!
Depend on Socket to prevent malicious open source dependencies from infiltrating your app.
Install the Socket GitHub App in just 2 clicks and get protected today.
Block 70+ issues in open source code, including malware, typo-squatting, hidden code, misleading packages, permission creep, and more.
Reduce work by surfacing actionable security information directly in GitHub. Empower developers to make better decisions.
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.
Get our latest security research, open source insights, and product updates.

Security News
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.