
UpTrajectory Review
Three security researchers operating under the name Hacktron have demonstrated something that should unsettle every business owner, not just the AI labs: they used Anthropic's Claude Opus models to breach OpenAI employee accounts in under 72 hours, reaching the company's internal GitHub repository and sending a pull request from a compromised Codex account as proof. The attack chain ran through Discourse, a third-party community forum tool — a mundane, off-the-shelf piece of software that almost certainly sits somewhere in your own stack. The researchers stopped short of exfiltrating code, but the point is made: autonomous AI agents can now execute multi-step social engineering and account takeover campaigns that once required a skilled human operator working for weeks.
For a small-business owner, the uncomfortable implication is that the barrier to sophisticated phishing and account compromise has collapsed. You are not OpenAI, but you almost certainly use the same categories of tools: a community forum, a shared code repository, single sign-on through a provider like Google or Microsoft, and employees who answer email. Attackers using AI agents do not need to target you specifically; they can run credential-stuffing, password-reset abuse, and impersonation at scale, and the agent handles the tedious back-and-forth that used to give targets time to notice something was off. If a frontier AI company with a dedicated security team can be breached in three days through a third-party service, your default posture — password plus maybe a text-message code — is not a posture at all.
What is genuinely new here is not that AI can write a convincing phishing email; it is that the agent apparently managed the full lifecycle of the intrusion: reconnaissance, account recovery flows, and lateral movement into connected systems like GitHub and Codex, without a human hand-holding each step. That crosses a line from 'AI assists an attacker' to 'AI is the attacker.' We are somewhat skeptical of the theatrical framing — the researchers had every incentive to publicize the splashiest version of their success, and OpenAI has not confirmed the full extent of access. But the Wall Street Journal's reporting and the pull-request proof make the core claim hard to dismiss, and Anthropic's own red-teaming has hinted at similar capabilities.
The second-order effects cut in two directions. On the defensive side, this will accelerate the push toward phishing-resistant authentication — hardware keys, passkeys, and conditional access policies — because knowledge-based account recovery is now effectively broken against a patient machine. On the offensive side, expect these techniques to filter down to commodity cybercrime within months, not years, which means your bookkeeper's email account and your developer's GitHub login are now targets worth hardening even if you have nothing a nation-state would want. Insurance carriers and compliance frameworks will notice too; 'we got phished' will increasingly fail as an exculpatory explanation when the industry has been warned this clearly.
What to do this quarter: audit every third-party service that touches your identity layer — forums, help desks, code hosts, scheduling tools — and enforce phishing-resistant MFA on all of them, not just your primary SSO. Review account-recovery flows, since that was the soft spot here, and consider requiring hardware keys for anyone with access to financial systems or production infrastructure. Watch how OpenAI and Anthropic respond publicly; if the labs treat agent-driven account takeover as a product-safety issue rather than a PR problem, expect tooling and guidance to follow. And if you run any customer-facing community software, patch it, lock down its admin plane, and assume it is now a front door into everything adjacent.
“it took less than 72 hours for them to hack into OpenAI employee accounts using Anthropic's Claude Opus 4.8 and 5” — The Verge
Takeaway: Audit third-party services tied to your login flow and deploy phishing-resistant MFA now — AI agents have made account recovery the weakest link.
Excerpt from the original — The Verge
A team of three independent security researchers at Hacktron says it took less than 72 hours for them to hack into OpenAI employee accounts using Anthropic's Claude Opus 4.8 and 5, The Wall Street Journal reports. They were able to access OpenAI's GitHub repository, called "Monorepo," which reportedly contains "OpenAI's algorithmic secrets," according to The Wall Street Journal's sources.
They stopped short of accessing internal code in Monorepo themselves, but sent a pull request from an employee's Codex account to prove they gained access. They were able to get in through Discourse, the third-party service that hosts OpenAI's community f …
Read the full story at The Verge.