May 2026 Summaries
4 posts from Cloudsmith
Filter
Month:
Year:
Post Summaries
Back to Blog
In May, the cloud-native ecosystem witnessed an alarming surge in software supply chain attacks affecting various platforms and packages, as reported by Nigel Douglas from Cloudsmith. Key incidents included the GlassWorm malware campaign, which targeted software developers by embedding data-stealing malware in popular repositories, and the Sicoob.Sdk NuGet package that posed as a legitimate banking library to steal credentials. Other notable attacks involved npm packages such as the mouse5212-super-formatter, which exploited directory data from Anthropic's Claude AI tool, and the terminal3airport account, which published numerous adware packages. The Mini Shai-Hulud campaign continued to compromise npm and PyPI packages, while the Megalodon attack focused on GitHub repositories, highlighting the persistent threat to modern software supply chains. In response, efforts to enhance security measures, such as introducing trusted publishing for npm and implementing multi-factor authentication, were emphasized to mitigate the risks of such attacks.
May 28, 2026
3,674 words in the original blog post.
AI-generated code introduces significant challenges in software supply chain security, particularly regarding dependency management, as it accelerates the volume and speed of dependency ingestion beyond what traditional governance controls can handle. AI coding assistants suggest dependencies rapidly and without the friction that would typically trigger a review, leading to a high-volume stream of package ingestion that outpaces existing evaluation processes. This creates vulnerabilities such as slopsquatting attacks, where malicious actors exploit nonexistent package names suggested by AI tools. Traditional governance frameworks, which assume deliberate human decisions and rely on post-ingestion scanning, struggle to keep up with AI-speed development. To address this, enforcement must occur at the point of first pull, with continuous re-evaluation against evolving threat intelligence, and coverage must span all package formats to maintain consistent policy application. Solutions like Cloudsmith offer a platform that intercepts packages at request time and continuously evaluates them against policies, ensuring governance controls can keep pace with the demands of AI-speed development.
May 21, 2026
1,464 words in the original blog post.
Software engineering teams often rely too heavily on registries like PyPI and npm without recognizing their potential vulnerabilities, as these platforms lack rigorous admission controls and malware guarantees. A package cooldown policy, which temporarily holds new or updated packages for evaluation, is proposed as a crucial security measure to mitigate risks in the software supply chain. This policy acts as a governance tool, allowing time for threat intelligence to identify potential issues before packages are fully integrated into development environments. Real-world attacks, such as those involving Shai-Hulud and Axios, highlight how quick, automated responses can minimize the impact of compromised dependencies. While some developers are concerned that cooldowns might slow down their workflow, the policy actually introduces minimal delays for packages that clear security checks, mainly affecting new dependencies in their highest-risk phase. Implementing such policies, especially with platforms like Cloudsmith, enables organizations to enforce security controls effectively at the point of first pull and continuously re-evaluate packages against evolving threats, thereby enhancing the overall security posture and compliance with regulatory requirements.
May 14, 2026
2,005 words in the original blog post.
Socket's threat research team has discovered a significant supply chain attack involving over 84 malicious TanStack npm package artifacts across 42 packages, including the widely-used @tanstack/react-router, which has over 12 million weekly downloads. Attributed to TeamPCP's "Mini Shai-Hulud" attack, the self-propagating malware exploits CI/CD secrets in a manner common to other supply chain attacks. Although these compromised packages were quickly identified after publication, concerns remain about whether organizations inadvertently used them before they were removed from the npm registry. To combat such threats, users can implement safeguards like Cloudsmith's automated cooldown policies, which enforce a time lag on new package consumption, and monitor advisories like OSV's MAL-2026-3463. The attack involved exploiting vulnerabilities in GitHub Actions, including cache poisoning and token extraction, and highlights the need for robust supply chain security measures as similar attacks are expected to continue.
May 12, 2026
502 words in the original blog post.