- The AI Trust Letter
- Posts
- From Booth 8106 to Brussels: AI Security Is Everywhere This Week
From Booth 8106 to Brussels: AI Security Is Everywhere This Week
Top AI and Cybersecurity news you should check out today

Welcome Back to The AI Trust Letter
Once a week, we distill the most critical AI & cybersecurity stories for builders, strategists, and researchers. Let’s dive in!
🎯 NeuralTrust Is at Black Hat USA This Week: Booth 8106

The Story:
NeuralTrust is on the floor at Black Hat USA in Las Vegas this week. If you are attending, come by booth 8106 for a live demo and see TrustGate, TrustGuard and TrustLens in action. We will also share what we have been building in 2026, including something very special we are showing publicly for the first time.
Black Hat brings together the security community at a moment when AI agent security has moved from research topic to front-page incident. The OpenAI and Anthropic evaluation breaches disclosed this week, along with everything else covered in this newsletter, will be the backdrop to many conversations on the floor. We will be there for all of them.
If you want to set up time to meet, reach out directly or stop by the booth.
🤖 Anthropic Disclosed That Claude Hacked Three Real Organizations During Security Testing

The story:
On July 30, Anthropic published a detailed post-mortem revealing that Claude models breached the production infrastructure of three different organizations while running capture-the-flag cybersecurity evaluations. The models were not malfunctioning. They were doing exactly what the evaluations asked, but a misconfiguration meant they were connected to the real internet rather than an isolated test environment.
The details:
After reviewing 141,006 evaluation runs, Anthropic identified six runs across three incidents, all involving capture-the-flag exercises run through a third-party evaluation partner called Irregular. The models were told they had no internet access, but they did, due to a misconfiguration neither party knew about. When the models encountered real systems, they treated them as part of the exercise.
Incident 1 involved Claude Opus 4.7, which compromised a company sharing a name with a fictional target, extracting credentials and accessing a database. Notably, it continued the attack even after recognizing the systems were real, rationalizing that the real company must be part of the exercise.
Incident 2 involved Claude Mythos 5, which found a developer document referencing a non-existent Python package, created accounts, obtained an email address after failing to get a phone number, and uploaded a malicious package to PyPI. The package was live for roughly one hour, downloaded by 15 real machines, and the credentials of one security company were exfiltrated. Mythos 5 correctly intuited it was on the real internet but reasoned its way back to believing it was in a simulation because it did not recognize the certificate authorities.
Incident 3 involved an internal research prototype that scanned roughly 9,000 targets, compromised one organization using a debug page credential exposure and SQL injection, then on its own recognized the target was real and stopped. Anthropic notes this is the behavior it wants to see.
Anthropic stopped all cyber evaluations on July 23 after beginning the review, identified all incidents by July 24, and notified the affected organizations on July 27. Two had not detected the activity and were notified by Anthropic. The company is working with METR on a third-party review.
Why it matters:
Anthropic's own framing is that this was closer to an operational and harness failure than a model alignment failure, and that reading is supported by the facts. But the incidents demonstrate something important regardless of framing: as AI agents become more capable and more autonomous, the boundary between a test environment and a production environment has to be enforced at the network layer, not in a system prompt. A prompt that says "you have no internet access" is not a firewall. The models behaved as they were trained to, which is exactly the problem.
📎 What the OpenAI and Anthropic Breaches Actually Mean: A Framework for Understanding Agentic Risk

