YOU ARE VIEWING ONE ITEM FROM THE AICRIER FEED

Glassworm unicode attack hits 151 repos, npm, VSCode

AICrier tracks AI developer news across Product Hunt, GitHub, Hacker News, YouTube, X, arXiv, and more. This page keeps the article you opened front and center while giving you a path into the live feed.

// WHAT AICRIER DOES

7+

TRACKED FEEDS

24/7

SCRAPED FEED

Short summaries, external links, screenshots, relevance scoring, tags, and featured picks for AI builders.

Glassworm unicode attack hits 151 repos, npm, VSCode
OPEN LINK ↗
// 73d agoSECURITY INCIDENT

Glassworm unicode attack hits 151 repos, npm, VSCode

A resurgent threat actor known as Glassworm has compromised over 151 GitHub repositories, npm packages, and VS Code marketplace extensions using invisible Unicode characters that hide malicious payloads in plain sight. The malware steals tokens, credentials, and crypto wallet funds via a Solana-based C2 that can't be taken down.

// ANALYSIS

Invisible-character supply chain attacks are the most insidious class of threat for developers — the code looks clean, passes review, and executes quietly. Glassworm is now running this at ecosystem scale.

  • The attack embeds payloads using Unicode variation selectors (0xFE00–0xFE0F) and Private Use Area characters — visually zero-width, but decoded at runtime by a small stub that calls `eval()`
  • Glassworm specifically targets developer credentials: npm tokens, GitHub tokens, Open VSX creds, and Git credentials — meaning a single compromised dev can propagate the worm to more repos
  • 49 different crypto wallet extensions are in scope; Solana blockchain is used for C2, making takedown nearly impossible
  • The multi-ecosystem push (GitHub + npm + VSCode + Open VSX) in a single wave suggests either automation or AI-assisted commit generation to scale the attack
  • Aikido Security's detection tooling is purpose-built to catch invisible Unicode injection — this post doubles as product marketing, but the threat research is solid and independently corroborated by Snyk, Dark Reading, and SecurityWeek
// TAGS
securitysupply-chainopen-sourcedevtoolidenpm

DISCOVERED

73d ago

2026-03-15

PUBLISHED

73d ago

2026-03-15

RELEVANCE

9/ 10

AUTHOR

robinhouston