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:
- OpenAI and Hugging Face partner to address security incident
- An OpenAI Agent Escaped Its Sandbox and Hacked Hugging Face to Cheat on Its Own Benchmark
- OpenAI-Hugging Face Breach Exposes a Blind Spot in Agent Monitoring
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:
- AI-powered Phishing-as-a-Service: Inside Two BEC Kits
- AI-Powered Phishing Kits Automate Microsoft 365 Business Email Compromise
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:
- Private Claude Chats Exposed in Google and Bing Search Results
- Some people’s chats with Claude AI found publicly accessible
- How to keep your Claude chats and Google files private
- Private Claude conversations have been indexed by search engines
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:
- ThreatDown Research: Guardrail-Free AI Has Gone Mainstream
- Cybercrime in the Age of AI 2026
- AI Without Guardrails Is Driving a New Era of Cybercrime
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:
- Introducing Shieldstral | Mistral AI
- mistralai/Shieldstral-1.0-3B
- Mistral’s Shieldstral Packs Policy-Adaptive Safety Screening Into 3B Parameters
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:
- Securing Agents Across Perplexity’s Client Endpoints with Numbat
- Perplexity Open Sources Numbat To Monitor Risky AI Coding Agents
- Perplexity Open Sources Numbat To Secure Local AI Coding Agents
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:
- The 2026-07-28 Specification
- The biggest MCP spec update ships July 28: What changes for AI agent authentication
- How AgentCore Gateway supports the MCP 2026-07-28 spec
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:
- SingGuard-NSFA: Extensible Guardrails for Agentic AI
- SingGuard-NSFA: Open-source guardrails for agentic AI
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:
- badchars/darknet-mcp-server on GitHub
- darknet-mcp-server : serveur MCP open source unifiant 66 outils de threat intelligence dark web
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:
- LFM2.5-2.6B: Deploy Agents Everywhere
- Deploy local agents everywhere with LFM2.5-2.6B
- LFM2.5-2.6B – Liquid Docs
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:
- Mage — A Lightweight, Research-Friendly Multimodal Model Family
- Mage-Flow: An Efficient Native-Resolution Foundation Model
- Microsoft Ships Mage, a 4B Image Model Line Built for Labs, Not Products
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:
- Privacy-focused search engine NeoSearch open-sources code
- NeoSearch opens source code to boost search transparency
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:
- Rethinking security for the age of AI
- Project Perception | Microsoft Security
- Microsoft unveils new cyber model, agentic security tools to fight hackers
- Microsoft’s first cybersecurity model powers new Project Perception agents
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:
- Okta signs definitive agreement to acquire Permiso Security
- Okta buys AI security startup Permiso — source says for about $200M
- Okta acquires Permiso for AI identity threat detection
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:
- SentinelOne Makes the Autonomous SOC Trustworthy with Governed, Closed-Loop Response
- SentinelOne Adds Governed Closed-Loop Response to Singularity Platform
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:
- Snowflake Advances AI Security for the Agentic Enterprise
- Snowflake debuts Cortex AI Gateway to govern and monitor enterprise AI agents
- Snowflake launches AI agent governance layer to track activity, control costs
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:
- US finalizes voluntary AI safety tests, White House official says
- White House finalizes artificial intelligence oversight framework
- White House to meet with OpenAI, Anthropic and other top AI companies
- White House meets with AI companies on voluntary framework
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:
- Open Weights and American AI Leadership
- Nvidia’s Open Weights Letter and the Fight Over AI Policy
- Open weights, open questions: the letter that redrew the AI policy fight
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:
- Industry Leaders Unite in Open Secure AI Alliance for AI Safety and Security
- NVIDIA Forms 37-Member Open Secure AI Alliance
- Nvidia, Microsoft launch open AI security alliance — without OpenAI, Google, Anthropic
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:

Leave a comment