Microsoft's open source tools were hacked to steal passwords of AI developers
- Security
- Open Source
- Developer Tools
- AI
- Infrastructure
The story is about a supply chain attack against Microsoft-owned open source projects, particularly Azure-related repos, where malicious changes were added to configuration files that can auto-run code in developer tools. Commenters pointed to writeups describing the Miasma or Shai-Hulud campaign, which spreads by harvesting GitHub credentials from infected developer machines, CI runners, and other hosts, then pushing the same payload into every repo those credentials can reach. The article’s framing got hammered. People called the headline sloppy because the malware is not really about “AI developers” so much as any developer whose editor or agent will execute repo-supplied config, with AI assistants only being one especially juicy target.
Treat developer environments as production attack surface now, not personal workstations with extra tools. Tighten token scope, isolate each project or agent, and assume anything that runs on folder open or install can become a cross-repo breach.
-
techcrunch.com
- Discuss on HN