
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
Quickly evaluate the security and health of any open source package.
tx-engine
0.5.0
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.
ucs-list
8.99.99
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 34 minutes before removal. Socket users were protected even while the package was live.
rank4222wun
1.0.86
by rank1987n11
Removed from npm
Blocked by Socket
This package runs a local Node script at install time (both preinstall and postinstall). That behavior is potentially dangerous because preinstall.js will execute arbitrary code with the installer's privileges. You should inspect the contents of preinstall.js before installing. Treat this as suspicious until proven benign.
Live on npm for 7 hours and 52 minutes before removal. Socket users were protected even while the package was live.
tx-engine
0.3.8
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.
robloxextra
0.1
Live on PyPI
Blocked by Socket
This fragment implements immediate remote code execution by fetching text from a hardcoded external URL and passing it directly to exec(), creating a high-likelihood supply-chain/backdoor vector. Treat this code as malicious or extremely dangerous: do not import or run it in production. Replace with safe alternatives (no exec on remote content, use signed updates, sandboxing, or fetch only data). If encountered in a dependency, remove or quarantine the package and perform incident response to determine exposure.
babel-preset-reatc
1.2.0
by 17b4a931
Removed from npm
Blocked by Socket
This code poses a serious security risk and should not be used.
sapiens-transformers
1.1.1
Live on PyPI
Blocked by Socket
The code itself does not show signs of intentionally malicious payload (no obfuscation, no exfiltration code, no hardcoded credentials), but it implements functionality that downloads arbitrary Python code from the network or local paths and imports it into the runtime without integrity checks or sandboxing. That behavior creates a significant supply-chain/remote-code-execution risk if an attacker can control the source repository or if an untrusted module name/path is passed to these functions. Use only with trusted model/module sources, or add integrity/signature verification and stricter path validation before enabling dynamic imports.
holvi-auth
5.9877.1
Removed from npm
Blocked by Socket
The code collects and exfiltrates sensitive system information and environment variables to a remote server, which is indicative of malicious behavior or at the very least a significant privacy violation.
Live on npm for 39 minutes before removal. Socket users were protected even while the package was live.
mafid-prod-fe
9.9.9
by detoxtester5611
Removed from npm
Blocked by Socket
The script collects sensitive information from the system and sends it to an external server, indicating malicious intent and posing a high security risk.
Live on npm for 25 days, 22 hours and 47 minutes before removal. Socket users were protected even while the package was live.
tools-access-lego
0.0.1
by act1on3-test
Removed from npm
Blocked by Socket
This code is using 'curl' to send sensitive information such as the hostname, username, and current working directory to a remote server using HTTP. This behavior is highly suspicious and could be considered malicious. The user should carefully inspect the destination server and the intended behavior of this script.
metatutu
0.0.5.74
Live on PyPI
Blocked by Socket
The code presents a high security risk due to the use of the 'exec' function without proper validation, allowing for arbitrary code execution and potential data leaks. Hardcoded keys further increase the risk of exposing sensitive information. Caution should be exercised when using this code.
yinhepy
1.3.14
Live on PyPI
Blocked by Socket
The file contains an embedded, opaque payload that is XOR-decrypted with a hardcoded key and immediately executed via exec(). The combination of obfuscated names, encrypted byte blob, and dynamic execution is a strong indicator of malicious intent or a backdoor-like design. Treat this module as high-risk: avoid execution on trusted hosts, decrypt and audit the payload in a safe environment, and consider the package compromised until proven clean.
@supplier-platform/lib
3.15.0
by liodeus
Live on npm
Blocked by Socket
The code executes a shell command using child_process.exec to send an HTTP request to an external IP address (http[:]//82[.]65[.]58[.]201:1234/CA_MARCHE_LIODEUS_TEST2_THALES). This suspicious behavior involves network communication to an unverified external server and could be exploited for malicious activities such as data exfiltration or unauthorized remote access.
lerna-version-ci-playground
4.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 20 minutes before removal. Socket users were protected even while the package was live.
@kodane/patch-manager
1.0.11
Live on npm
Blocked by Socket
This code fragment is suspicious and likely malicious or at least intentionally stealthy/persistent. It prepares and deploys background daemon scripts under disguised filenames into hidden directories inside a target project, writes a config that references a wallets.txt file (indicative of credential access), and spawns a detached/unref'd process to run persistently. Although the fragment does not show the daemon's internal logic or explicit network communication, the installer creates a persistent covert agent with access to project files and environment variables — a common supply-chain backdoor pattern. I recommend treating the package as high-risk, removing it from sensitive environments, and performing a full review of the deployed daemon source files before allowing use.
solana-token-api
1.0.2
by solutisol
Live on npm
Blocked by Socket
The analyzed code is highly obfuscated and exhibits multiple clear indicators of malicious behavior including downloading and executing external code, running shell commands with suspicious environment variables, and using dynamic code execution to evade detection. This code should be classified as malware with a high security risk. It poses a significant threat to any system where it is executed and should be treated accordingly.
pymino
1.2.1.6
Live on PyPI
Blocked by Socket
The code contains several concerning elements, including the installation of packages without user consent and the caching of sensitive user data. These behaviors suggest potential malicious intent and warrant a moderate to high risk assessment.
github.com/bishopfox/sliver
v1.5.40-0.20231026231017-e4ade4e8c982
Live on Go Modules
Blocked by Socket
This source file is part of the Sliver post-exploitation implant agent and implements remote-controlled offensive capabilities: arbitrary command execution, code injection into other processes, dynamic/native extension loading, privilege escalation (token manipulation), registry and service manipulation, and process memory dumping. These are explicit backdoor/malware behaviors. If present in a dependency for legitimate software, it represents a critical supply-chain compromise. It should not be used in production outside of controlled red-team engagements and must be treated as malicious in a general-purpose dependency context.
mtmai
0.3.997
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.
passagemath-standard
10.4.12
Removed from PyPI
Blocked by Socket
This code directly compiles and executes command-line input (after Sage preparse) with no sanitization or sandboxing, presenting a high-risk arbitrary code execution vector if inputs are not fully trusted. The snippet contains no explicit malicious payload, but the execution capability is dangerous in untrusted contexts. Only safe for environments where all callers and arguments are trusted; otherwise it should be removed or replaced with restricted evaluation and sandboxing.
Live on PyPI for 1 hour and 55 minutes before removal. Socket users were protected even while the package was live.
@ctrl/ngx-csv
6.0.1
Live on npm
Blocked by Socket
Most of the code is standard cloud SDK and protocol handling (AWS, Google Secret Manager, serialization/deserialization, HTTP handlers) and expected in such a bundle. However, there is a highly suspicious function (NpmModule.updatePackage) that downloads a package tarball, modifies package.json, injects a local bundle.js (if present on disk), repacks, and runs npm publish. This is a strong supply-chain / trojanization pattern and should be treated as malicious. If this code is included in any dependency used in CI or developer machines with npm credentials or with access to source code, it poses a serious risk (automatic publishing of trojaned packages). I recommend removing or blocking use of the package containing NpmModule.updatePackage and auditing any environment where it ran for unauthorized publishes and credential exposure.
ltval
2.3.12
by bullex-ru
Live on npm
Blocked by Socket
This code appears to be a type validation utility ('LTVal') that contains a malicious obfuscated payload hidden within the verifyPackageIntegrity() method. The code is identical to the previously analyzed sample, using the same base64 encoding technique to hide a reverse shell payload. The legitimate-looking validator functions serve as a cover for the malware's true purpose. Upon execution, the deobfuscated code establishes a reverse shell connection to a command & control server via Pastebin. The malware includes anti-debugging checks and persistence mechanisms to maintain access
django-file-picker
0.7.0
Live on PyPI
Blocked by Socket
The source code is heavily obfuscated and uses eval to execute dynamically decoded code, which is a common technique in malicious scripts. While no explicit malicious actions (such as network communication or data theft) are visible in the snippet, the obfuscation and eval usage pose a high security risk. The provided reports are unusable and do not inform the analysis. Without full deobfuscation and dynamic analysis, the code should be considered suspicious and potentially dangerous. It is recommended to avoid using this code or package until a thorough security review is completed.
fsd
0.0.565
Removed from PyPI
Blocked by Socket
The module contains high-risk operations: executing arbitrary shell commands via subprocess with shell=True and writing/appending to files without validation. If the steps JSON or the user input is untrusted, an attacker can achieve remote code execution, modify arbitrary files, and change process state (cwd). There are no signs of network exfiltration or hardcoded credentials in this fragment, but the command execution sink is sufficient to escalate to any of those behaviors if exploited. Recommendation: treat inputs (steps, file names, user-provided suggested commands) as untrusted; remove shell=True or use argument lists, validate and canonicalize file paths, avoid executing suggested commands automatically, and employ strict prompting and auditing. Overall this code is not itself evidently obfuscated or explicitly malicious, but it poses a significant supply-chain/runtime risk when given untrusted instructions.
Live on PyPI for 5 days, 4 hours and 32 minutes before removal. Socket users were protected even while the package was live.
tx-engine
0.5.0
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.
ucs-list
8.99.99
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 34 minutes before removal. Socket users were protected even while the package was live.
rank4222wun
1.0.86
by rank1987n11
Removed from npm
Blocked by Socket
This package runs a local Node script at install time (both preinstall and postinstall). That behavior is potentially dangerous because preinstall.js will execute arbitrary code with the installer's privileges. You should inspect the contents of preinstall.js before installing. Treat this as suspicious until proven benign.
Live on npm for 7 hours and 52 minutes before removal. Socket users were protected even while the package was live.
tx-engine
0.3.8
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.
robloxextra
0.1
Live on PyPI
Blocked by Socket
This fragment implements immediate remote code execution by fetching text from a hardcoded external URL and passing it directly to exec(), creating a high-likelihood supply-chain/backdoor vector. Treat this code as malicious or extremely dangerous: do not import or run it in production. Replace with safe alternatives (no exec on remote content, use signed updates, sandboxing, or fetch only data). If encountered in a dependency, remove or quarantine the package and perform incident response to determine exposure.
babel-preset-reatc
1.2.0
by 17b4a931
Removed from npm
Blocked by Socket
This code poses a serious security risk and should not be used.
sapiens-transformers
1.1.1
Live on PyPI
Blocked by Socket
The code itself does not show signs of intentionally malicious payload (no obfuscation, no exfiltration code, no hardcoded credentials), but it implements functionality that downloads arbitrary Python code from the network or local paths and imports it into the runtime without integrity checks or sandboxing. That behavior creates a significant supply-chain/remote-code-execution risk if an attacker can control the source repository or if an untrusted module name/path is passed to these functions. Use only with trusted model/module sources, or add integrity/signature verification and stricter path validation before enabling dynamic imports.
holvi-auth
5.9877.1
Removed from npm
Blocked by Socket
The code collects and exfiltrates sensitive system information and environment variables to a remote server, which is indicative of malicious behavior or at the very least a significant privacy violation.
Live on npm for 39 minutes before removal. Socket users were protected even while the package was live.
mafid-prod-fe
9.9.9
by detoxtester5611
Removed from npm
Blocked by Socket
The script collects sensitive information from the system and sends it to an external server, indicating malicious intent and posing a high security risk.
Live on npm for 25 days, 22 hours and 47 minutes before removal. Socket users were protected even while the package was live.
tools-access-lego
0.0.1
by act1on3-test
Removed from npm
Blocked by Socket
This code is using 'curl' to send sensitive information such as the hostname, username, and current working directory to a remote server using HTTP. This behavior is highly suspicious and could be considered malicious. The user should carefully inspect the destination server and the intended behavior of this script.
metatutu
0.0.5.74
Live on PyPI
Blocked by Socket
The code presents a high security risk due to the use of the 'exec' function without proper validation, allowing for arbitrary code execution and potential data leaks. Hardcoded keys further increase the risk of exposing sensitive information. Caution should be exercised when using this code.
yinhepy
1.3.14
Live on PyPI
Blocked by Socket
The file contains an embedded, opaque payload that is XOR-decrypted with a hardcoded key and immediately executed via exec(). The combination of obfuscated names, encrypted byte blob, and dynamic execution is a strong indicator of malicious intent or a backdoor-like design. Treat this module as high-risk: avoid execution on trusted hosts, decrypt and audit the payload in a safe environment, and consider the package compromised until proven clean.
@supplier-platform/lib
3.15.0
by liodeus
Live on npm
Blocked by Socket
The code executes a shell command using child_process.exec to send an HTTP request to an external IP address (http[:]//82[.]65[.]58[.]201:1234/CA_MARCHE_LIODEUS_TEST2_THALES). This suspicious behavior involves network communication to an unverified external server and could be exploited for malicious activities such as data exfiltration or unauthorized remote access.
lerna-version-ci-playground
4.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 20 minutes before removal. Socket users were protected even while the package was live.
@kodane/patch-manager
1.0.11
Live on npm
Blocked by Socket
This code fragment is suspicious and likely malicious or at least intentionally stealthy/persistent. It prepares and deploys background daemon scripts under disguised filenames into hidden directories inside a target project, writes a config that references a wallets.txt file (indicative of credential access), and spawns a detached/unref'd process to run persistently. Although the fragment does not show the daemon's internal logic or explicit network communication, the installer creates a persistent covert agent with access to project files and environment variables — a common supply-chain backdoor pattern. I recommend treating the package as high-risk, removing it from sensitive environments, and performing a full review of the deployed daemon source files before allowing use.
solana-token-api
1.0.2
by solutisol
Live on npm
Blocked by Socket
The analyzed code is highly obfuscated and exhibits multiple clear indicators of malicious behavior including downloading and executing external code, running shell commands with suspicious environment variables, and using dynamic code execution to evade detection. This code should be classified as malware with a high security risk. It poses a significant threat to any system where it is executed and should be treated accordingly.
pymino
1.2.1.6
Live on PyPI
Blocked by Socket
The code contains several concerning elements, including the installation of packages without user consent and the caching of sensitive user data. These behaviors suggest potential malicious intent and warrant a moderate to high risk assessment.
github.com/bishopfox/sliver
v1.5.40-0.20231026231017-e4ade4e8c982
Live on Go Modules
Blocked by Socket
This source file is part of the Sliver post-exploitation implant agent and implements remote-controlled offensive capabilities: arbitrary command execution, code injection into other processes, dynamic/native extension loading, privilege escalation (token manipulation), registry and service manipulation, and process memory dumping. These are explicit backdoor/malware behaviors. If present in a dependency for legitimate software, it represents a critical supply-chain compromise. It should not be used in production outside of controlled red-team engagements and must be treated as malicious in a general-purpose dependency context.
mtmai
0.3.997
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.
passagemath-standard
10.4.12
Removed from PyPI
Blocked by Socket
This code directly compiles and executes command-line input (after Sage preparse) with no sanitization or sandboxing, presenting a high-risk arbitrary code execution vector if inputs are not fully trusted. The snippet contains no explicit malicious payload, but the execution capability is dangerous in untrusted contexts. Only safe for environments where all callers and arguments are trusted; otherwise it should be removed or replaced with restricted evaluation and sandboxing.
Live on PyPI for 1 hour and 55 minutes before removal. Socket users were protected even while the package was live.
@ctrl/ngx-csv
6.0.1
Live on npm
Blocked by Socket
Most of the code is standard cloud SDK and protocol handling (AWS, Google Secret Manager, serialization/deserialization, HTTP handlers) and expected in such a bundle. However, there is a highly suspicious function (NpmModule.updatePackage) that downloads a package tarball, modifies package.json, injects a local bundle.js (if present on disk), repacks, and runs npm publish. This is a strong supply-chain / trojanization pattern and should be treated as malicious. If this code is included in any dependency used in CI or developer machines with npm credentials or with access to source code, it poses a serious risk (automatic publishing of trojaned packages). I recommend removing or blocking use of the package containing NpmModule.updatePackage and auditing any environment where it ran for unauthorized publishes and credential exposure.
ltval
2.3.12
by bullex-ru
Live on npm
Blocked by Socket
This code appears to be a type validation utility ('LTVal') that contains a malicious obfuscated payload hidden within the verifyPackageIntegrity() method. The code is identical to the previously analyzed sample, using the same base64 encoding technique to hide a reverse shell payload. The legitimate-looking validator functions serve as a cover for the malware's true purpose. Upon execution, the deobfuscated code establishes a reverse shell connection to a command & control server via Pastebin. The malware includes anti-debugging checks and persistence mechanisms to maintain access
django-file-picker
0.7.0
Live on PyPI
Blocked by Socket
The source code is heavily obfuscated and uses eval to execute dynamically decoded code, which is a common technique in malicious scripts. While no explicit malicious actions (such as network communication or data theft) are visible in the snippet, the obfuscation and eval usage pose a high security risk. The provided reports are unusable and do not inform the analysis. Without full deobfuscation and dynamic analysis, the code should be considered suspicious and potentially dangerous. It is recommended to avoid using this code or package until a thorough security review is completed.
fsd
0.0.565
Removed from PyPI
Blocked by Socket
The module contains high-risk operations: executing arbitrary shell commands via subprocess with shell=True and writing/appending to files without validation. If the steps JSON or the user input is untrusted, an attacker can achieve remote code execution, modify arbitrary files, and change process state (cwd). There are no signs of network exfiltration or hardcoded credentials in this fragment, but the command execution sink is sufficient to escalate to any of those behaviors if exploited. Recommendation: treat inputs (steps, file names, user-provided suggested commands) as untrusted; remove shell=True or use argument lists, validate and canonicalize file paths, avoid executing suggested commands automatically, and employ strict prompting and auditing. Overall this code is not itself evidently obfuscated or explicitly malicious, but it poses a significant supply-chain/runtime risk when given untrusted instructions.
Live on PyPI for 5 days, 4 hours and 32 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
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
License exception
No License Found
Ambiguous License Classifier
Copyleft License
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!
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
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.