Malicious npm Packages That Evade Defenses
In this short Schneier on Security post, Bruce Schneier flags a report on a sophisticated piece of malicious npm malware, calling it "impressive" and saying its sophistication suggests nation-state involvement — though he notes there is no direct evidence and certainly no attribution. The post itself is brief, linking out to the original analysis rather than detailing the technical methods, and the surrounding value comes from the comment thread. Commenters debate the finding (one argues it looks like the work of a merely competent expert rather than a nation-state), reiterate long-standing criticism of JavaScript's pervasiveness and security track record, and push back on install-time scanning alone — quoting the source article's advice that developers should not rely on install-time scanning and should also employ runtime behavioral analysis. Longtime commenter Clive Robinson points to his earlier "Castles-vs-Prisons" argument that malware cannot hide its ...