npm: 10 Malicious Packages Disclosed in Under a Minute
On August 26, 2026, ten malicious npm packages were simultaneously disclosed, all within a single minute, indicating a highly coordinated malicious activity.

Key findings
- Ten malicious npm packages were disclosed simultaneously.
- All advisories were published within a single minute on August 26, 2026.
- Every package was newly published just hours before its disclosure.
- All packages received a Critical severity rating.
- No clear common naming pattern was identified among the packages.
On August 26, 2026, ten malicious packages were simultaneously disclosed on the npm registry, all within a single minute. This rapid, coordinated drop signals a deliberate and swift attempt to distribute malware. All ten packages were newly published on the same day, just hours before their disclosure, indicating they were specifically created for this malicious campaign rather than being compromises of existing, legitimate projects. The immediate flagging and removal of these packages highlight the swift response by security teams to protect the ecosystem.
While no obvious common naming prefix or scope was identified among these packages, their near-instantaneous publication and disclosure point to a highly coordinated effort, likely orchestrated by a single threat actor or group. The package names, such as dumb-binding-gyp-package, grandfather_of_the_desert, shai_hulululud, the_tax_free_cashier_is_at_9f, and tset_racie, appear to be either random strings or themed names, potentially designed to evade automated detection or to impersonate specific, albeit obscure, legitimate packages. The low download counts for these packages (e.g., dumb-binding-gyp-package with 3/week, grandfather_of_the_desert with 7/month) are typical for newly introduced malicious packages that are caught quickly, limiting their potential spread.
All ten disclosed packages were assigned a 'Critical' severity rating, indicating that any system installing them would be fully compromised. While specific behavioral findings from OpenSSF Package Analysis were not detailed in the advisories, the critical severity typically implies actions such as arbitrary code execution, credential exfiltration, or the establishment of persistent backdoors. Such malicious packages often leverage post-install scripts to execute payloads, collect sensitive environment variables, or communicate with attacker-controlled command-and-control (C2) servers. The lack of detailed behavioral findings in the public advisories does not diminish the severe risk posed by these packages; rather, it underscores the immediate need for remediation if they were inadvertently installed.
The 'Critical' severity assigned to all these packages means that any development environment or production system that installed even one of these packages should be considered completely compromised. This level of compromise necessitates immediate and thorough remediation. Users are strongly advised to assume that all secrets, credentials, and sensitive data accessible from the compromised system may have been exfiltrated. The recommended course of action is to rotate all affected credentials from a separate, secure machine and to rebuild any compromised systems from trusted sources.
Developers should immediately audit their package-lock.json, yarn.lock, or pnpm-lock.yaml files for the presence of any of the following package names: dumb-binding-gyp-package grandfather_of_the_desert shai_hulululud the_tax_free_cashier_is_at_9f tset_racie If any of these packages are found, developers must treat the affected system as compromised. Beyond rotating credentials, it is crucial to review npm token logs for any unauthorized publish actions, which could indicate a broader compromise of developer accounts or CI/CD pipelines. Implementing stricter supply chain security practices, such as dependency integrity checks and software composition analysis (SCA) tools, can help detect and prevent the inclusion of such malicious packages.
This incident serves as a stark reminder of the persistent threat posed by malicious package injections into public registries like npm. The rapid publication and subsequent disclosure of these ten packages within a minute demonstrate the ongoing cat-and-mouse game between attackers and security researchers. While these specific packages had low download counts, the coordinated nature of the drop suggests an organized effort, highlighting the need for continuous vigilance and robust security measures within the software supply chain. Such bursts, even if quickly contained, underscore the attackers' intent to exploit the trust inherent in open-source ecosystems.