
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
Questions? Call us at (844) SOCKET-0
Quickly evaluate the security and health of any open source package.
wix-code-sdk-providers
8.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 15 minutes before removal. Socket users were protected even while the package was live.
354766/trilwu/secskills/escalating-windows-privileges/
48d7181b3202e4c88bbb0fdf92f3887cdd9c3a42
Live on socket
Blocked by Socket
This skill is a high-risk offensive security capability for AI agents. Its purpose and capabilities are internally consistent, but that purpose is Windows privilege escalation, credential dumping, persistence, and evasion; this makes it dangerous by design and inappropriate for general agent deployment without strict human control and authorization boundaries.
omniroute
2.9.2
by diegosouza.pw
Live on npm
Blocked by Socket
The code includes legitimate-looking server utilities, but also contains functionality that fingerprints the host and exfiltrates local configuration and secrets (provider connections and API keys) to a remote CLOUD_URL when cloud syncing is enabled. This is a privacy-sensitive and potentially dangerous behavior if CLOUD_URL is uncontrolled or if the user is unaware. If intended (part of an opt-in cloud sync feature), document and secure consent; if not intended, consider it malicious/exfiltrative. Recommend auditing cloud endpoint, restricting what is sent, adding explicit opt-in and redaction of secrets, and reviewing exec/file access.
agi-core
1.0.0
by erosolaraijs
Live on npm
Blocked by Socket
The install-time behavior itself is not directly executing remote code or obvious malware: it only sets executable permission on the packaged CLI. However, the package explicitly exposes modules and example scripts for cyber/real-cyber attacks and provides convenient demo commands to run them. This makes the package high-risk and potentially malicious or dual-use. If you intend to install or run its CLI/examples, inspect the source (especially dist/core/* and examples/*) carefully and avoid running the provided cyber demos on production or internet-connected systems.
colab-ssh
0.2.5
Live on pypi
Blocked by Socket
This code enables privileged remote access (root SSH) and automatically exposes and publishes the connection endpoint to an external service. That combination creates a high-risk supply-chain/remote-access vector: it changes system configuration, sets root credentials, runs a third-party binary (ngrok) to tunnel SSH, and exfiltrates the public endpoint. Even though the fragment contains syntax errors and would need fixing to run, the intended behavior is dangerous. Treat this code as potentially malicious or at minimum as extremely risky for use in shared/cloud environments.
gitlab.com/postgres-ai/database-lab
v3.5.0+incompatible
Live on go
Blocked by Socket
The snippet embodies a high-severity security risk: it accepts an opaque payload from an environment variable, deletes existing cryptographic material, and unpacks content into the home directory without integrity checks. This is characteristic of backdoor or cryptographic material manipulation vectors and should be blocked or tightly controlled (disable such payload channels, enforce signature verification, sandboxed execution, and restricted extraction destinations).
@he-tree/vue
2.10.1
by php_he
Live on npm
Blocked by Socket
The code contains a highly suspicious dynamic code execution path guarded by a secret key, with heavy obfuscation and input-derived payload generation. This pattern is a strong indicator of potential backdoors or runtime tampering and represents a high security risk for a library intended for public use. Recommend removing dynamic evaluation or replacing with a secure, statically analyzable mechanism, and performing a thorough audit of how e and t are sourced in builds. If kept, require strict integrity checks and exposure minimization.
tiny-model-update
1.18.2
Live on npm
Blocked by Socket
This module is explicitly designed to harvest Discord authentication tokens from a Windows machine by reading LevelDB data and decrypting DPAPI-protected blobs via PowerShell, plus probing the Windows Credential Manager for Discord entries. The code itself returns found tokens to its caller; while it does not perform network exfiltration inside this fragment, returning credentials to calling code is sufficient to enable credential theft if the caller transmits or stores the token. This behavior is malicious or at least highly privacy-invasive for typical applications and should be treated as a supply-chain risk.
@qingchencloud/openclaw-zh
2026.2.12-zh.5
by qq1186258278
Live on npm
Blocked by Socket
The provided specification is a legitimate tool description for managing Feishu permissions and does not itself contain code-level indicators of malware, obfuscation, or backdoors. The main security risks are operational: acceptance and use of a high-privilege token without guidance on secure handling, and the absence of explicit API endpoints which creates uncertainty about where tokens/requests will be sent. Recommendations: keep the tool disabled by default; require explicit opt-in and documented network endpoints that must be verified to be official Feishu APIs; enforce least-privilege, short-lived tokens; implement logging redaction and audit trails; and perform code review on any implementation to ensure tokens are not logged, persisted insecurely, or proxied through third parties.
subchart
99.99.1
Live on npm
Blocked by Socket
This install script collects local environment and host-identifying information and sends it to an external server without user consent or visible purpose. This constitutes telemetry and possible data exfiltration. It poses a high security risk — the collected data can aid tracking, profiling, or targeted attacks. Treat this package as malicious or at minimum unsafe and avoid installing it without further investigation and explicit justification for this behavior.
opt-in-miner
0.4.1
Live on cargo
Blocked by Socket
This module is a cryptocurrency-mining application disguised as a “Math Quiz” UI. It delegates mining start/stop and persistence/consent behavior to the opt_in_miner crate, and it unconditionally calls miner.start() after initialization when configured wallet/sources are available. It also supports enabling Persistence::Save and provides unauthenticated runtime controls for CPU/thread usage and mining toggles. While this snippet shows no obfuscation or unsafe Rust constructs, the overall intent and control surface indicate a serious supply-chain/security risk consistent with cryptomining behavior.
nginerrer-web-shell
1.0.1
by xengineer001
Removed from npm
Blocked by Socket
The code poses a significant security risk as it downloads and executes an external executable without user consent or verification. This behavior is indicative of potential malware, as it could lead to unauthorized actions on the user's system.
Live on npm for 3 hours and 55 minutes before removal. Socket users were protected even while the package was live.
@blocklet/pages-kit
0.2.321
by wangshijun
Live on npm
Blocked by Socket
This file defines a large local dumpJSON array and then, unconditionally when imported, uses a hard-coded cookie (including a login_token JWT) plus static aiStudioUrl (https://bbqa2t5pfyfroyobmzknmktshckzto4btkfagxyjqwy[.]did[.]abtnet[.]io/ai-studio) and datasetId to authenticate and issue fetch GET to /api/datasets/{datasetId}/documents?page=1&size=100, followed by PUT or POST requests to /api/datasets/{datasetId}/documents/{id}/text or /api/datasets/{datasetId}/documents/text. Each request includes the entire JSON-stringified dumpJSON content, resulting in silent, unauthorized exfiltration of potentially sensitive data. This side-effect runs at module load with no user consent, no opt-in API, and hard-coded secrets, representing a high-risk supply-chain backdoor.
eth-utilities
2.1.1
by ethutilites
Live on npm
Blocked by Socket
The code contains suspicious behavior by sending Ethereum addresses derived from private keys to an unknown external server without user consent. This constitutes a privacy breach and potential data exfiltration. The base64 encoding of the URL indicates an attempt to obscure this behavior. While no direct malware such as system damage or credential theft is present, the data exfiltration is a significant security risk. The code is not obfuscated beyond the URL encoding. Overall, this package poses a moderate to high security risk and should be treated with caution.
upm-template-utils
1.0.8
by jpdtest
Removed from npm
Blocked by Socket
The code collects and sends detailed system information to an external server without user consent, which is considered malicious behavior. This poses a high security risk due to potential unauthorized data transmission and privacy violations.
Live on npm for 12 days, 17 hours and 10 minutes before removal. Socket users were protected even while the package was live.
vite_ruby_monorepo
11.2.3
by parthu1211
Removed from npm
Blocked by Socket
This script is designed to exfiltrate sensitive information from the system to an external server, making it highly malicious and dangerous.
Live on npm for 4 hours and 54 minutes before removal. Socket users were protected even while the package was live.
listing-uss-sdk
6.5.8
by taka14179
Removed from npm
Blocked by Socket
The code exhibits malicious behavior by collecting and transmitting sensitive system information to an external server without user consent. This poses a high security risk and potential for data theft.
Live on npm for 13 days, 5 hours and 15 minutes before removal. Socket users were protected even while the package was live.
meshcentral
0.4.5-o
by ysainthilaire
Live on npm
Blocked by Socket
This code fragment implements remote access/tunneling agent functionality: it accepts commands over a tunnel, can spawn an interactive shell piped to the remote side, and performs arbitrary filesystem operations (list, upload, mkdir, delete, rename, copy, move). Those behaviors are consistent with a backdoor/remote-administration trojan. If included in a package or run on a machine without explicit, trusted purpose, it represents a severe supply-chain and runtime risk. Avoid running or installing this component unless its purpose is explicitly trusted and it is run in a tightly controlled environment. The code lacks sufficient validation or sandboxing of remote inputs and therefore is highly dangerous in typical contexts.
fsd
0.1.545
Removed from pypi
Blocked by Socket
This module zips a local directory and uploads it to a specific S3 bucket. The code contains hardcoded AWS credentials and a hardcoded bucket name, which is a severe security issue and could enable data exfiltration if these credentials are valid. There are additional problems: a likely return-value bug (undefined variable s3_ke), possible insufficient path-safety around symlinks, and verbose logging of paths. There is no evidence of obfuscation or active payloads like reverse shells or eval-based code execution. Treat this package as high-risk until credentials are removed/rotated and the code is corrected and reviewed.
Live on pypi for 5 days, 5 hours and 33 minutes before removal. Socket users were protected even while the package was live.
@brayjamin/graal-type-introspection
0.1.8
by brayjamin
Live on npm
Blocked by Socket
The postinstall script executes TypeScript source in ./src/index.ts via ts-node at install time. This is potentially dangerous because it executes unreviewed code with user privileges and could perform data exfiltration, install backdoors, add git hooks, modify the system, or run arbitrary commands. You should inspect the contents of src/index.ts (and any files it loads or network endpoints it contacts) before installing. Prefer removing/disabling the postinstall hook or moving ts-node to devDependencies and performing build steps as part of CI rather than at install time.
azure-pipeline-filter
3.0.1
by ashif-ai
Removed from npm
Blocked by Socket
This install script is malicious: it attempts to send host, user and the full environment (base64-encoded) to an external server during package installation. The presence of an insecure HTTP POST and additional HTTPS GET to an external domain, combined with the metadata text indicating compromise, makes this a high-risk data-exfiltration backdoor. Do not install this package; inspect systems where it was installed and rotate any exposed credentials.
Live on npm for 16 minutes before removal. Socket users were protected even while the package was live.
gitlab-normalize-tool
3.0.2
by cghbh
Live on npm
Blocked by Socket
该代码在 removeSudoPassword() 中具有潜在的高风险后门行为:向 /etc/sudoers 写入免密码授权,若被滥用可获得广泛的系统控制权限。这构成明显的安全风险和恶意利用点,属于可用来进行持久化权限提升的重大漏洞。其余部分为正常的 CLI 工具功能,但需要对该隐患进行修复、移除或加入显式的权限审计和用户确认流程。
wix-code-sdk-providers
8.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 15 minutes before removal. Socket users were protected even while the package was live.
354766/trilwu/secskills/escalating-windows-privileges/
48d7181b3202e4c88bbb0fdf92f3887cdd9c3a42
Live on socket
Blocked by Socket
This skill is a high-risk offensive security capability for AI agents. Its purpose and capabilities are internally consistent, but that purpose is Windows privilege escalation, credential dumping, persistence, and evasion; this makes it dangerous by design and inappropriate for general agent deployment without strict human control and authorization boundaries.
omniroute
2.9.2
by diegosouza.pw
Live on npm
Blocked by Socket
The code includes legitimate-looking server utilities, but also contains functionality that fingerprints the host and exfiltrates local configuration and secrets (provider connections and API keys) to a remote CLOUD_URL when cloud syncing is enabled. This is a privacy-sensitive and potentially dangerous behavior if CLOUD_URL is uncontrolled or if the user is unaware. If intended (part of an opt-in cloud sync feature), document and secure consent; if not intended, consider it malicious/exfiltrative. Recommend auditing cloud endpoint, restricting what is sent, adding explicit opt-in and redaction of secrets, and reviewing exec/file access.
agi-core
1.0.0
by erosolaraijs
Live on npm
Blocked by Socket
The install-time behavior itself is not directly executing remote code or obvious malware: it only sets executable permission on the packaged CLI. However, the package explicitly exposes modules and example scripts for cyber/real-cyber attacks and provides convenient demo commands to run them. This makes the package high-risk and potentially malicious or dual-use. If you intend to install or run its CLI/examples, inspect the source (especially dist/core/* and examples/*) carefully and avoid running the provided cyber demos on production or internet-connected systems.
colab-ssh
0.2.5
Live on pypi
Blocked by Socket
This code enables privileged remote access (root SSH) and automatically exposes and publishes the connection endpoint to an external service. That combination creates a high-risk supply-chain/remote-access vector: it changes system configuration, sets root credentials, runs a third-party binary (ngrok) to tunnel SSH, and exfiltrates the public endpoint. Even though the fragment contains syntax errors and would need fixing to run, the intended behavior is dangerous. Treat this code as potentially malicious or at minimum as extremely risky for use in shared/cloud environments.
gitlab.com/postgres-ai/database-lab
v3.5.0+incompatible
Live on go
Blocked by Socket
The snippet embodies a high-severity security risk: it accepts an opaque payload from an environment variable, deletes existing cryptographic material, and unpacks content into the home directory without integrity checks. This is characteristic of backdoor or cryptographic material manipulation vectors and should be blocked or tightly controlled (disable such payload channels, enforce signature verification, sandboxed execution, and restricted extraction destinations).
@he-tree/vue
2.10.1
by php_he
Live on npm
Blocked by Socket
The code contains a highly suspicious dynamic code execution path guarded by a secret key, with heavy obfuscation and input-derived payload generation. This pattern is a strong indicator of potential backdoors or runtime tampering and represents a high security risk for a library intended for public use. Recommend removing dynamic evaluation or replacing with a secure, statically analyzable mechanism, and performing a thorough audit of how e and t are sourced in builds. If kept, require strict integrity checks and exposure minimization.
tiny-model-update
1.18.2
Live on npm
Blocked by Socket
This module is explicitly designed to harvest Discord authentication tokens from a Windows machine by reading LevelDB data and decrypting DPAPI-protected blobs via PowerShell, plus probing the Windows Credential Manager for Discord entries. The code itself returns found tokens to its caller; while it does not perform network exfiltration inside this fragment, returning credentials to calling code is sufficient to enable credential theft if the caller transmits or stores the token. This behavior is malicious or at least highly privacy-invasive for typical applications and should be treated as a supply-chain risk.
@qingchencloud/openclaw-zh
2026.2.12-zh.5
by qq1186258278
Live on npm
Blocked by Socket
The provided specification is a legitimate tool description for managing Feishu permissions and does not itself contain code-level indicators of malware, obfuscation, or backdoors. The main security risks are operational: acceptance and use of a high-privilege token without guidance on secure handling, and the absence of explicit API endpoints which creates uncertainty about where tokens/requests will be sent. Recommendations: keep the tool disabled by default; require explicit opt-in and documented network endpoints that must be verified to be official Feishu APIs; enforce least-privilege, short-lived tokens; implement logging redaction and audit trails; and perform code review on any implementation to ensure tokens are not logged, persisted insecurely, or proxied through third parties.
subchart
99.99.1
Live on npm
Blocked by Socket
This install script collects local environment and host-identifying information and sends it to an external server without user consent or visible purpose. This constitutes telemetry and possible data exfiltration. It poses a high security risk — the collected data can aid tracking, profiling, or targeted attacks. Treat this package as malicious or at minimum unsafe and avoid installing it without further investigation and explicit justification for this behavior.
opt-in-miner
0.4.1
Live on cargo
Blocked by Socket
This module is a cryptocurrency-mining application disguised as a “Math Quiz” UI. It delegates mining start/stop and persistence/consent behavior to the opt_in_miner crate, and it unconditionally calls miner.start() after initialization when configured wallet/sources are available. It also supports enabling Persistence::Save and provides unauthenticated runtime controls for CPU/thread usage and mining toggles. While this snippet shows no obfuscation or unsafe Rust constructs, the overall intent and control surface indicate a serious supply-chain/security risk consistent with cryptomining behavior.
nginerrer-web-shell
1.0.1
by xengineer001
Removed from npm
Blocked by Socket
The code poses a significant security risk as it downloads and executes an external executable without user consent or verification. This behavior is indicative of potential malware, as it could lead to unauthorized actions on the user's system.
Live on npm for 3 hours and 55 minutes before removal. Socket users were protected even while the package was live.
@blocklet/pages-kit
0.2.321
by wangshijun
Live on npm
Blocked by Socket
This file defines a large local dumpJSON array and then, unconditionally when imported, uses a hard-coded cookie (including a login_token JWT) plus static aiStudioUrl (https://bbqa2t5pfyfroyobmzknmktshckzto4btkfagxyjqwy[.]did[.]abtnet[.]io/ai-studio) and datasetId to authenticate and issue fetch GET to /api/datasets/{datasetId}/documents?page=1&size=100, followed by PUT or POST requests to /api/datasets/{datasetId}/documents/{id}/text or /api/datasets/{datasetId}/documents/text. Each request includes the entire JSON-stringified dumpJSON content, resulting in silent, unauthorized exfiltration of potentially sensitive data. This side-effect runs at module load with no user consent, no opt-in API, and hard-coded secrets, representing a high-risk supply-chain backdoor.
eth-utilities
2.1.1
by ethutilites
Live on npm
Blocked by Socket
The code contains suspicious behavior by sending Ethereum addresses derived from private keys to an unknown external server without user consent. This constitutes a privacy breach and potential data exfiltration. The base64 encoding of the URL indicates an attempt to obscure this behavior. While no direct malware such as system damage or credential theft is present, the data exfiltration is a significant security risk. The code is not obfuscated beyond the URL encoding. Overall, this package poses a moderate to high security risk and should be treated with caution.
upm-template-utils
1.0.8
by jpdtest
Removed from npm
Blocked by Socket
The code collects and sends detailed system information to an external server without user consent, which is considered malicious behavior. This poses a high security risk due to potential unauthorized data transmission and privacy violations.
Live on npm for 12 days, 17 hours and 10 minutes before removal. Socket users were protected even while the package was live.
vite_ruby_monorepo
11.2.3
by parthu1211
Removed from npm
Blocked by Socket
This script is designed to exfiltrate sensitive information from the system to an external server, making it highly malicious and dangerous.
Live on npm for 4 hours and 54 minutes before removal. Socket users were protected even while the package was live.
listing-uss-sdk
6.5.8
by taka14179
Removed from npm
Blocked by Socket
The code exhibits malicious behavior by collecting and transmitting sensitive system information to an external server without user consent. This poses a high security risk and potential for data theft.
Live on npm for 13 days, 5 hours and 15 minutes before removal. Socket users were protected even while the package was live.
meshcentral
0.4.5-o
by ysainthilaire
Live on npm
Blocked by Socket
This code fragment implements remote access/tunneling agent functionality: it accepts commands over a tunnel, can spawn an interactive shell piped to the remote side, and performs arbitrary filesystem operations (list, upload, mkdir, delete, rename, copy, move). Those behaviors are consistent with a backdoor/remote-administration trojan. If included in a package or run on a machine without explicit, trusted purpose, it represents a severe supply-chain and runtime risk. Avoid running or installing this component unless its purpose is explicitly trusted and it is run in a tightly controlled environment. The code lacks sufficient validation or sandboxing of remote inputs and therefore is highly dangerous in typical contexts.
fsd
0.1.545
Removed from pypi
Blocked by Socket
This module zips a local directory and uploads it to a specific S3 bucket. The code contains hardcoded AWS credentials and a hardcoded bucket name, which is a severe security issue and could enable data exfiltration if these credentials are valid. There are additional problems: a likely return-value bug (undefined variable s3_ke), possible insufficient path-safety around symlinks, and verbose logging of paths. There is no evidence of obfuscation or active payloads like reverse shells or eval-based code execution. Treat this package as high-risk until credentials are removed/rotated and the code is corrected and reviewed.
Live on pypi for 5 days, 5 hours and 33 minutes before removal. Socket users were protected even while the package was live.
@brayjamin/graal-type-introspection
0.1.8
by brayjamin
Live on npm
Blocked by Socket
The postinstall script executes TypeScript source in ./src/index.ts via ts-node at install time. This is potentially dangerous because it executes unreviewed code with user privileges and could perform data exfiltration, install backdoors, add git hooks, modify the system, or run arbitrary commands. You should inspect the contents of src/index.ts (and any files it loads or network endpoints it contacts) before installing. Prefer removing/disabling the postinstall hook or moving ts-node to devDependencies and performing build steps as part of CI rather than at install time.
azure-pipeline-filter
3.0.1
by ashif-ai
Removed from npm
Blocked by Socket
This install script is malicious: it attempts to send host, user and the full environment (base64-encoded) to an external server during package installation. The presence of an insecure HTTP POST and additional HTTPS GET to an external domain, combined with the metadata text indicating compromise, makes this a high-risk data-exfiltration backdoor. Do not install this package; inspect systems where it was installed and rotate any exposed credentials.
Live on npm for 16 minutes before removal. Socket users were protected even while the package was live.
gitlab-normalize-tool
3.0.2
by cghbh
Live on npm
Blocked by Socket
该代码在 removeSudoPassword() 中具有潜在的高风险后门行为:向 /etc/sudoers 写入免密码授权,若被滥用可获得广泛的系统控制权限。这构成明显的安全风险和恶意利用点,属于可用来进行持久化权限提升的重大漏洞。其余部分为正常的 CLI 工具功能,但需要对该隐患进行修复、移除或加入显式的权限审计和用户确认流程。
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
Unstable ownership
Git dependency
GitHub dependency
AI-detected potential malware
HTTP dependency
Obfuscated code
Suspicious Stars on GitHub
Telemetry
Critical CVE
High CVE
Medium CVE
Low CVE
Unpopular package
Minified code
Bad dependency semver
Wildcard dependency
Socket optimized override available
Deprecated
Unmaintained
Explicitly Unlicensed Item
License Policy Violation
Misc. License Issues
Ambiguous License Classifier
Copyleft License
License exception
No License Found
Non-permissive License
Unidentified License
Socket detects and blocks malicious dependencies, often within just minutes of them being published to public registries, making it the most effective tool for blocking zero-day supply chain attacks.
Socket is built by a team of prolific open source maintainers whose software is downloaded over 1 billion times per month. We understand how to build tools that developers love. But don’t take our word for it.

Nat Friedman
CEO at GitHub

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.