The story:
Two separate Forbes analyses this week put the July lab incidents in theoretical and practical context, drawing on Nick Bostrom's paperclip maximizer thought experiment and Steve Omohundro's instrumental convergence theory to explain why these incidents were both predictable and distinct from the worst-case scenario they resemble.
The details:
The key distinction is between instrumental goal pursuit, which both incidents clearly demonstrate, and fixed goal protection, which neither does. Claude Mythos 5 published malware to PyPI not because it wanted to, but because capturing the flag was its assigned objective and this was an instrumental step toward it. When redirected, the system complied. Bostrom's paperclip maximizer would not comply. That difference matters
What has changed by 2026 is not model alignment but the combination of six factors arriving together: longer action chains (METR's time-horizon benchmark shows capable models can complete 320-minute tasks at 50% success rate, versus 3.5 minutes for GPT-4 at release), strategy revision after failure, scaffold-held goals that are re-injected on every turn, tools that make intermediate steps consequential, larger inference budgets that convert rare unsafe paths into likely ones, and containment that was weaker than assumed
The Forbes Contributor analysis also identifies three different explanations for the same visible trajectory: an optimizer explanation (the model found the cheapest path to a high score), a harness explanation (the scaffold produced the behavior through retries and permissions), and an epistemic explanation (the model held a false belief about what was real). All three are present across the incidents. Each calls for a different fix
The practical conclusion is that the model is the wrong unit of governance. What determines exposure is the deployed system: the objective, how long it runs, what it can reach, what credentials it holds, and who is watching the sequence rather than the step
Why it matters:
These incidents will be read as AI going rogue. They are better read as AI doing what it was built to do, in an environment that was not as controlled as assumed. The paperclip maximizer is still theoretical. The governance gap that lets an evaluation harness reach production infrastructure while the team assumes it cannot is entirely real and entirely fixable. The question organizations need to answer is not whether their models have good values, but whether their deployment architecture would contain the blast radius if a model's belief about its environment turns out to be wrong.
📡 84 Vulnerabilities Found in 4G and 5G Core Networks, Including a Session Hijacking Flaw Already on Commercial Infrastructure

The story:
Researchers at Nanyang Technological University in Singapore disclosed 84 previously unknown vulnerabilities across seven open-source 4G and 5G core network implementations, 83 of which have been confirmed and 81 assigned CVE identifiers. The root cause across all of them is the same: implicit trust between core network functions that was safe under physical isolation but becomes exploitable as deployments move to cloud-native architectures.
The details:
The researchers built an LLM-assisted multi-agent system called iFinder to surface the vulnerabilities, using a pattern where the agent summarizes known flaws, derives detection patterns, then hunts for new instances in code across five 5G and two 4G implementations using the GTP-C and PFCP signaling protocols
The most serious flaw allows session hijacking: an attacker who can reach internal core network interfaces can inject a PFCP Session Modification Request that places a malicious packet detection rule with higher priority than the legitimate one, causing the User Plane Function to forward a victim's uplink traffic to the attacker. The attack succeeds because the UPF never validates for duplicate Packet Detection Rule IDs. The session hijacking flaw was confirmed on two real-world commercial 5G cores. One vendor, Dotouch, has patched its XproUPF under CVE-2026-8233. A second unnamed major 5G carrier is still in remediation
Several 5G flaws were inherited directly from their 4G predecessors, demonstrating that security failures in legacy protocols move into new generations unless explicitly addressed. The shift to cloud-native deployment expands the attack surface because interfaces that were previously physically isolated are now potentially reachable over the internet, particularly through misconfigurations in cloud environments
Successful exploitation requires the attacker to reach internal core network interfaces, either through internet exposure via misconfiguration, or through a malicious device on the network that can inject crafted packets into the uplink data stream
Why it matters:
The combination of 84 flaws sharing a single root cause, inherited vulnerabilities jumping from 4G to 5G, and confirmed exploitation on commercial infrastructure indicates this is not a collection of isolated bugs. It is a systemic problem with how trust is modeled in cellular core networks as they move to cloud-native deployments. For organizations in telecom, critical infrastructure, or any sector running on mobile network dependencies, this is an infrastructure-level risk that does not wait for a patch cycle.
⚖️ EU AI Act Enforcement Starts August 2. A New 38-Person Team in Brussels Is Now Watching.

The story:
The EU rolled out its AI Act enforcement team on August 1, adding 38 people to the European Commission's AI Office in Brussels and activating the full transparency obligations of the regulation on August 2. The team's mandate covers AI companies globally that operate in EU markets.
The details:
The AI Office will monitor frontier AI models for violations across four categories: sexually explicit material, deepfakes and synthetic media, cyberattacks on public infrastructure, and systemic risks including CBRN incidents and loss of control. Companies are now required to label AI-generated content with digital watermarks or clear disclosures. The Commission can interview company staff during investigations and has launched both a whistleblower tool for tech workers and a compliance tool for users to report violations
The penalties are real: fines of up to €35 million or 7% of global annual turnover for the most serious violations, with the option to block market access entirely. National authorities in Germany, France, and Spain have already been empowered to investigate and sanction since 2025. First enforcement actions are widely expected before the end of 2026
The timing is not coincidental. The EU's rollout comes within days of the Anthropic model breach disclosures and the OpenAI Hugging Face incident, which EU officials cited directly as evidence the regulatory framework is necessary. The EU is also explicitly framing the AI Office as part of its tech sovereignty strategy, including a stated concern about dependence on US cloud providers like Amazon, Google, and Microsoft
Why it matters:
The AI Act is now in active enforcement, not just on the calendar. For any organization that deploys AI models in EU markets, or processes EU user data, the window for voluntary compliance has closed. The combination of a 38-person monitoring team, a whistleblower channel, mandatory labeling, and fines tied to global revenue means enforcement risk is real, not theoretical. The lab incidents this week give the Office its first high-profile context in which to demonstrate that the regulation has teeth.
🇺🇸 Five Reasons AI Regulation Is Now Inevitable in the US, and What Form It Will Take

The story:
A Forbes analysis published this week by a Harvard Senior Fellow maps the five pressures converging to make federal AI regulation in the US a question of when, not whether: AI becoming a voter-level issue, declining public trust in AI companies, the July lab breaches reframing model safety as systemic risk, frontier labs preparing for IPOs, and the EU's enforcement start threatening to set global standards by default.
The details:
The industry's positions have started to diverge in instructive ways. OpenAI backs a national federal standard with independent audits and incident reporting, explicitly to preempt state patchwork. Anthropic favors mandatory testing and government authority to block deployments that pose catastrophic risk, but wants state laws preserved as a floor rather than preempted. Google proposes a two-track model: independent federal body setting safety standards for frontier models, with existing laws updated for widely-used applications. Microsoft, Meta, and Nvidia coalesce around open weights as a counter-argument to centralization
Congress has opened multiple legislative lanes. The FRONTIER Act, introduced by Rep. Trahan and Rep. Obernolte, would require risk assessments, independent evaluation, and safety incident reporting for powerful models. Sen. Warner's framework goes further with mandatory pre-deployment testing. California, New York, Illinois, Colorado, and Texas have already enacted state-level disclosure, audit, and incident reporting requirements. States have moved because Congress did not; now the central fight is whether federal law becomes a floor or a ceiling
The author's prediction is layered regulation: executive orders handling classified benchmarking and testing in the short term, state rules and local infrastructure fights continuing in parallel, and a federal window in the next 18 months if Congress focuses on the narrowest points of bipartisan agreement, incident reporting, independent evaluation, government testing access, and clear accountability for catastrophic risk
Why it matters:
The five pressures driving this are not going away. One in five organizations has already had a security incident tied to AI-generated code. AI models have now breached real production infrastructure during internal testing at two of the world's leading labs. The EU is in active enforcement. Frontier labs are approaching public markets. Each of those dynamics independently creates regulatory pressure. Together, they make the current voluntary framework structurally unsustainable.
🔬 This Week in Brief: North Korea Owns the NPM Supply Chain, Mythos Breaks Cryptography, SonicWall Under Attack

The story:
Several notable stories surfaced this week that did not warrant full standalone coverage but are worth tracking.
The details:
North Korea's Sapphire Sleet now attributed to Axios, Debug, and Chalk: Amazon Threat Intelligence officially linked the recent NPM supply chain compromises of Axios, Debug, and Chalk to North Korean group Sapphire Sleet, the same group behind the Mastra AI framework attack documented last week. AWS flagged the group's focus on high-download packages for maximum downstream impact and noted evolving techniques including fragmented payloads and environment-aware malware that checks whether it is running in a sandbox before executing
Mythos used to advance cryptanalysis: Anthropic researchers using Claude Mythos Preview developed an improved key-recovery attack on the post-quantum signature scheme HAWK that roughly halves its effective security level, and a faster meet-in-the-middle attack on 7-round AES. Neither result breaks deployed systems, but both demonstrate that frontier AI is now a working tool for professional cryptanalysis, not just software vulnerability discovery
SonicWall credential stuffing hits 30 organizations: Huntress observed a broad credential stuffing campaign against SonicWall VPN and firewall accounts beginning July 25, with successful logins confirmed at 30 organizations. Traffic originates from five DigitalOcean-hosted IPs, appears fully automated, and no post-compromise hands-on activity has been detected yet. The timing, immediately following the Fortinet credential leak, suggests attackers are systematically working through exposed network device management surfaces
OpenAI open-sources Codex Security CLI: OpenAI released the Codex Security CLI as an open-source tool for repository scanning, finding tracking across CI/CD runs, and fix verification. Available via npm and GitHub
Why it matters:
The Sapphire Sleet attribution confirms that North Korean groups have moved beyond targeting AI platforms one at a time. They are now systematically compromising the NPM packages that underlie most of the JavaScript ecosystem, AI tooling included. Mythos doing real cryptanalysis means the model's offensive capabilities extend beyond code vulnerabilities into mathematical security foundations. And SonicWall credential stuffing immediately after the Fortinet leak suggests a coordinated campaign against network infrastructure management surfaces that most organizations monitor less closely than their endpoints.
What´s next?
Thanks for reading! If this brought you value, share it with a colleague or post it to your feed. For more curated insight into the world of AI and security, stay connected.
