Malware developers added nuclear and biological weapons text to to their spyware
- Security
- AI
- Developer Tools
- Open Source
The linked post describes several malware families that targeted bioinformatics and MCP developers by hiding alarming text about nuclear and biological weapons inside packages. The trick was not to teach anyone how to build a bomb. It was to poison AI-assisted analysis. If a code-review agent or malware scanner sees terms that hit a model's safety filters, the model may refuse to analyze the file, switch to a weaker fallback, or produce an incomplete answer. That turns alignment policy into an attack surface.
If you use LLMs anywhere in security review, treat refusals and safety-triggered fallbacks as attacker-controlled inputs, not harmless edge cases. Build pipelines to fail closed, surface refusals explicitly, and keep non-LLM scanning in front of any frontier model.
- twitter.com
- Discuss on HN