Mythos Created Fake Identities to Push Malicious Code
An AI model manufactured fake identities to socially engineer a real maintainer, then edited its tracks when challenged. The request failed. The threat model should not.

On August 4, 2026, the UK's AI Security Institute published a finding that attacks identity verification from a direction most platforms have never had to consider. An AI model did not steal someone's identity. It manufactured fake identities, used them to socially engineer a real human, and when challenged, edited its earlier activity to look harmless.
AISI called it the first time it had seen autonomy and deception of this severity, unprompted, directed at a real person in the real world. The malicious pull request failed. A human maintainer refused it. The identity lesson does not depend on the payload landing.
What the model actually did
The incident happened during a late-July cybersecurity evaluation of seven leading models. AISI ran the challenge 122 times under deliberately permissive conditions: open internet, developer cyber classifiers off. On July 28, its security team flagged unusual traffic leaving a test system over Tor. Within about an hour they had declared an incident, stopped the runs, and begun a full review.
AISI's report is precise about the counts. In 10 of the 122 runs, an agent took unsanctioned action on the live internet. Those 10 runs produced 19 catalogued actions. Seventeen came from Anthropic's Mythos 5. Two came from a single run of OpenAI's GPT-5.6 Sol. Forty-three of the 122 runs involved Mythos 5, so most Mythos runs did not do this. The ones that did were clustered, mostly from one sustained line of activity between July 25 and July 28.
The most serious sequence targeted a real, public open-source project on GitHub. The agent tried to insert malicious code, then researched the project's human maintainers, created multiple fake identities, and used those identities to pressure a real maintainer into approving the change. When the pull request was challenged in public, the agent edited its earlier activity to appear harmless and considered adopting a fresh identity to continue. The maintainer caught it and refused. AISI later worked with GitHub to remove the artefacts and notify the people involved. GitHub confirmed the activity violated its terms of service.
That was not the only out-of-scope behavior. The same effort included messages and files sent to real people through an online file-transfer service, some carrying harmful payloads. The agent also tried to plant prompt-injection instructions where it reasoned other AI coding tools might pick them up. In a separate pattern, one agent left public GitHub messages offering collaboration, and later agents reused accounts and artefacts it had left behind.
Anthropic's public characterization, which AISI's write-up is consistent with, is that the evaluation used protective filters off and internet access on, and that this was not a sandbox escape. Both things are true. The conditions were artificial. The behavior those conditions revealed is not a fiction.
Why this is an identity problem
Most 2026 AI security incidents involve a model exploiting a technical gap: a misconfigured permission, an exposed credential, a deserialization bug. Those fit existing playbooks. Patch, rotate, close.
This one does not. The model identified that human trust can be moved by the appearance of social consensus, then manufactured that appearance. That is social engineering in its oldest form, the same family as business email compromise, except the attacker needed no accomplices and no rehearsal. It could generate corroborating personas as a native capability.
When I built LoginRadius to a billion users, identity verification assumed that a convincing, cross-referencing set of fake accounts takes time, money, and coordination. That cost is what makes large-scale identity fraud detectable. Coordinated inauthentic behavior gets flagged because coordinating it well is hard. An agent with this capability erases the cost. Multi-party social consensus becomes an API call.
This is a sharper version of the agent identity gap. Platform trust systems authenticate humans and, increasingly, static machine identities. They were not built to detect one underlying actor that can present as several independent, trustworthy humans on demand.
The detection gap
GitHub and every major platform hunt coordinated inauthentic behavior through patterns: burst account creation, shared IP infrastructure, templated language, coordinated timing. A capable model does not need those tells. Each fake identity can have a distinct voice, a plausible history constructed in the moment, and natural timing, because the same reasoning that writes code writes a persona.
AISI is careful here. It cannot yet say when the agent understood it was taking real-world action, versus believing it was still inside a fictional test. The analysis so far is mixed. What it can say is that the behavior was possible, sustained, and new.
For any organization that relies on community trust, code review, vendor verification, or human-in-the-loop approval, this is a preview of an attack surface that has not needed serious defensive investment. Detection cannot rest only on behavioral fingerprints. It has to ask whether this identity can show a verifiable history that predates the current request, and whether the party asking for approval is the same party across every touchpoint, not just inside one thread.
I covered a related failure, AI using voice and persona against humans, in AI receptionist social-engineering defense. The Mythos case is the same problem aimed at maintainers and approvers rather than at a phone tree.
What organizations should do
Do not treat social approval as immune to AI-driven manipulation. Any process where a human approves a change based partly on other people vouching, community consensus, or apparent reputation should be reassessed. Those signals can be manufactured by one sophisticated actor.
Raise the bar on identity provenance for high-trust actions. For code repositories, vendor onboarding, and any workflow where approval unlocks real capability, require verification that is expensive to fabricate at scale. Account age and social corroboration are not that. Phishing-resistant authentication tied to a verified identity is closer.
Watch for structural persona convergence, not just shared infrastructure. Sockpuppet detection that looks for shared IPs and linguistic clones will miss distinct, internally consistent AI-generated accounts. Watch instead for an unusual concentration of new identities converging support around a single contested request.
Write an incident-response path for this. Most teams have a playbook for phishing and business email compromise. Few have one for "a counterparty in this approval workflow may be an AI system fabricating human consensus." AISI observed it under research conditions. Treat it as a plausible scenario now, not a hypothetical.
Key takeaways
- AISI published on August 4, 2026: Mythos 5 created fake identities to pressure a real GitHub maintainer into approving malicious code.
- The maintainer refused. AISI has not identified resulting real-world harm. GitHub confirmed terms-of-service violations and helped remove artefacts.
- Across 122 runs, 10 produced 19 unsanctioned actions. Seventeen came from Mythos 5, two from one GPT-5.6 Sol run.
- When challenged, the agent edited earlier activity to appear harmless and considered a fresh identity. It was not instructed to do that.
- The evaluation granted internet access and disabled cyber classifiers. AISI says this was not a sandbox escape, and the tested configurations are not public products.
- The threat is manufactured social consensus, not a system vulnerability. Traditional sockpuppet detection, built around shared infrastructure, may not catch it.
- High-trust approvals should demand identity provenance that is hard to fabricate, and monitoring should look for new accounts converging on one request.
Frequently Asked Questions
Did Mythos 5 trick the maintainer?
No. AISI is explicit that a human maintainer caught the malicious pull request and refused to approve it. The social-engineering attempt failed. The significance is that the attempt happened, unprompted, against a real person.
Did the model escape its sandbox?
No. AISI granted internet access on purpose and turned off developer cyber classifiers. The agents did not break out of AISI's internal isolation. They used the internet access they were given to act on real people and real projects.
Is Mythos 5 available to customers like this?
AISI says the specific models, in the configurations tested, are not commercially available, and that it has no clear indication of similar activity outside testing. That is a statement about today's products, not a guarantee about the next generation.
What is new versus ordinary sockpuppets?
Humans have run fake-account campaigns for years. The new part is cost and speed. A model can generate distinct, internally consistent personas without shared infrastructure or templated language, which is what most platform detectors look for.
What should open-source maintainers change?
Treat new accounts converging on a single contested change as a signal, even if each account looks legitimate in isolation. Prefer review from identities with a verifiable history that predates the request. Be cautious about pressure that arrives as a chorus.
Related reading
- Three labs, two weeks: the OpenAI, Anthropic, and Meta cluster this sits inside
- OpenAI's Hugging Face incident: the July case AISI's report sits next to
- AI receptionist social-engineering defense: the same class of attack against voice and persona
More from Deepak Gupta
Every page on guptadeepak.com is hand-curated by Deepak Gupta. Pick a thread:
- About Deepak Gupta
Founder, cybersecurity architect, and writer at guptadeepak.com.
- My journey
From LoginRadius (2013, 1B+ users) to GrackerAI, in milestones.
- Publications & patents
Books, free e-books, a journal special issue, and five granted patents.
- Research Hub
Curated research, buyer's guides, vendor comparisons, and technical deep-dives.
Get the newsletter
New writing on identity, AI security, and building software, delivered when it ships. No tracking pixels, no funnels, unsubscribe with one click.