Welcome to this edition of the AI Security Newsletter. This was the week the “AI finds its own bugs” story stopped being hypothetical: OpenAI rated GPT-6 Astra Critical for cyber capability under its own Preparedness Framework, Wiz’s autonomous Red Agent walked a CI flaw into Snowflake’s internal Jira, and a safety researcher reports that their own prompt doubles as a jailbreak for most of the frontier. On the defensive side, the tooling is catching up fast, with new interception layers for coding agents from Gen Digital and the open-source Leash project, plus agent discovery from Okta and automated remediation from Cloudflare and CrowdStrike. We also cover a busy week in orchestration and local inference, and a notable move by the Justice Department in the New York Times copyright case.
Risks & Security
A safety research prompt became a cross-model jailbreak
A MATS-affiliated researcher reports that a prompt built to generate synthetic transcripts for alignment work doubles as a jailbreak template. Tested on ClearHarm’s 179 CBRNE and cyber prompts across 23 models from seven providers, it reached 84-100% attack success on the nine most vulnerable models. Only Meta’s Muse Spark 1.1 and recent Anthropic models were never fully broken. The template stays unpublished as an infohazard, so the finding remains unreplicated.
References:
- From safety research prompt to cross-model universal jailbreak
- A Safety Research Tool Became a Universal AI Jailbreak
OpenAI rates GPT-6 Astra Critical for cyber capability
OpenAI says GPT-6 Astra is the first model to meet the Critical cybersecurity threshold under its Preparedness Framework, meaning that, given the right tools and access, it can find unknown flaws and build exploits across many well-protected systems without step-by-step human guidance. Testing surfaced vulnerabilities in a hardened operating system that Astra chained into a local privilege-escalation path. OpenAI is shipping it behind layered development and pre-release safeguards, with restrictions on who can access its full capabilities.
References:
- Path to Astra: critical capabilities and frontier safeguards
- What OpenAI Astra Means for Security Operations
- GPT-6 Astra Crosses OpenAI’s Critical Cyber Threshold
An autonomous agent exploited a Snowflake CI flaw
Wiz says its autonomous Red Agent independently found and exploited a script-injection flaw in a GitHub Actions workflow in Snowflake’s public snowflake-connector-net repository. With no human steering it, the agent exfiltrated an internal Jira access token less than a week after the code merged. The workflow interpolated an untrusted GitHub issue title straight into a shell command. Whether Copilot Autofix wrote the vulnerable code is disputed; GitHub says a human did.
References:
- AI vs. AI: An Autonomous Agent Exploits a Snowflake Flaw
- AI Agent Hacks Snowflake GitHub Workflow
- Wiz’s AI agent exploited a Snowflake CI flaw, and who wrote it is contested
Technology & Tools
Leash: an open-source control layer for AI agents
Leash sits between AI agents and the actions they take, letting routine work proceed while turning sensitive actions into explicit decisions. It pairs native API hooks with a local interception proxy for Claude Code, Codex CLI, Cursor, Cline, and OpenCode, exposing prompts, responses, tool calls, file operations, and executions. It detects destructive commands, protects secrets, and resists hidden instructions. StrongDM has published work extending access-control guarantees to agentic workloads through it.
References:
- open-leash/leash on GitHub
- AI Agent Security in 2026: A Practical CISO Guide
- StrongDM Delivers Policy Enforcement for Agentic AI with Leash
Sage brings antivirus-style checks to coding agents
Gen Digital, the company behind Avast and Norton, released Sage, a lightweight layer that intercepts tool calls from AI coding agents before they execute. It hooks into Claude Code, Cursor, VS Code, and OpenClaw to inspect shell commands, URL fetches, and file writes, checking URLs against cloud reputation services, scanning packages for supply-chain threats, and matching commands against more than 300 YAML threat patterns.
References:
RAPTOR turns Claude Code into an autonomous security researcher
RAPTOR is an open-source framework that chains static analysis with Semgrep and CodeQL, binary analysis, AFL++ fuzzing, LLM-driven vulnerability validation, exploit generation, and patch writing into one pipeline orchestrated by Claude Code. It covers source code, dependencies, and binaries in a single workflow, and downstream projects such as Mantishack already build on its offensive and defensive stages.
References:
Nvidia PAIR pools idle GPUs on your local network
Nvidia released PAIR, the Personal AI Router, on September 3 as a free open-source inference router. It discovers compatible DGX Spark, RTX Windows, and macOS systems on a local network and sends each independent request to whichever has spare capacity, so a swarm of agent subtasks doesn’t queue on one machine. It works with Ollama and LM Studio without agent changes, though per-request routing can’t overcome per-device memory limits for larger models.
References:
- Personal AI Router for Local Inference | NVIDIA PAIR
- NVIDIA PAIR Virtual Inference Router Expands Available Compute
- NVIDIA PAIR turns spare PCs into a local AI inference cluster
GitHub’s Project HydraFusion plans a model workflow per request
GitHub’s Project HydraFusion, a research preview in the Copilot CLI, stops treating model choice as a one-time setting. For each request it builds an execution plan: draft with one model, have a second critique it, or escalate to a stronger model when a quality gate rejects the first attempt, drawing on multiple providers. GitHub’s offline evaluations matched or beat the Claude Opus 5 coding baseline while cutting estimated workflow cost up to 67%.
References:
- Project HydraFusion: Frontier quality via multi-model orchestration
- GitHub Introduces Project HydraFusion
TeamAI makes a git repo the source of truth for agent config
Tencent open-sourced TeamAI CLI, which treats a git repository as the source of truth for how a team’s AI coding agents behave. An admin publishes skills, rules, docs, environment variables, hooks, agents, and MCP servers into a shared repo; each member runs teamai init once, and every later session pulls what admins published. It supports Claude Code, Codex, Cursor, OpenCode, and others. Tencent used it internally for roughly six months first.
References:
Meta releases Muse Spark 1.3
Meta released Muse Spark 1.3 on September 2, a coding- and agent-focused update aimed at long-horizon work rather than single-turn generation. It sustains multiple workflows in one long thread, asks clarifying questions, flags when it’s stuck, and confirms before consequential actions. Meta reports roughly 20% fewer tool calls and 25% fewer tokens than version 1.2, with a one-million-token combined context window. It ships via Muse Code and the Meta Model API; weights aren’t available.
References:
Business & Products
Okta adds AI agent discovery to Identity Security Posture Management
Okta has added AI agent discovery to Identity Security Posture Management across existing ISPM subscriptions. It surfaces shadow AI agents, unmanaged OAuth grants, and MCP servers by drawing on endpoint detection platforms, browser plugins, and builder environments including Salesforce Agentforce and Microsoft Copilot Studio. Okta frames discovery as stage one of an agent lifecycle: find agents, assess ownership, permissions, and reachable resources, then decide which to register, connect, and govern.
References:
- Identity Security Posture Management adds AI agent discovery
- Discover and assess AI agents
- Secure AI Agents: Okta ISPM’s 4-Stage Plan
Cloudflare and OpenAI automate vulnerability remediation
Cloudflare announced Vulnerability Discovery and Remediation on September 3, an invitation-only early access service under Cloudflare Managed Defense. It runs OpenAI’s Daybreak security models, including GPT-5.6 Cyber, through the OpenAI Daybreak Defense Network for reconnaissance, hunting, and validation against customer codebases, combining model output with Cloudflare’s own network traffic signals. The stated goal is closing the gap between a scanner flagging a problem and a developer shipping the fix.
References:
- Introducing context-aware vulnerability discovery and remediation
- Cloudflare Partners with OpenAI Daybreak Models
CrowdStrike and Nvidia launch SafeMind
CrowdStrike introduced SafeMind at Fal.Con 2026 on September 1, a family of purpose-built security models developed with Nvidia. Built on Nvidia’s open Nemotron models and trained on fifteen years of CrowdStrike incident response data, it pairs an offensive model, Red Tempest, with a defensive one, Blue Solano, running them against each other inside a digital twin of customer infrastructure to find and close attack paths continuously. It’s available in Falcon and via API.
References:
- CrowdStrike Launches Frontier Models for Cybersecurity with NVIDIA
- Nvidia and CrowdStrike Develop New Cybersecurity AI Models
Nvidia’s RTX Spark AI PCs arrive at IFA 2026
Nvidia’s RTX Spark platform reached shipping hardware at IFA 2026 in Berlin, with Lenovo, Dell, HP, Asus, Microsoft, and Acer showing the first laptops and mini PCs built on the Grace-Blackwell superchip. Asus introduced ProArt P16 and P14 laptops and a GR1X mini PC, citing support for models up to 120B parameters. Coverage ties the push to rising demand for running agentic AI workflows locally rather than in the cloud.
References:
- Nvidia RTX Spark ‘Superchip’: The First AI PCs Are Here
- ASUS brings NVIDIA RTX Spark solutions to IFA 2026
- Nvidia’s RTX Spark AI PCs debut at IFA 2026
Regulation & Policy
Justice Department backs OpenAI in the New York Times copyright suit
The Justice Department filed court papers supporting OpenAI’s fair use defense in the copyright suit brought by The New York Times over news articles used in model training. The filing argues the United States has a strong interest in developing a robust, competitive AI industry that sets the global standard for AI practice. The position reaches beyond the Times case to litigation involving newspapers, book publishers, record labels, and tens of thousands of authors.
References:
- Trump administration backs OpenAI in New York Times copyright case
- Trump administration backs OpenAI in newspapers’ copyright case
- Trump Administration Backs OpenAI in NY Times Copyright Suit
Opinions & Analysis
GPT-6 Astra and the fourth exponential in compute demand
After GPT-6 Astra’s September 3 release, semiconductor and memory stocks led a market rebound. Tae Kim, author of The Nvidia Way, argues AI may be entering the fourth wave of exponential compute demand in as many years, following waves driven by chatbots, reasoning, and coding agents, this one by agent computer use. OpenAI calls Astra state of the art on computer use and cybersecurity; early reports note it spawns large numbers of agents.
References:

Leave a comment