
Research
Malicious Go “crypto” Module Steals Passwords and Deploys Rekoobe Backdoor
An impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.
Quickly evaluate the security and health of any open source package.
mtmai
0.3.881
Live on PyPI
Blocked by Socket
This module is an automation/scraping worker that intentionally executes code provided by task descriptions. That design requires trusting the task source. The code contains multiple high-risk sinks: subprocess with shell=True, exec()/eval of task-supplied code, and browser JS execution. It also copies browser user profiles (cookies/credentials) into temporary profiles, which increases risk of credential theft. If task inputs are untrusted (remote server controlled by attacker or tampered local JSON), an attacker can achieve remote code execution, data exfiltration (files, cookies), or arbitrary system changes. Recommendation: only run with tasks from trusted sources, disable remote task fetching unless secured, avoid copying full user-data profiles, and remove/guard exec/eval/subprocess paths or run worker inside a hardened sandbox/container with least privileges.
upwest.bundle
1.13.16
by Angelo Santos, Ângelo Santos
Live on NuGet
Blocked by Socket
This file contains highly obfuscated code that implements a runtime loader/unpacker and in-memory code injection mechanism. It reads embedded and external resources, decrypts and verifies payloads, allocates/writes executable memory and installs or invokes delegates/function pointers to run that payload. Those behaviors are consistent with a malicious loader/backdoor or highly suspicious runtime patching component. Even if the top-level classes appear to be a PayPal/Umbraco component, the embedded FNQY... helper implements actions that can execute arbitrary native or managed payloads, modify process memory, and bypass normal application boundaries. I assess this as dangerous: do not trust or use this package without a full provenance and dynamic analysis and, if found in your dependency tree, consider removing it and treating it as a potential compromise.
fca-horizon-remake
4.4.5
by horizonlucius
Removed from npm
Blocked by Socket
The code exhibits several security risks, particularly in how it handles sensitive user data and communicates with external services. It should be refactored to improve security practices, such as encrypting sensitive data and avoiding untrusted external connections.
Live on npm for 2 minutes before removal. Socket users were protected even while the package was live.
yinhepy
1.3.14
Live on PyPI
Blocked by Socket
This file hides a payload (large byte array) and executes it at runtime after XOR-decoding with a hard-coded key. That is a high-risk, suspicious pattern (obfuscated code + exec of decoded bytes). Even though the file itself uses only internal constants (no network reads), the runtime exec of hidden code can perform any action (exfiltrate, spawn shells, modify files, etc.). Treat this as malicious or at minimum extremely dangerous: do not import or execute the package in production. Further static or dynamic analysis of the decoded payload should be performed in an isolated sandbox to determine its exact behavior.
exe-py
1.17
Live on PyPI
Blocked by Socket
This module demonstrates multiple high-risk behaviors consistent with supply-chain abuse: it embeds and writes PyPI credentials, automates probing and uploading packages to PyPI, self-modifies its source file to persist metadata, executes many shell commands with unsanitized inputs (command injection risk), and includes a post-install hook that suspends the parent process and writes local runtime metadata. These actions can enable unauthorized publication of artifacts, credential misuse, disruption in build systems, and local data leakage. Treat this package as malicious/untrusted: do not run it in build or CI environments, remove any artifacts it published, rotate exposed credentials, and perform forensic review of systems where it executed.
smpw
1.0.4
Live on PyPI
Blocked by Socket
This module contains explicit malicious and abusive capabilities (keylogger that stores keystrokes to disk, SMS bomber, DDoS-style thread spawner, port scanner, and file encryption utilities) and also executes environment-modifying commands (pip installs). It should be treated as high-risk and potentially malicious. Do not run this code on any system you care about; remove it from supply chains and investigate origin/distribution. If encountered in a dependency, block and audit repositories and build artifacts.
@queenanya/modules
5.2.0
by teamolduser
Live on npm
Blocked by Socket
The code demonstrates high-risk behavior: heavy obfuscation, dynamic remote payload loading, ZIP-based delivery, and runtime code execution. While certain imports could be legitimate in a complex tool, the combined pattern indicates a strong potential for backdoor, dropper, or supply-chain abuse. Treat as dangerous and isolate in a secure, sandboxed environment with provenance verification and integrity checks before any consideration of inclusion in public-facing or distribution-level code.
mc-shell
0.5.0
Live on PyPI
Blocked by Socket
This module intentionally supports executing user-defined Python 'powers' by assembling source from a repository and running it with exec(). That behavior is high-risk: it allows arbitrary code execution if stored powers or runtime parameters are attacker-controlled or if clients lacking proper authorization can trigger execution. There are no sandboxing or input authorization measures evident in this fragment. No clear signs of intentionally malicious code embedded here (no obfuscation, no hardcoded exfiltration endpoints), but the design enables trivial supply-chain or runtime code-execution attacks if repository contents or client inputs are compromised. Recommend adding authentication/authorization checks, validating/sandboxing stored power code, restricting accessible builtins/environment for exec, and auditing repository integrity before use.
idx-auto-tester
99.10.9
Removed from npm
Blocked by Socket
The code exhibits clear signs of malicious behavior involving data theft and exfiltration. It encodes and sends sensitive system and user data to a suspicious domain via both DNS queries and HTTPS POST requests.
Live on npm for 59 minutes before removal. Socket users were protected even while the package was live.
mtlibs
0.0.252
Live on PyPI
Blocked by Socket
This module implements a command-and-control agent: it establishes a Tor connection to a hardcoded .onion C2, downloads a payload, writes it to a temporary file, sets it executable, and runs it — all without validation — and provides a POST endpoint for C2 communication. These are canonical backdoor behaviors (remote code execution, persistence, and concealed C2). Treat the code as malicious: do not execute, block the domain, and investigate any systems where this package or its parent repository was installed or run.
console-format
2.2.12
by szhou
Live on npm
Blocked by Socket
This file gathers sensitive system details (hostname, home directory, OS version, CPU data) and transmits them to hxxps://api-track[.]example[.]com/monitor-service/upload-package-info and hxxp://npm[.]example[.]com/ without user consent. It also modifies files in node_modules, which can lead to unauthorized changes or security risks. These behaviors demonstrate malicious intent and pose a significant threat to privacy and system integrity.
kettle-aroma-piv122
1.0.0
by afifaljafari112
Removed from npm
Blocked by Socket
The code primarily imports several unknown or suspicious modules and calls an undefined function 'functame' on each of them. Without further information on these modules or the 'functame' method, it is difficult to ascertain the full intent or impact of this code. The unusual naming and the lack of transparency increase the suspicion of potentially malicious activity. Further analysis of the external modules is necessary to make a more informed conclusion.
Live on npm for 56 days, 8 hours and 1 minute before removal. Socket users were protected even while the package was live.
electron-remote-control
1.4.3311
by dinoscape
Live on npm
Blocked by Socket
This code performs operations that overwrite and copy files into node_modules/electron-remote-control and executes platform-specific scripts. That pattern is consistent with supply-chain tampering: replacing or injecting code into an installed dependency and executing scripts that have access to the process environment. This can enable persistence, backdoors, credential exposure, and arbitrary code execution. Treat this module as high risk and audit the full package and the referenced scripts and copied files before using. If encountered in an install or postinstall script, consider blocking it and restoring a clean dependency tree.
@synsci/cli-linux-arm64-musl
1.1.96
by syntheticsciences
Live on npm
Blocked by Socket
[Skill Scanner] Installation of third-party script detected (AITech 9.1.4) [SC006]
react-native-android-library-simpl-sdk
69.0.0
by playerunknown23
Removed from npm
Blocked by Socket
The code is collecting and sending sensitive system information to a potentially malicious domain without user consent. This behavior is indicative of malware and poses a significant security risk.
Live on npm for 73 days, 1 hour and 48 minutes before removal. Socket users were protected even while the package was live.
mtmai
0.3.1290
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.
material-ui-plugin-styles-provider-cache
3.99.0
by caweve5902
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 45 minutes before removal. Socket users were protected even while the package was live.
@synsci/cli-linux-x64
1.1.93
by syntheticsciences
Live on npm
Blocked by Socket
[Skill Scanner] Installation of third-party script detected (AITech 9.1.4) [SC006]
slowloris
0.2.0
Live on PyPI
Blocked by Socket
This script is a straightforward Slowloris DoS tool: its functionality is to open many persistent HTTP(S) connections and keep them half-open by periodically sending header lines, exhausting server connection resources. The code contains no signs of data exfiltration, hidden backdoors, or obfuscation, but it explicitly enables malicious activity (denial-of-service) and includes a proxy option to mask origin. Do not run this tool against systems you do not own or have explicit authorization to test. Also note a minor bug in the User-Agent list (missing comma) and the global monkey-patch of socket.socket when using a proxy which can affect other code in the same process.
pinokiod
5.3.1
by cocktailpeanut
Live on npm
Blocked by Socket
The SweetAlert2 library code is mostly benign and serves as a UI modal dialog tool. However, it contains a suspicious and potentially malicious snippet that targets Russian users on certain domains to play an unsolicited audio prank, disabling pointer events and potentially disrupting user interaction. This behavior is unexpected and should be considered a moderate security risk and potential malware. The rest of the code shows no signs of malicious intent. The provided reports were invalid and unhelpful. Users should be cautious about this version of the library due to the embedded prank behavior.
monorepo-base
99.99.99
by kevin619
Removed from npm
Blocked by Socket
This file performs clear and immediate data exfiltration: it gathers local environment and package metadata (including potentially sensitive package.json contents) and POSTs it to a hard-coded external domain when the module is loaded. The behavior is covert (silent error handling, no opt-out) and constitutes a supply-chain/privacy compromise. Treat packages containing this code as malicious or compromised; remove or disable the code, rotate any secrets that may have been exposed in package.json or environment, and investigate the package's provenance and recent updates.
Live on npm for 37 minutes before removal. Socket users were protected even while the package was live.
axus
0.2.1
by ehu
Removed from npm
Blocked by Socket
The code contains hard-coded credentials and sensitive information, posing a potential security risk if not handled properly. It does not exhibit explicit malicious behavior, but it poses a security risk due to the hard-coded sensitive information.
Live on npm for 1 day, 3 hours and 26 minutes before removal. Socket users were protected even while the package was live.
smm-youtube
1.0.6
Live on npm
Blocked by Socket
This package will execute preinstall.js automatically during npm install. That file can perform any action (download and run remote code, modify files, add git hooks, exfiltrate data, open a reverse shell, etc.). The repository name containing "worm" and the low-quality metadata increase suspicion. Treat this as high risk until preinstall.js is reviewed in a safe environment.
jonpy
0.13
Live on PyPI
Blocked by Socket
The code presents a critical remote code execution surface by loading and executing Python code from disk based on request-derived paths, combined with a runtime templating mechanism. Without strict validation, sandboxing, or code signing, this is a high-severity security risk that could enable arbitrary server compromise, data leakage, or supply-chain abuse. Recommend replacing with a safe templating engine, validating and sandboxing all filesystem access, and removing dynamic exec/compile on untrusted inputs.
mtmai
0.3.881
Live on PyPI
Blocked by Socket
This module is an automation/scraping worker that intentionally executes code provided by task descriptions. That design requires trusting the task source. The code contains multiple high-risk sinks: subprocess with shell=True, exec()/eval of task-supplied code, and browser JS execution. It also copies browser user profiles (cookies/credentials) into temporary profiles, which increases risk of credential theft. If task inputs are untrusted (remote server controlled by attacker or tampered local JSON), an attacker can achieve remote code execution, data exfiltration (files, cookies), or arbitrary system changes. Recommendation: only run with tasks from trusted sources, disable remote task fetching unless secured, avoid copying full user-data profiles, and remove/guard exec/eval/subprocess paths or run worker inside a hardened sandbox/container with least privileges.
upwest.bundle
1.13.16
by Angelo Santos, Ângelo Santos
Live on NuGet
Blocked by Socket
This file contains highly obfuscated code that implements a runtime loader/unpacker and in-memory code injection mechanism. It reads embedded and external resources, decrypts and verifies payloads, allocates/writes executable memory and installs or invokes delegates/function pointers to run that payload. Those behaviors are consistent with a malicious loader/backdoor or highly suspicious runtime patching component. Even if the top-level classes appear to be a PayPal/Umbraco component, the embedded FNQY... helper implements actions that can execute arbitrary native or managed payloads, modify process memory, and bypass normal application boundaries. I assess this as dangerous: do not trust or use this package without a full provenance and dynamic analysis and, if found in your dependency tree, consider removing it and treating it as a potential compromise.
fca-horizon-remake
4.4.5
by horizonlucius
Removed from npm
Blocked by Socket
The code exhibits several security risks, particularly in how it handles sensitive user data and communicates with external services. It should be refactored to improve security practices, such as encrypting sensitive data and avoiding untrusted external connections.
Live on npm for 2 minutes before removal. Socket users were protected even while the package was live.
yinhepy
1.3.14
Live on PyPI
Blocked by Socket
This file hides a payload (large byte array) and executes it at runtime after XOR-decoding with a hard-coded key. That is a high-risk, suspicious pattern (obfuscated code + exec of decoded bytes). Even though the file itself uses only internal constants (no network reads), the runtime exec of hidden code can perform any action (exfiltrate, spawn shells, modify files, etc.). Treat this as malicious or at minimum extremely dangerous: do not import or execute the package in production. Further static or dynamic analysis of the decoded payload should be performed in an isolated sandbox to determine its exact behavior.
exe-py
1.17
Live on PyPI
Blocked by Socket
This module demonstrates multiple high-risk behaviors consistent with supply-chain abuse: it embeds and writes PyPI credentials, automates probing and uploading packages to PyPI, self-modifies its source file to persist metadata, executes many shell commands with unsanitized inputs (command injection risk), and includes a post-install hook that suspends the parent process and writes local runtime metadata. These actions can enable unauthorized publication of artifacts, credential misuse, disruption in build systems, and local data leakage. Treat this package as malicious/untrusted: do not run it in build or CI environments, remove any artifacts it published, rotate exposed credentials, and perform forensic review of systems where it executed.
smpw
1.0.4
Live on PyPI
Blocked by Socket
This module contains explicit malicious and abusive capabilities (keylogger that stores keystrokes to disk, SMS bomber, DDoS-style thread spawner, port scanner, and file encryption utilities) and also executes environment-modifying commands (pip installs). It should be treated as high-risk and potentially malicious. Do not run this code on any system you care about; remove it from supply chains and investigate origin/distribution. If encountered in a dependency, block and audit repositories and build artifacts.
@queenanya/modules
5.2.0
by teamolduser
Live on npm
Blocked by Socket
The code demonstrates high-risk behavior: heavy obfuscation, dynamic remote payload loading, ZIP-based delivery, and runtime code execution. While certain imports could be legitimate in a complex tool, the combined pattern indicates a strong potential for backdoor, dropper, or supply-chain abuse. Treat as dangerous and isolate in a secure, sandboxed environment with provenance verification and integrity checks before any consideration of inclusion in public-facing or distribution-level code.
mc-shell
0.5.0
Live on PyPI
Blocked by Socket
This module intentionally supports executing user-defined Python 'powers' by assembling source from a repository and running it with exec(). That behavior is high-risk: it allows arbitrary code execution if stored powers or runtime parameters are attacker-controlled or if clients lacking proper authorization can trigger execution. There are no sandboxing or input authorization measures evident in this fragment. No clear signs of intentionally malicious code embedded here (no obfuscation, no hardcoded exfiltration endpoints), but the design enables trivial supply-chain or runtime code-execution attacks if repository contents or client inputs are compromised. Recommend adding authentication/authorization checks, validating/sandboxing stored power code, restricting accessible builtins/environment for exec, and auditing repository integrity before use.
idx-auto-tester
99.10.9
Removed from npm
Blocked by Socket
The code exhibits clear signs of malicious behavior involving data theft and exfiltration. It encodes and sends sensitive system and user data to a suspicious domain via both DNS queries and HTTPS POST requests.
Live on npm for 59 minutes before removal. Socket users were protected even while the package was live.
mtlibs
0.0.252
Live on PyPI
Blocked by Socket
This module implements a command-and-control agent: it establishes a Tor connection to a hardcoded .onion C2, downloads a payload, writes it to a temporary file, sets it executable, and runs it — all without validation — and provides a POST endpoint for C2 communication. These are canonical backdoor behaviors (remote code execution, persistence, and concealed C2). Treat the code as malicious: do not execute, block the domain, and investigate any systems where this package or its parent repository was installed or run.
console-format
2.2.12
by szhou
Live on npm
Blocked by Socket
This file gathers sensitive system details (hostname, home directory, OS version, CPU data) and transmits them to hxxps://api-track[.]example[.]com/monitor-service/upload-package-info and hxxp://npm[.]example[.]com/ without user consent. It also modifies files in node_modules, which can lead to unauthorized changes or security risks. These behaviors demonstrate malicious intent and pose a significant threat to privacy and system integrity.
kettle-aroma-piv122
1.0.0
by afifaljafari112
Removed from npm
Blocked by Socket
The code primarily imports several unknown or suspicious modules and calls an undefined function 'functame' on each of them. Without further information on these modules or the 'functame' method, it is difficult to ascertain the full intent or impact of this code. The unusual naming and the lack of transparency increase the suspicion of potentially malicious activity. Further analysis of the external modules is necessary to make a more informed conclusion.
Live on npm for 56 days, 8 hours and 1 minute before removal. Socket users were protected even while the package was live.
electron-remote-control
1.4.3311
by dinoscape
Live on npm
Blocked by Socket
This code performs operations that overwrite and copy files into node_modules/electron-remote-control and executes platform-specific scripts. That pattern is consistent with supply-chain tampering: replacing or injecting code into an installed dependency and executing scripts that have access to the process environment. This can enable persistence, backdoors, credential exposure, and arbitrary code execution. Treat this module as high risk and audit the full package and the referenced scripts and copied files before using. If encountered in an install or postinstall script, consider blocking it and restoring a clean dependency tree.
@synsci/cli-linux-arm64-musl
1.1.96
by syntheticsciences
Live on npm
Blocked by Socket
[Skill Scanner] Installation of third-party script detected (AITech 9.1.4) [SC006]
react-native-android-library-simpl-sdk
69.0.0
by playerunknown23
Removed from npm
Blocked by Socket
The code is collecting and sending sensitive system information to a potentially malicious domain without user consent. This behavior is indicative of malware and poses a significant security risk.
Live on npm for 73 days, 1 hour and 48 minutes before removal. Socket users were protected even while the package was live.
mtmai
0.3.1290
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.
material-ui-plugin-styles-provider-cache
3.99.0
by caweve5902
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 45 minutes before removal. Socket users were protected even while the package was live.
@synsci/cli-linux-x64
1.1.93
by syntheticsciences
Live on npm
Blocked by Socket
[Skill Scanner] Installation of third-party script detected (AITech 9.1.4) [SC006]
slowloris
0.2.0
Live on PyPI
Blocked by Socket
This script is a straightforward Slowloris DoS tool: its functionality is to open many persistent HTTP(S) connections and keep them half-open by periodically sending header lines, exhausting server connection resources. The code contains no signs of data exfiltration, hidden backdoors, or obfuscation, but it explicitly enables malicious activity (denial-of-service) and includes a proxy option to mask origin. Do not run this tool against systems you do not own or have explicit authorization to test. Also note a minor bug in the User-Agent list (missing comma) and the global monkey-patch of socket.socket when using a proxy which can affect other code in the same process.
pinokiod
5.3.1
by cocktailpeanut
Live on npm
Blocked by Socket
The SweetAlert2 library code is mostly benign and serves as a UI modal dialog tool. However, it contains a suspicious and potentially malicious snippet that targets Russian users on certain domains to play an unsolicited audio prank, disabling pointer events and potentially disrupting user interaction. This behavior is unexpected and should be considered a moderate security risk and potential malware. The rest of the code shows no signs of malicious intent. The provided reports were invalid and unhelpful. Users should be cautious about this version of the library due to the embedded prank behavior.
monorepo-base
99.99.99
by kevin619
Removed from npm
Blocked by Socket
This file performs clear and immediate data exfiltration: it gathers local environment and package metadata (including potentially sensitive package.json contents) and POSTs it to a hard-coded external domain when the module is loaded. The behavior is covert (silent error handling, no opt-out) and constitutes a supply-chain/privacy compromise. Treat packages containing this code as malicious or compromised; remove or disable the code, rotate any secrets that may have been exposed in package.json or environment, and investigate the package's provenance and recent updates.
Live on npm for 37 minutes before removal. Socket users were protected even while the package was live.
axus
0.2.1
by ehu
Removed from npm
Blocked by Socket
The code contains hard-coded credentials and sensitive information, posing a potential security risk if not handled properly. It does not exhibit explicit malicious behavior, but it poses a security risk due to the hard-coded sensitive information.
Live on npm for 1 day, 3 hours and 26 minutes before removal. Socket users were protected even while the package was live.
smm-youtube
1.0.6
Live on npm
Blocked by Socket
This package will execute preinstall.js automatically during npm install. That file can perform any action (download and run remote code, modify files, add git hooks, exfiltrate data, open a reverse shell, etc.). The repository name containing "worm" and the low-quality metadata increase suspicion. Treat this as high risk until preinstall.js is reviewed in a safe environment.
jonpy
0.13
Live on PyPI
Blocked by Socket
The code presents a critical remote code execution surface by loading and executing Python code from disk based on request-derived paths, combined with a runtime templating mechanism. Without strict validation, sandboxing, or code signing, this is a high-severity security risk that could enable arbitrary server compromise, data leakage, or supply-chain abuse. Recommend replacing with a safe templating engine, validating and sandboxing all filesystem access, and removing dynamic exec/compile on untrusted inputs.
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
Ambiguous License Classifier
Copyleft License
License exception
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.

Research
An impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.

Security News
npm rolls out a package release cooldown and scalable trusted publishing updates as ecosystem adoption of install safeguards grows.

Security News
AI agents are writing more code than ever, and that's creating new supply chain risks. Feross joins the Risky Business Podcast to break down what that means for open source security.