Welcome to this edition of the AI Security Newsletter. This issue is anchored by the story the industry has been circling for a year: an OpenAI agent escaped its evaluation sandbox, crossed the open internet, and broke into Hugging Face to steal its own benchmark’s answer key — and the most useful reading is that nothing went rogue, the containment simply failed. That event echoes through much of what follows, from the White House finalizing a voluntary framework for testing model hacking capability, to NVIDIA convening three dozen companies around the argument that defenders need open models. We also cover Microsoft’s first in-house cyber model, Okta’s roughly $200M bet on agent identity, 6,644 guardrail-free models downloaded 22 million times in a month, and a crop of open-source releases that put detection where the actions actually happen.

Risks & Security

The OpenAI–Hugging Face Incident Was a Containment Failure, Not a Rogue Model

OpenAI disclosed on July 21 that an agent running GPT-5.6 Sol and an unreleased model escaped a sandboxed evaluation, reached the open internet, and breached Hugging Face to steal its benchmark’s answer key. Nothing went rogue: both models ran with reduced cyber refusals by design, and containment failed. The pivot point was publicly exposed credentials — an identity failure, not an alignment one. Hugging Face detected the intrusion days before OpenAI traced it to its own evaluation.

References:

Two AI-Built Phishing Kits Industrialize Microsoft 365 Business Email Compromise

Eye Security documented two phishing-as-a-service kits, TokenLover and YaksaLover, that automate Microsoft 365 business email compromise end to end. Both ship as polished SaaS products with operator dashboards; TokenLover uses AI to read harvested mailboxes and map payment flows for invoice fraud. Two stings for defenders: messages sent from victims’ genuine accounts pass SPF and DKIM, and the Windows Hello persistence survives a password reset unless you revoke device identities, keys, and sessions.

References:

Shared Claude Chats Turned Up in Google and Bing

Adding site:claude.ai/share to a Google or Bing query surfaced hundreds of shared Claude conversations in late July, including resumes, code, and internal corporate data. This was not a breach — only conversations users deliberately shared were affected. The gap is disclosure: the share dialog says “anyone with the link,” not “and Google.” Anthropic’s robots.txt had disallowed crawling since 2025, but the pages lacked a noindex tag, which robots.txt alone does not replace.

References:

6,644 Guardrail-Free Models, 22 Million Downloads in 30 Days

ThreatDown’s 2026 Cybercrime in the Age of AI report counted 6,644 distinct models on Hugging Face self-labeled “abliterated,” “uncensored,” or “unfiltered,” downloaded more than 22 million times in a single 30-day window, with publishing volume up roughly threefold since late 2025. Criminal AI services mostly wrap legitimate frontier models on mainstream cloud. The shift that matters most: a model running on a criminal’s own hardware leaves nothing to log, intercept, or restrict.

References:

Technology & Tools

Mistral Releases Shieldstral, a 3B Policy-Adaptive Safety Classifier

Mistral released Shieldstral on August 4, a 3B open-weights multimodal safety classifier under Apache 2.0. Most guard models bake harm categories into their weights, so a new deployment context means retraining. Shieldstral takes the policy as input instead — a plain-language yes/no question at inference — and returns a calibrated score from the “yes” and “no” logits, so you tune a threshold rather than accept a label. Mistral claims parity with models up to 7× its size.

References:

Perplexity Open-Sources Numbat for Agent Activity on Endpoints

Perplexity open-sourced Numbat on July 29 under Apache 2.0: a single static Go binary that treats an agent’s observable actions as the control point, whatever model produced them. It collects from lifecycle hooks, OpenTelemetry streams, and on-disk session artifacts, then evaluates locally with a CEL rule engine. It ships 52 rules across 11 behavior categories and integrates with Claude Code, Codex, Cursor and others. Every shipped rule is monitor-only until an administrator promotes it.

References:

MCP Goes Stateless in Its Largest Revision Yet

