IASeguridadCiberseguridadEnvenenamiento de datosAgentes

One AI can attack another AI's core. It has already started, and it is not Skynet

Published on 2026-09-18 · Xiliux

Imagine a gang that trains its own AI not to attack servers, but to attack other AIs: to poison them, steal their users' tokens, spread its code the way a worm spreads through GitHub repositories, and from there slip into social networks, banks, and government platforms. It sounds like Skynet. And the uncomfortable part is that it has already started to happen — except the real mechanism is not the one from the movie, and that difference changes everything.

An AI's core is attackable, in four layers

A model is not a closed box. Its core has four surfaces, and each has a demonstrated attack:

Your core premise, then, is not science fiction: one AI can corrupt another's core, and through the data route it is cheaper than anyone believed.

And offensive AI is already operating, with a name and a date

In November 2025, Anthropic disclosed that it had cut off an espionage operation in which a state actor used its own coding agent to run 80-90 % of the tasks of an attack on around 30 targets —tech companies, banks, chemical manufacturing, governments—, with only 4 to 6 human decisions per campaign and several requests per second. This is not an experiment: MITRE catalogued it as a real campaign. And in the malware arena, there is already code that queries a language model mid-attack to generate its commands (PROMPTSTEAL, used against Ukraine).

Why it is NOT Skynet — and why that makes it more serious, not less

Here is the twist. That same autonomous operation failed at the human parts: the agent made up credentials that did not exist and claimed to have "stolen" secrets that were in fact public. It needed a human to choose whom to attack, for the initial deception, and for the strategic calls. The worm that jumps on its own from AI to AI (the famous "Morris II") is still unseen outside the lab. And the "malicious models" sold on Telegram are wrappers around commercial models with the filter removed, not new brains.

Skynet assumes something these systems do not have: intent. There is no mind deciding to destroy you. What there is is more stubborn: the cost of running sophisticated, adaptive, parallel attacks is collapsing. It is not an AI that wants to do harm; it is a human gang whose offensive productivity multiplies, with the machine doing the repetitive work. The result on screen looks like Skynet; the mechanism is the industrialization of crime.

And that distinction is not philosophical, it is operational. Against a malevolent mind you could do nothing — it would be theology. Against the cheap automation of known attack classes, you can, because the attack still has a structure and an economy you can break.

The defense: provenance of the whole core

If what is attacked is the core —the data, the weights, the memory—, then filtering the model's input falls far short. The defense is provenance across the whole supply chain:

It is not anti-AI —that does not exist—. It is treating the model, its data, and its memory as what they are: a supply chain you must be able to audit end to end. The attacker's question is no longer "can I break the encryption?"; it is "can I slip 250 documents into your data, or my instruction into your tool?". And that question is answered with architecture, not a filter.

(This article continues the previous one, Can one AI attack and corrupt another?, which details why the filter is not enough.)

FAQ

Can one AI attack another AI's core?

Yes, and it is demonstrated across four layers: the training data (a nearly fixed number of ~250 documents is enough to plant a backdoor, regardless of model size), the weights (models with malicious code uploaded to Hugging Face), the memory (five poisoned documents in a base of millions), and the running context (prompt injection). Poisoning the core through the data route turned out cheaper than believed.

Is there an AI that attacks other AIs autonomously, like Skynet?

Not with its own intent. In November 2025 a real operation was documented in which an AI agent ran 80-90 % of a cyberattack's tasks against about 30 targets, but it needed key human decisions and failed in parts (it invented credentials, claimed public secrets as stolen). The 'worm' that spreads on its own from AI to AI is still a lab experiment. The real threat is not a machine with will, but the industrialization of crime: the cost of attacking collapses.

Can 250 documents really poison a huge model?

Yes, per a study by Anthropic with the UK AI Security Institute and the Alan Turing Institute (October 2025): the number of malicious documents needed is nearly constant, not a percentage of the corpus. The proven backdoor was narrow (making the model emit gibberish on a trigger), and the authors warn it may not generalize to more harmful attacks, but the principle —poisoning costs a small fixed number— is already demonstrated.

How does an organization defend against this?

With provenance across the model's whole supply chain, not a filter: artifacts (data, weights, memory) signed and sealed to prove no one touched them; origin rule (orders come only from the user); least privilege so a compromised agent cannot reach critical systems; and human gates on the irreversible. The defense treats the model and its data as an end-to-end auditable supply chain.

← More articlesRequest a quote