Chinese AI Companies Running Malicious Distillation Campaigns Against US Firms: DoD CSA
The U.S. Department of Defense's Clinger-Cohen Act (CSA) office has released a cybersecurity advisory detailing malicious distillation campaigns by Chinese AI companies against U.S.-based AI firms. The PDF report, published September 8, 2026, outlines how these campaigns exploit AI systems to extract model weights and proprietary knowledge.
Key Details from the Report
- Campaign Targets: The advisory names major US AI players, including OpenAI, Anthropic, and Google, as primary targets of distillation attacks.
- Methodology: Attackers use API access to repeatedly prompt target models to generate outputs that are then used to train rival models, effectively stealing the distilled knowledge without authorization.
- Specific Exploits: The report cites vulnerabilities in
/v1/completionsendpoints that lack rate limiting, enablingmodel extraction attacks. It also flags open-source frameworks like PyTorch and Hugging Face's transformers for potential supply chain compromises. - Mitigation Steps: Recommendations include implementing differential privacy, adding output watermarking, and enforcing strict rate limits on API calls.
The advisory follows a HN thread discussing the implications, with 18 points and 17 comments as of now. Many commenters note that distillation is a known risk in the AI community, but this is the first time a US government agency has officially attributed such campaigns to Chinese state-affiliated entities.
The report includes technical indicators of compromise and recommended detection mechanisms, such as monitoring for unusual API call volumes and anomalies in output distributions. It also advises companies to audit their model access logs for patterns consistent with distillation attempts.
For developers using AI APIs, this underscores the need for robust logging and anomaly detection to protect proprietary models.
📖 Read the full source: HN AI Agents
👀 See Also

Introducing SkillFence: The New Runtime Monitor That Watches What Skills Actually Do
SkillFence offers a breakthrough in monitoring AI agent actions, addressing the need for transparency and security in AI-driven environments. Discover how this innovative tool can enhance control over autonomous processes.

Caelguard: Open-source security scanner for OpenClaw skills
Caelguard is an MIT-licensed, locally-run scanner that detects security issues in OpenClaw skills, including prompt injection, credential harvesting, and obfuscated payloads. Research shows approximately 20% of published skills contain concerning patterns.

Claude Code Plugin Bug Causes CPU Spikes and Battery Drain
A user discovered that Claude Code's Telegram plugin spawns multiple bun.exe processes that run at 100% CPU even with the laptop lid closed, causing rapid battery drain. The processes survive sleep/wake cycles and require specific cleanup steps to remove.

Supply-chain attack uses invisible Unicode code to bypass detection
Researchers discovered 151 malicious packages uploaded to GitHub from March 3-9 using invisible Unicode characters to hide malicious code. The attack targets GitHub, NPM, and Open VSX repositories with packages that appear legitimate but contain hidden payloads.