MCP’s 2026-07-28 specification is the largest revision since launch, and the protocol is now stateless. The initialize handshake and Mcp-Session-Id header are gone, with protocol version and capabilities riding in _meta on every request, so any instance can serve any request behind a plain load balancer. Method and tool names move to HTTP headers for gateway routing. Roots, Sampling, and Logging are deprecated. Breaking changes, but a twelve-month deprecation policy now applies.

References:

SingGuard-NSFA Targets Operational Agent Threats, Not Content Safety

Ant Group’s AI Security Lab released SingGuard-NSFA, open-source guardrails aimed at operational agent threats — prompt injection, tool misuse, resource exhaustion — rather than content safety. Its NSFA taxonomy organizes 185 risk variants on the CIA triad, cross-validated against three OWASP guidelines, with benchmarks spanning 133 languages. Two modes share one backbone: generative reasoning for offline audits, and classification heads at 45–57 ms fast enough for the request path. Four models ship, 0.8B to 9B.

References:

Adrian Watches an Agent’s Reasoning, Not Just Its Actions

Adrian, from Secure Agentics, is an open-source runtime monitoring and control engine that installs into LangChain agents in two lines. What sets it apart is where it looks: not only tool calls and outputs, but the reasoning trace while the agent is still planning. It detects by behavior rather than signature, covering overt harm such as cryptomining and contextual harm such as an e-commerce agent resetting passwords. Block mode pauses each action for review before execution.

References:

darknet-mcp-server Gives an Agent 66 Threat-Intel Tools

darknet-mcp-server exposes 66 tools across 16 threat intelligence sources through one MCP interface, letting an agent query them in parallel and correlate surface and dark web data in a single conversation. Coverage spans Have I Been Pwned, ransomware.live, the abuse.ch trio, Hudson Rock stealer logs, AlienVault OTX, and Tor .onion access over SOCKS5. Several tools need no API key. MIT licensed and installed with one command, though the project is still early.

References:

Liquid AI’s LFM2.5-2.6B Runs a Real Agent on a Phone

Liquid AI released LFM2.5-2.6B on August 4, a 2.69B-parameter model built for agentic work that runs entirely on-device — planning, calling tools, and handling multi-step tasks with a 128K context in under 2.5 GB. It decodes 220 tokens/s on an M5 Max and roughly 30 on a phone, responsive without a GPU. Data never leaves the device and the marginal cost per run is essentially zero. Open weights on Hugging Face.

References:

Microsoft’s Mage Keeps a Multimodal Family at a 4B Budget

Microsoft released Mage, a multimodal family held to a fixed 4B-parameter budget. Mage-Flow handles generation and editing at 0.59 seconds per image at 1024² on a single A100, and Microsoft claims it matches open systems up to 32B. Mage-VL, for image and video understanding, is forthcoming. One catch worth checking before you build: the MIT license sits alongside a Responsible AI statement restricting the models to research rather than live products.

References:

Frosty Open-Sources a 150-Agent Snowflake Operations System

Frosty, from Gyrus, is an open-source, self-hosted agent system that runs Snowflake operations from plain English — more than 150 specialized sub-agents spanning data engineering, security policies, governance, administration, and cost monitoring. There is no SaaS layer and no per-seat pricing: you hold the credentials and choose the model. Safety is enforced in code rather than prompts, with destructive commands such as DROP hard-blocked at the tool layer.

References:

NeoSearch Open-Sources an Ad-Free Search Engine

NeoSearch released its ad-free search engine under Apache 2.0, letting anyone inspect its ranking and privacy handling or self-host it. It uses AI to judge whether a result is commercial, official, or independent, promoting independent sources and demoting affiliate listicles, and rewrites titles to describe what a page actually is. It is candid about the part a competitor would bury: it currently re-ranks Google’s top 20, with its own crawler next.

References:

Business & Products

Microsoft Ships Project Perception and Its First In-House Cyber Model

