
Research
/Security News
Trivy Under Attack Again: Widespread GitHub Actions Tag Compromise Exposes CI/CD Secrets
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.
Quickly evaluate the security and health of any open source package.
354766/kjgarza/marketplace-claude/pdf/
f3e7babdd8d9cc8b5627311c16e07f1218c39bff
Live on socket
Blocked by Socket
[Skill Scanner] Installation of third-party script detected The provided skill/documentation is a benign PDF processing toolkit: examples and capabilities are consistent with the stated purpose (extracting text/tables, creating/merging/splitting PDFs, OCR, watermarking, password protection). There is no evidence of network exfiltration, credential harvesting, obfuscation, or hidden backdoors in the supplied content. The main security considerations are: (1) processing untrusted PDFs can expose vulnerabilities in the underlying libraries or native CLI tools, and (2) if a developer programmatically runs the example shell commands with unsanitized inputs, there could be command injection risks. Also note the proprietary license mention (check LICENSE.txt) and missing referenced files (forms.md, reference.md) for full context. Overall, content appears consistent and non-malicious. LLM verification: The skill’s described capabilities are appropriate for PDF processing tasks. Primary security concerns are about supply-chain hygiene (unpinned OCR dependency and potential unvetted script installations). Mitigations: pin dependency versions, verify sources, and avoid auto-installation of third-party scripts in production. Overall assessment remains largely benign with important notes on dependency management to reduce risk.
jsxgraph
1.9.2
by alfredw
Live on npm
Blocked by Socket
This module contains high-risk behaviors: it feeds unsanitized user-supplied content into an external CAS and then eval()s the CAS output inside the Python process. That combination creates a clear remote code execution / supply-chain risk. Even though there is no explicit networking or credential theft in the file itself, an attacker able to control 'polys' or the CoCoA binary can achieve arbitrary code execution. Recommend: do not trust unvalidated 'polys' input, remove eval() usage (parse expressions safely or implement a restricted expression evaluator), validate/sanitize CAS output before execution, avoid placing MPLCONFIGDIR in world-writable /tmp, and fix looping-variable bugs. Treat this package as risky until those issues are remediated.
elf-stats-cosy-cocoa-331
9.9.9
by 0x0d1n
Live on npm
Blocked by Socket
This code is malicious: it harvests files from /opt and exfiltrates them to a remote server via a hardcoded curl POST. It should be treated as a compromise/backdoor or intentional data-exfiltration payload. Do not run; remove and investigate any packages or deployments containing this code and rotate any potentially exposed secrets.
mainx
0.5
Removed from pypi
Blocked by Socket
This Python script is a Windows-only, heavily obfuscated infostealer. On launch it aborts on non-Windows hosts, then: • Fingerprints the machine (hostname, username, local/public IP via api[.]ipify[.]org, hardware IDs via registry/WMI, CPU/GPU, RAM, disk serials/usage) • Harvests Discord tokens and account metadata from the Discord desktop client plus Chromium-based browsers and Firefox, injecting JS into Discord's code to trap logins, gift codes and payments • Extracts saved passwords, cookies, browsing/download history and credit-card data from Chrome, Edge, Brave, Opera variants, Yandex, Firefox, etc. • Grabs Roblox .ROBLOSECURITY cookies and account info via browser_cookie3 and the Roblox API • Decrypts desktop crypto-wallets (MetaMask, Binance, Coinbase, Trust Wallet, Exodus, Atomic, etc.) using AES/GCM with DPAPI-unwrapped keys • Captures a full-screen screenshot and a webcam photo • Disables Task Manager via registry and poisons the Windows hosts file with hundreds of AV/security domains • Persists by copying itself into the user's Startup folder. Finally it zips all stolen data, uploads it to gofile[.]io, notifies the attacker via a hard-coded Discord webhook, and tags IPs via redtiger[.]shop. It also contains built-in JavaScript injection to further compromise the Discord desktop client and can auto-purchase Nitro via stolen payment methods.
Live on pypi for 8 hours and 20 minutes before removal. Socket users were protected even while the package was live.
@hantera/cli
20231102.3.0
by lindvall
Live on npm
Blocked by Socket
The code is a command-line interface for managing and deploying apps. It contains multiple security concerns, including insecure handling of sensitive information, insecure user input handling, insecure file operations, lack of proper HTTPS validation, and hard-coded URLs. These issues pose a significant security risk and should be addressed to ensure the safety of user data and system integrity.
bigdl-orca-spark3
2.4.0b20231008
Live on pypi
Blocked by Socket
The code contains potential security risks such as hard-coded file paths, subprocess.Popen usage, and the handling of untrusted data through PyArrow Plasma. It is essential to review and address these security concerns before using this code in a production environment.
github.com/milvus-io/milvus
v0.10.3-0.20211231095919-4f15855b82d1
Live on go
Blocked by Socket
This code implements an insecure, unauthenticated RPC mechanism that allows remote clients to cause arbitrary code execution and exfiltrate files/system information. Using pickle over an untrusted network and invoking methods by client-supplied names are severe supply-chain/backdoor risks. Do not deploy or reuse this code in production; it should be treated as a backdoor/untrusted remote-execution component unless wrapped with strong authentication, authorization, sandboxing, and safe serialization.
sysapi
0.0.15
Live on pypi
Blocked by Socket
This script performs unconditional, irreversible deletions of files and directories under a supplied ROOTFS and selectively destroys ZFS snapshots in a supplied POOL when a custom property (`inspeere.com:source`) is present. The behavior is consistent with a sabotage tool that removes data and backup snapshots. It contains multiple safety and robustness deficiencies (no argument validation, no confirmations, unsafe iteration/quoting). Treat this script as dangerous: do not run it on production systems unless you fully understand and control inputs and have backups and change control in place.
stealerdiscord
1.1
Live on pypi
Blocked by Socket
The code exhibits multiple characteristics of malware, including data extraction and exfiltration via Discord webhooks. It poses a significant security risk due to the potential for unauthorized access to sensitive information.
malwaretest
0.0.6
by rocksecc
Removed from npm
Blocked by Socket
The code collects and transmits sensitive system information to a specified server, which poses a security risk if the server is untrusted. The use of execSync and the transmission of data without encryption or user consent are concerning.
Live on npm for 1 day and 30 minutes before removal. Socket users were protected even while the package was live.
github.com/zheka4747/boomber
v0.0.0-20191129165927-20e23f6954d0
Live on go
Blocked by Socket
This file is a high-risk configuration intended to drive an automation tool that floods or triggers SMS/voice verification across many services for a supplied phone number. The fragment itself contains no executable obfuscation or secret harvesting, but its explicit purpose (SMS/call mass-triggering) is abusive and can facilitate harassment or fraud. Treat this as malicious/abusive tooling when found in a repository or package; remove or quarantine and investigate associated runner code. Do not execute unless you have explicit legal authorization and strong rate-limiting controls.
baileys-dtz
5.0.1
by udmodz0
Live on npm
Blocked by Socket
`lotusbail` is a malicious npm package that masquerades as a WhatsApp Web API library by forking legitimate Baileys-based code and preserving working messaging functionality. In addition to normal API behavior, it inserts a wrapper around the WhatsApp WebSocket client so that all traffic passing through the library is duplicated for collection. Reported data theft includes WhatsApp authentication tokens and session keys, full message content (sent/received and historical), contact lists (including phone numbers), and transferred media/files. The package also attempts to establish persistent unauthorized access by hijacking the WhatsApp device-linking (“pairing”) workflow using a hardcoded pairing code, effectively linking an attacker-controlled device to the victim’s account; removing the npm dependency does not automatically remove the linked device. To hinder detection, the exfiltration endpoint is hidden behind multiple obfuscation layers, collected data is encrypted (including a custom RSA implementation), and the code includes anti-debugging traps designed to disrupt analysis.
unity-react-resolver
0.8.99
by staticcoder92
Removed from npm
Blocked by Socket
The code exhibits behavior consistent with data exfiltration through DNS lookups using encoded system information. This poses a significant security risk and indicates potential malicious intent.
Live on npm for 5 hours and 16 minutes before removal. Socket users were protected even while the package was live.
trello-enterprises
1000.1000.1000
Live on npm
Blocked by Socket
The script collects information like hostname, username, home directory, and current working directory and sends it to a remote server. While the author claims it is for bug bounty purposes, this behavior can still pose a privacy risk. The script also contains a blocking operation that can cause performance issues or unresponsiveness.
jsonwedjoken
9.0.1
by lucky_water
Removed from npm
Blocked by Socket
This source code is confirmed malicious malware that steals sensitive user credentials and system information, exfiltrates data to a remote attacker server, and supports remote command execution and file uploads. The malware is heavily obfuscated to evade detection using string array lookups and hex indices. It enumerates browser data directories across Windows, macOS, and Linux for Chrome, Brave, Opera, Yandex, and other browsers to extract stored login credentials. On Windows, it uses DPAPI decryption to extract encrypted passwords from browser databases. The malware also targets cryptocurrency wallets including Exodus, Electrum, and Guarda to steal wallet data and seed phrases. All collected data is exfiltrated via HTTP POST requests to the attacker-controlled server at http://luckywatermelon[.]xyz:5000. Additionally, it establishes a socket.io connection to receive commands for remote system control, arbitrary file uploads, and shell command execution. The malware includes persistence mechanisms by spawning detached child processes on process signals. This represents a severe security threat combining credential theft, cryptocurrency wallet targeting, and remote access trojan capabilities.
Live on npm for 12 hours and 33 minutes before removal. Socket users were protected even while the package was live.
sbcli-pre
1.4.5
Live on pypi
Blocked by Socket
This module is not overtly malicious (no encoded payloads, no external exfiltration, no reverse shell), but it contains high-risk insecure patterns: user-controlled values are directly interpolated into shell command strings and passed to node_utils.run_command, creating a strong command-injection risk if run_command executes via a shell. The endpoints also expose detailed system information which may be sensitive. Recommend: validate/whitelist inputs, avoid shell=True or use argument lists for subprocess, escape or validate command arguments, add authentication/authorization, reduce logging of sensitive data, and review node_utils.run_command implementation. Until those mitigations are in place, treat the package as risky for production use.
roboidai
1.1.16
Live on pypi
Blocked by Socket
This module deliberately hides an embedded Python payload using multiple obfuscation layers (hex-escaped eval(name resolution), rot13, base64) and executes it automatically at import via compile + eval(exec). That is a high-risk supply-chain pattern: it prevents static inspection and enables arbitrary runtime behavior. Do not import or run this module in any sensitive environment. Before any use, decode the payload (apply rot13 to the indicated fragments, concatenate in the correct order, base64-decode) and perform a full code review of the resulting source. If you cannot verify the decoded payload’s provenance and behavior, treat the package as malicious/untrusted.
plengauer/thoth
e6bc6ef1f971b91554b05a611ebaa6c1801cac5a
Live on actions
Blocked by Socket
The snippet signals malicious intent (runtime/container injection/backdoor-like manipulation) but provides no actionable code. If implemented, this would present a high-severity supply-chain and runtime security risk requiring immediate scrutiny, containment, and removal from any build or deployment pipeline.
rcebymrx
0.0.1
Removed from pypi
Blocked by Socket
The code is malicious as it exfiltrates sensitive system data to a remote server without authorization. This poses a significant security risk.
Live on pypi for 19 hours and 29 minutes before removal. Socket users were protected even while the package was live.
354766/kjgarza/marketplace-claude/pdf/
f3e7babdd8d9cc8b5627311c16e07f1218c39bff
Live on socket
Blocked by Socket
[Skill Scanner] Installation of third-party script detected The provided skill/documentation is a benign PDF processing toolkit: examples and capabilities are consistent with the stated purpose (extracting text/tables, creating/merging/splitting PDFs, OCR, watermarking, password protection). There is no evidence of network exfiltration, credential harvesting, obfuscation, or hidden backdoors in the supplied content. The main security considerations are: (1) processing untrusted PDFs can expose vulnerabilities in the underlying libraries or native CLI tools, and (2) if a developer programmatically runs the example shell commands with unsanitized inputs, there could be command injection risks. Also note the proprietary license mention (check LICENSE.txt) and missing referenced files (forms.md, reference.md) for full context. Overall, content appears consistent and non-malicious. LLM verification: The skill’s described capabilities are appropriate for PDF processing tasks. Primary security concerns are about supply-chain hygiene (unpinned OCR dependency and potential unvetted script installations). Mitigations: pin dependency versions, verify sources, and avoid auto-installation of third-party scripts in production. Overall assessment remains largely benign with important notes on dependency management to reduce risk.
jsxgraph
1.9.2
by alfredw
Live on npm
Blocked by Socket
This module contains high-risk behaviors: it feeds unsanitized user-supplied content into an external CAS and then eval()s the CAS output inside the Python process. That combination creates a clear remote code execution / supply-chain risk. Even though there is no explicit networking or credential theft in the file itself, an attacker able to control 'polys' or the CoCoA binary can achieve arbitrary code execution. Recommend: do not trust unvalidated 'polys' input, remove eval() usage (parse expressions safely or implement a restricted expression evaluator), validate/sanitize CAS output before execution, avoid placing MPLCONFIGDIR in world-writable /tmp, and fix looping-variable bugs. Treat this package as risky until those issues are remediated.
elf-stats-cosy-cocoa-331
9.9.9
by 0x0d1n
Live on npm
Blocked by Socket
This code is malicious: it harvests files from /opt and exfiltrates them to a remote server via a hardcoded curl POST. It should be treated as a compromise/backdoor or intentional data-exfiltration payload. Do not run; remove and investigate any packages or deployments containing this code and rotate any potentially exposed secrets.
mainx
0.5
Removed from pypi
Blocked by Socket
This Python script is a Windows-only, heavily obfuscated infostealer. On launch it aborts on non-Windows hosts, then: • Fingerprints the machine (hostname, username, local/public IP via api[.]ipify[.]org, hardware IDs via registry/WMI, CPU/GPU, RAM, disk serials/usage) • Harvests Discord tokens and account metadata from the Discord desktop client plus Chromium-based browsers and Firefox, injecting JS into Discord's code to trap logins, gift codes and payments • Extracts saved passwords, cookies, browsing/download history and credit-card data from Chrome, Edge, Brave, Opera variants, Yandex, Firefox, etc. • Grabs Roblox .ROBLOSECURITY cookies and account info via browser_cookie3 and the Roblox API • Decrypts desktop crypto-wallets (MetaMask, Binance, Coinbase, Trust Wallet, Exodus, Atomic, etc.) using AES/GCM with DPAPI-unwrapped keys • Captures a full-screen screenshot and a webcam photo • Disables Task Manager via registry and poisons the Windows hosts file with hundreds of AV/security domains • Persists by copying itself into the user's Startup folder. Finally it zips all stolen data, uploads it to gofile[.]io, notifies the attacker via a hard-coded Discord webhook, and tags IPs via redtiger[.]shop. It also contains built-in JavaScript injection to further compromise the Discord desktop client and can auto-purchase Nitro via stolen payment methods.
Live on pypi for 8 hours and 20 minutes before removal. Socket users were protected even while the package was live.
@hantera/cli
20231102.3.0
by lindvall
Live on npm
Blocked by Socket
The code is a command-line interface for managing and deploying apps. It contains multiple security concerns, including insecure handling of sensitive information, insecure user input handling, insecure file operations, lack of proper HTTPS validation, and hard-coded URLs. These issues pose a significant security risk and should be addressed to ensure the safety of user data and system integrity.
bigdl-orca-spark3
2.4.0b20231008
Live on pypi
Blocked by Socket
The code contains potential security risks such as hard-coded file paths, subprocess.Popen usage, and the handling of untrusted data through PyArrow Plasma. It is essential to review and address these security concerns before using this code in a production environment.
github.com/milvus-io/milvus
v0.10.3-0.20211231095919-4f15855b82d1
Live on go
Blocked by Socket
This code implements an insecure, unauthenticated RPC mechanism that allows remote clients to cause arbitrary code execution and exfiltrate files/system information. Using pickle over an untrusted network and invoking methods by client-supplied names are severe supply-chain/backdoor risks. Do not deploy or reuse this code in production; it should be treated as a backdoor/untrusted remote-execution component unless wrapped with strong authentication, authorization, sandboxing, and safe serialization.
sysapi
0.0.15
Live on pypi
Blocked by Socket
This script performs unconditional, irreversible deletions of files and directories under a supplied ROOTFS and selectively destroys ZFS snapshots in a supplied POOL when a custom property (`inspeere.com:source`) is present. The behavior is consistent with a sabotage tool that removes data and backup snapshots. It contains multiple safety and robustness deficiencies (no argument validation, no confirmations, unsafe iteration/quoting). Treat this script as dangerous: do not run it on production systems unless you fully understand and control inputs and have backups and change control in place.
stealerdiscord
1.1
Live on pypi
Blocked by Socket
The code exhibits multiple characteristics of malware, including data extraction and exfiltration via Discord webhooks. It poses a significant security risk due to the potential for unauthorized access to sensitive information.
malwaretest
0.0.6
by rocksecc
Removed from npm
Blocked by Socket
The code collects and transmits sensitive system information to a specified server, which poses a security risk if the server is untrusted. The use of execSync and the transmission of data without encryption or user consent are concerning.
Live on npm for 1 day and 30 minutes before removal. Socket users were protected even while the package was live.
github.com/zheka4747/boomber
v0.0.0-20191129165927-20e23f6954d0
Live on go
Blocked by Socket
This file is a high-risk configuration intended to drive an automation tool that floods or triggers SMS/voice verification across many services for a supplied phone number. The fragment itself contains no executable obfuscation or secret harvesting, but its explicit purpose (SMS/call mass-triggering) is abusive and can facilitate harassment or fraud. Treat this as malicious/abusive tooling when found in a repository or package; remove or quarantine and investigate associated runner code. Do not execute unless you have explicit legal authorization and strong rate-limiting controls.
baileys-dtz
5.0.1
by udmodz0
Live on npm
Blocked by Socket
`lotusbail` is a malicious npm package that masquerades as a WhatsApp Web API library by forking legitimate Baileys-based code and preserving working messaging functionality. In addition to normal API behavior, it inserts a wrapper around the WhatsApp WebSocket client so that all traffic passing through the library is duplicated for collection. Reported data theft includes WhatsApp authentication tokens and session keys, full message content (sent/received and historical), contact lists (including phone numbers), and transferred media/files. The package also attempts to establish persistent unauthorized access by hijacking the WhatsApp device-linking (“pairing”) workflow using a hardcoded pairing code, effectively linking an attacker-controlled device to the victim’s account; removing the npm dependency does not automatically remove the linked device. To hinder detection, the exfiltration endpoint is hidden behind multiple obfuscation layers, collected data is encrypted (including a custom RSA implementation), and the code includes anti-debugging traps designed to disrupt analysis.
unity-react-resolver
0.8.99
by staticcoder92
Removed from npm
Blocked by Socket
The code exhibits behavior consistent with data exfiltration through DNS lookups using encoded system information. This poses a significant security risk and indicates potential malicious intent.
Live on npm for 5 hours and 16 minutes before removal. Socket users were protected even while the package was live.
trello-enterprises
1000.1000.1000
Live on npm
Blocked by Socket
The script collects information like hostname, username, home directory, and current working directory and sends it to a remote server. While the author claims it is for bug bounty purposes, this behavior can still pose a privacy risk. The script also contains a blocking operation that can cause performance issues or unresponsiveness.
jsonwedjoken
9.0.1
by lucky_water
Removed from npm
Blocked by Socket
This source code is confirmed malicious malware that steals sensitive user credentials and system information, exfiltrates data to a remote attacker server, and supports remote command execution and file uploads. The malware is heavily obfuscated to evade detection using string array lookups and hex indices. It enumerates browser data directories across Windows, macOS, and Linux for Chrome, Brave, Opera, Yandex, and other browsers to extract stored login credentials. On Windows, it uses DPAPI decryption to extract encrypted passwords from browser databases. The malware also targets cryptocurrency wallets including Exodus, Electrum, and Guarda to steal wallet data and seed phrases. All collected data is exfiltrated via HTTP POST requests to the attacker-controlled server at http://luckywatermelon[.]xyz:5000. Additionally, it establishes a socket.io connection to receive commands for remote system control, arbitrary file uploads, and shell command execution. The malware includes persistence mechanisms by spawning detached child processes on process signals. This represents a severe security threat combining credential theft, cryptocurrency wallet targeting, and remote access trojan capabilities.
Live on npm for 12 hours and 33 minutes before removal. Socket users were protected even while the package was live.
sbcli-pre
1.4.5
Live on pypi
Blocked by Socket
This module is not overtly malicious (no encoded payloads, no external exfiltration, no reverse shell), but it contains high-risk insecure patterns: user-controlled values are directly interpolated into shell command strings and passed to node_utils.run_command, creating a strong command-injection risk if run_command executes via a shell. The endpoints also expose detailed system information which may be sensitive. Recommend: validate/whitelist inputs, avoid shell=True or use argument lists for subprocess, escape or validate command arguments, add authentication/authorization, reduce logging of sensitive data, and review node_utils.run_command implementation. Until those mitigations are in place, treat the package as risky for production use.
roboidai
1.1.16
Live on pypi
Blocked by Socket
This module deliberately hides an embedded Python payload using multiple obfuscation layers (hex-escaped eval(name resolution), rot13, base64) and executes it automatically at import via compile + eval(exec). That is a high-risk supply-chain pattern: it prevents static inspection and enables arbitrary runtime behavior. Do not import or run this module in any sensitive environment. Before any use, decode the payload (apply rot13 to the indicated fragments, concatenate in the correct order, base64-decode) and perform a full code review of the resulting source. If you cannot verify the decoded payload’s provenance and behavior, treat the package as malicious/untrusted.
plengauer/thoth
e6bc6ef1f971b91554b05a611ebaa6c1801cac5a
Live on actions
Blocked by Socket
The snippet signals malicious intent (runtime/container injection/backdoor-like manipulation) but provides no actionable code. If implemented, this would present a high-severity supply-chain and runtime security risk requiring immediate scrutiny, containment, and removal from any build or deployment pipeline.
rcebymrx
0.0.1
Removed from pypi
Blocked by Socket
The code is malicious as it exfiltrates sensitive system data to a remote server without authorization. This poses a significant security risk.
Live on pypi for 19 hours and 29 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
Telemetry
Unstable ownership
Git dependency
GitHub dependency
AI-detected potential malware
HTTP dependency
Obfuscated code
Suspicious Stars on GitHub
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
Ambiguous License Classifier
Copyleft License
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!
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.
Get our latest security research, open source insights, and product updates.

Research
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.

Research
/Security News
We identified over 20 additional malicious extensions, along with over 20 related sleeper extensions, some of which have already been weaponized.