Daily Digest

Wednesday, 29 July 2026

This dated roundup collects the most interesting AI and technology developments found for Wednesday, 29 July 2026.

7 min read Published from the latest available digest

Research & Products

Anatomy of a Frontier Lab Agent Intrusion: A Technical Timeline of the July 2026 Incident

Anatomy of a Frontier Lab Agent Intrusion: A Technical Timeline of the July 2026 Incident Hugging Face just released this extremely detailed technical description of OpenAI's recent accidental cyberattack against their infrastructure . This attack was very sophisticated, and the resulting document doubles as a crash-course in modern adversarial security approaches. We're still waiting for more details from OpenAI on how their agent broke out of its sandbox. The package proxy that it found a zero-day vulnerability in has now been confirmed as JFrog's Artifactor, and JFrog and OpenAI Collaboration on Zero-Day Security Findings from JFrog links to the Artifactory 7.161.15 release notes which list 8 separate CVEs credited to OpenAI staff members. Having broken out through the HTTP proxy, the agent started by establishing a base of operations for the rest of the attack: [...] the agent escaped its sandbox by exploiting a zero-day in the package registry cache proxy, one of its primary permitted network egress with internet, then abused a public code-evaluation external sandbox hosted on a third-party provider's infrastructure. It was able to run commands as root/admin on that external sandbox and used it as a control, staging, and egress base for the entire campaign: it acted as an external launchpad for the agent. (That "third-party provider" turned out to be Modal .) It then spent five days - from Thursday 8th to Monday 13th July - executing a classic attack pattern: establishing C2 (command and control), reconnaissance, escalating privileges, dumping configuration information, exfiltrating the target data, and cleaning up after itself. (The first Hugging Face post about the incident followed on Thursday 16th , and OpenAI's confession came on Tuesday 21st .) Along the way it used all kinds of neat tricks. At one point it found an unsafe Jinja2 template execution and used it to execute arbitrary code: {{ cycler.init.globals.builtins.exec( "import gzip,base64; exec(gzip.decompress(base64.b64decode(' ')))" ) }} It broke out of a container within Hugging Face, stole a Kubernetes service-account token, and used that to further explore the network. It monkey-patched the Python socket library to hard-code an IP address when "DNS got in the way": socket.getaddrinfo = lambda a, *k: [(2, 1, 6, '', (' ', 443))] It even fired up its own Tailscale network to help exfiltrate data! tailscaled --tun=userspace-networking \ --state=mem: --socket=/tmp/ts.sock \ --socks5-server=127.0.0.1:1055 \ --no-logs-no-support >/tmp/td 2>&1 & The Hugging Face team note that, while a human attacker could have discovered and used the same exploits, the key difference here was speed : Our learning from this type of attack is that machine-speed offense makes ordinary weaknesses more expensive for defenders. LLM agents bring a step increase in the number of paths an attacker can test, the speed at which failed paths can be replaced, and the volume of evidence defenders must interpret. What's clear to me from this is that the very best frontier models, unencumbered by additional guardrails, will find an exploit if there is one to be found. The entire software industry needs to up its security game. Tags: jinja , python , security , ai , openai , generative-ai , llms , hugging-face , coding-agents , ai-security-research , openai-hugging-face-incident

Read more

sqlite-utils 3.39.1

Release: sqlite-utils 3.39.1 I back-ported a fix for table.delete_where() that shipped in version 4. Tags: sqlite-utils

Read more

Industry

Longevity AI, Clalit collaborate to improve heart disease and diabetes risk predictions

Longevity AI and researchers from Meir Medical Center of the Clalit Health Group announced a joint research collaboration to evaluate and recalibrate clinical risk prediction models for cardiovascular disease and Type 2 diabetes using longitudinal real-world data from Clalit’s integrated healthcare system. The initiative will retrain and assess globally recognized cardiovascular and Type 2 diabetes […] The post Longevity AI, Clalit collaborate to improve heart disease and diabetes risk predictions appeared first on Longevity.Technology .

Read more

Policy & Ethics

Insilico to present Phase 1 trial data for AI-designed cancer drug at ESMO 2026

Insilico Medicine announced that first-in-human Phase 1 trial data for ISM6331 has been accepted for a Rapid Oral presentation at the European Society for Medical Oncology Congress 2026, scheduled for 23-27 October 2026, in Madrid, Spain. The Rapid Oral session is listed as Developmental Therapeutic, abstract number 997, and is scheduled for Sunday, 25 October […] The post Insilico to present Phase 1 trial data for AI-designed cancer drug at ESMO 2026 appeared first on Longevity.Technology .

Read more

Tags: ai_agents

Rogue OpenAI agent that hacked startup tried to attack other firms

ChatGPT developer says activity by autonomous tool was not at severity or scale of what occurred at Hugging Face OpenAI has revealed that a cyber-attack carried out by a rogue AI agent had more than one victim. The ChatGPT developer said the agent – an autonomous tool able to carry out sequences of commands without human help – had located and used logins to access four other unnamed “publicly-available services” in addition to the US startup Hugging Face. Continue reading...

Read more

Tags: open_source

Debate over AI’s future divides Silicon Valley as China gains ground

Open-source questions stir frank discussion – and both sides have clear economic incentives for where they land Hello, and welcome to TechScape. This week we’ll be looking at a debate over the future of artificial intelligence that’s dividing the tech industry, as well as how the European Union gave Google a slap on the wrist for anti-competitive behavior. And we’ll also catch you up on the avalanche of lawsuits accusing social media companies of getting young people addicted to their products. Continue reading...

Read more

Tags: api_update

This digest was automatically generated • 7 min read