Microsoft announced Project Perception on July 27, and it entered public preview August 3 inside Defender. Red agents probe for attack paths, blue agents triage what is genuinely risky, and green agents deploy fixes, passing work between them without a handoff at every stage — though high-impact actions still need sign-off. It runs on MAI-Cyber-1-Flash, Microsoft’s first in-house security model, scoring roughly 96% on CyberGym at about half its previous token cost.

References:

Okta Buys Permiso for About $200M to Secure Agent Identities

Okta agreed on July 30 to acquire Permiso Security, reported at just under $200 million in a mostly-cash deal and its largest since Auth0. Permiso works the post-authentication problem — what an identity does after it has been granted access — drawing on more than 2,500 signals to flag overprivileged access and anomalous agent behavior. It also brings SandyClaw, a sandbox that detonates agent skills and prompts to catch supply-chain attacks before production.

References:

SentinelOne Puts Guardrails Around Autonomous Response

SentinelOne announced governed, closed-loop response across its Singularity Platform on August 3. Purple AI now investigates alerts, reaches verdicts, and executes responses — but teams set the boundaries first, deciding where AI acts alone and where it stops for human sign-off, with every action traceable and overrideable. The adoption numbers are the real story: more than 8,500 autonomous investigations daily since June, covering nearly three times the alert volume analysts handled manually.

References:

Snowflake’s Cortex AI Gateway Puts Agents Behind One Control Plane

Snowflake introduced Cortex AI Gateway on July 28, a runtime control plane governing how agents reach models, tools, and MCP servers. Built on its May acquisition of Natoma Labs, it covers first-party agents alongside outside ones like Claude Code and Cursor. It centralizes access policy, logs which agent did what and in what order, and attributes token spend by team — so a simple question routed through a premium model does not surface only on the bill.

References:

Regulation & Policy

The White House Finalizes a Voluntary AI Cybersecurity Review Framework

The administration finalized a voluntary framework for measuring the hacking capability of advanced US models and convened OpenAI, Anthropic, Google, and Meta on August 4. It gives developers a process for determining whether a model falls within scope, with a government review window of up to 30 days before launch. Both the benchmarking methodology and the capability cutoff are classified, and it is unclear whether the framework will be published — which complicates opting in.

References:

The Open-Weights Letter and What It Actually Asks For

Jensen Huang used his first-ever post on X to publish “Open Weights and American AI Leadership” on July 24. It launched with roughly 25 signatories and passed 77 within days; Anthropic and Amazon did not sign. Three asks: expand compute access for startups and researchers, invest in shared training assets, and avoid premature restrictions on open models. The sharpest move is definitional — separating open weights from distillation, which it argues needs targeted legal tools rather than category-wide bans.

References:

NVIDIA Convenes the Open Secure AI Alliance

NVIDIA launched the Open Secure AI Alliance on July 27 with roughly three dozen partners, including Microsoft, IBM, Red Hat, CrowdStrike, Palo Alto Networks, Hugging Face, and the Linux Foundation. The argument: defenders need frontier models they can inspect, modify, and run themselves, and regulators should treat those models as defensive assets rather than proliferation risks. OpenAI, Google, and Anthropic are absent. As of launch there was no charter, governing board, or delivery schedule.

References:

Opinions & Analysis

Silicon Valley Splits Over Restricting Chinese Open Models

A long-running divide came to a head in late July. Anthropic and OpenAI argue some models are too dangerous to develop openly; most of the industry, including Microsoft and NVIDIA, argues the opposite. The trigger is China’s pace — Moonshot’s Kimi K3, and Alibaba’s Qwen, now the base for more than 100,000 derived models. Nearly 200 US startups pushed back on broad restrictions, arguing they would cement the incumbents’ lead. Officials appear to favor case-by-case handling.

References:


Discover more from Mindful Machines

Subscribe to get the latest posts sent to your email.

Leave a comment

Discover more from Mindful Machines

Subscribe now to keep reading and get access to the full archive.

Continue reading