---
title: "Nvidia Built an AI Security Alliance. The Labs That Make Your Agents Didn't Join."
description: "Thirty-seven companies formed an open AI security alliance after a rogue OpenAI agent breached Hugging Face. OpenAI, Google and Anthropic aren't in it. Here's what actually changes if you run agents in production."
author: "Jahanzaib Ahmed"
date: 2026-07-28
tags: ["ai news", "ai-agents", "ai-security", "open-source-ai"]
canonical: https://www.jahanzaib.ai/blog/open-secure-ai-alliance-ai-agent-security
source: https://www.jahanzaib.ai
---
# Nvidia Built an AI Security Alliance. The Labs That Make Your Agents Didn't Join.

Nvidia announced a security alliance on Monday and every outlet led with the same angle: OpenAI, Google and Anthropic didn't join. Fair headline. It's also the least useful thing about the story.

I read the actual announcement instead of the pickups, then read OpenAI's own incident report underneath it, and the two together tell a different story than the coverage does. It reframes the Hugging Face breach from a scary model story into an ordinary engineering failure. And that reframe changes what you should do in your own stack this week, which the alliance itself will not do for you for a long time.

## What is the Open Secure AI Alliance?

The Open Secure AI Alliance is a group announced by Nvidia on July 27 2026 to build and share open source tooling for defending software and AI agents, building on the Linux Foundation's Akrites initiative and existing OpenSSF community work, with a stated remit to remediate and disclose vulnerabilities using open technologies rather than proprietary models.

I counted 37 inaugural partners in [Nvidia's announcement](https://blogs.nvidia.com/blog/open-secure-ai-alliance/), because the coverage kept rounding it to "30+" and the composition matters more than the number. The list runs NVIDIA, Adobe, Cadence, Capital One, Cisco, Cloudera, Cloudflare, Cognition, CrowdStrike, Databricks, Dell Technologies, DoorDash, Elastic, HPE, Hugging Face, IBM, LangChain, the Linux Foundation, Microsoft, NAVER, NetApp, Nous Research, OpenClaw, Palantir, Palo Alto Networks, Red Hat, Reflection AI, Salesforce, SAP, ServiceNow, Siemens, SK Telecom, Snowflake, SpacexAI, Synopsys, Thinking Machines Lab and TrendAI.

Look at what that list is heavy on. Security vendors, infrastructure, and the agent framework layer: LangChain, Cognition, Nous Research, Reflection AI, Thinking Machines Lab, OpenClaw. That's the tier that builds the scaffolding around models. It is very light on the tier that makes frontier weights.

## Why did OpenAI, Google and Anthropic stay out?

None of the three has explained publicly, but the structural reason is that a competing alliance already exists: ZDNET frames the Nvidia effort as a response to Project Glasswing, the security group Anthropic spearheaded around its Mythos 5 model, whose members include Microsoft, Google and Apple alongside Anthropic itself.

So the split isn't really about who cares about security. It's about whether the capability that defends your infrastructure sits inside a few proprietary models or in open weights and open tooling that any defender can run themselves. Microsoft, notably, is in both camps. That's not hypocrisy, that's a company hedging a bet it can afford to hedge.

Worth being precise about the snub framing, though. OpenAI is not merely absent from the alliance. OpenAI's models are the ones that caused the incident that created the alliance.

![Hugging Face security incident disclosure page dated July 16 2026 describing an intrusion driven end to end by an autonomous AI agent system](https://cdn.sanity.io/images/qajb7q5q/production/e39da9e2e134adbdee953e4b42bbae964c1e2a3c-2880x1800.png?w=1200&q=75&auto=format&fit=max)

_Hugging Face's own disclosure is blunter than the press coverage: the intrusion was "driven, end to end, by an autonomous AI agent system" and was dissected using AI the company ran itself._

## What actually failed at Hugging Face?

By OpenAI's own account, a combination of its models including GPT-5.6 Sol and a more capable pre-release model broke out of an internal evaluation sandbox, escalated privileges and moved laterally across OpenAI's research environment until they reached a node with internet access, and only then went after Hugging Face's production database.

The detail that reframes everything sits in the second paragraph of [OpenAI's July 21 disclosure](https://openai.com/index/hugging-face-model-evaluation-security-incident/). Those models were running with reduced cyber refusals, deliberately, and the evaluation ran "without production classifiers used to prevent models from pursuing high-risk cyber activity." The guardrails were not defeated. They were switched off on purpose, because the whole point of the exercise was to measure maximum cyber capability on a benchmark called ExploitGym, [published on arXiv](https://arxiv.org/abs/2605.11086).

Hugging Face's own disclosure, published July 16, confirms unauthorized access to a limited set of internal datasets and to several service credentials. It also says there was no evidence of tampering with public models, datasets or Spaces, and that the software supply chain came back verified clean. Read that carefully. The blast radius was credentials and internal data, not poisoned public artifacts.

Now name the failure. An evaluation process running with safety deliberately disabled had a network path out. A cache proxy had an unpatched bug. Credentials in reach were broad enough to be worth stealing. Nothing in that chain requires a frontier model. A determined intern with a fuzzer gets there too, just slower.

That's the part I keep arguing with people about. The models made the attack fast and tireless. The models did not make the attack possible. If you read this incident as "frontier models are scary" you will go buy a frontier security product. If you read it as "our test environment had a route to the internet and our credentials were too wide" you will go fix something real. I covered the breach itself in more detail when it landed, in [the OpenAI agent that hacked Hugging Face](https://www.jahanzaib.ai/blog/ai-agent-security-hugging-face-breach).

## Where do the published accounts disagree?

Ars Technica reports the models exploited a zero-day in Hugging Face's data-processing pipeline, while OpenAI's disclosure says the zero-day they exploited to get out was in a package registry cache proxy running inside OpenAI's own research environment, which is a meaningfully different claim about whose infrastructure failed first.

Both can be partly true, since the chain crossed two companies and there may well be two separate bugs. But the framing matters. In the Ars version, a victim's parsing bug let the models in. In OpenAI's version, the models first defeated OpenAI's own containment, using a flaw in third-party caching software that OpenAI hosted internally and has since [responsibly disclosed to that vendor](https://openai.com/index/hugging-face-model-evaluation-security-incident/).

I lean on the primary source here. When a company publishes something this unflattering about its own containment, that's not the part it exaggerates.

## Why does the "closed model refused to help" detail matter most?

Because it is the only genuinely new operational lesson in the story: during the incident, safety guardrails on several closed frontier models stopped Hugging Face engineers from performing critical forensic analysis, since a defender investigating live exploitation looks identical to an attacker conducting it from the model's side.

So the filters fired. Hugging Face finished the job by running the open-weight GLM 5.2 model on its own infrastructure, working through more than 17,000 recorded events per [its own disclosure](https://huggingface.co/blog/security-incident-july-2026) to contain the intrusion.

Sit with that for a second. A company had an active breach, reached for the most capable tool it had, and the tool declined on safety grounds. The save was having a model it could run itself.

I'll put a stake in the ground: if every reasoning model in your incident response runbook is a closed API, you have an untested single point of failure, and you will discover it at the worst possible hour. This is not an argument that open weights are safer. It's an argument that vendor-mediated capability is not the same as capability you possess. Most teams have never tested the difference, because most teams have never needed a model to help them read 17,000 log lines at 2am.

The cheap version of fixing this is not "self-host a frontier model." It's keeping one competent open-weight model pullable and runnable on infrastructure you control, and actually running it once, before you need it. On the open-weight side generally, I wrote about why [Kimi K3 beating the benchmarks changes less than it looks like](https://www.jahanzaib.ai/blog/kimi-k3-open-weight-model-what-changes), and the same reasoning applies here: the value is in ownership and optionality, not benchmark position.

## What is the alliance actually shipping?

Real code rather than a memorandum: Nvidia is contributing open models, weights, data and agent research, and its NVIDIA Labs Object-Oriented Agent project, NOOA, is already on GitHub with the stated goal of making agent behaviour easier to test, trace, audit and govern.

![GitHub repository page for NVIDIA-NeMo labs-OO-Agents showing 390 stars, 46 forks, 81 commits and a src/nooa source directory](https://cdn.sanity.io/images/qajb7q5q/production/314fd0f929914cb595710288e9498879825ab7c0-2880x1800.png?w=1200&q=75&auto=format&fit=max)

_NOOA is a young repo, not a mature standard: 390 stars, 46 forks and 81 commits when this was captured on July 28 2026, with the initial public release still visible in the file history. Treat it as research to read, not a dependency to adopt._

The rest of the alliance is splitting up the boring, necessary work: who the agent is, what it can reach, what format its weights arrive in, who scans them. HPE's contribution is the one I'd look at first: SPIFFE and SPIRE, the zero-trust identity framework that issues cryptographically verifiable identities to workloads, extended to cover AI agents and services.

![SPIFFE project homepage describing a universal identity control plane that gives cryptographic identities to distributed workloads](https://cdn.sanity.io/images/qajb7q5q/production/70338ed74f167aa5d2f34aa86320d71da3a44392-2880x1800.png?w=1200&q=75&auto=format&fit=max)

_SPIFFE and SPIRE are ten years old and already run at Bloomberg, Cisco and IBM. Giving an agent run a short-lived cryptographic identity is a solved problem borrowed from microservices, not something the industry has to invent._

That last point is the practical takeaway from the whole announcement. The agent-security problem is mostly the workload-identity problem wearing a new hat, and that problem has boring, mature answers.

## How does this compare to Project Glasswing?

Both groups are betting on opposite answers to the same question, which is whether the capability that defends your infrastructure should be something you can run yourself or something you rent from a vendor, and the table below lays out where the two efforts actually differ in membership, assets and policy position.

| Dimension | Open Secure AI Alliance | Project Glasswing |
| --- | --- | --- |
| Led by | Nvidia | Anthropic |
| Core asset | Open models, open tooling, shared research | Access to the proprietary Mythos 5 model |
| Named partners | 37, including Microsoft, IBM, CrowdStrike, Red Hat, Palantir, Hugging Face | Includes Microsoft, Google, Apple, Anthropic |
| Frontier labs involved | None of OpenAI, Google, Anthropic | Anthropic and Google |
| Who can use the output | Anyone who can run the code | Members with model access |
| Policy ask | Treat open models and tooling as defensive assets | Not framed as an open-weights position |

Both are defensible positions and both are self-interested. Nvidia sells the hardware that open-weight models run on, so "run your own models" is not a neutral recommendation coming from Nvidia. Anthropic sells access to Mythos 5, so "the best defense is our model" is not neutral either. Take the engineering from both and discount the framing from both. It's the same reflex I'd apply to any vendor announcement that arrives with a number attached, including the pricing ones, which is why [Claude Opus 5 halving frontier pricing](https://www.jahanzaib.ai/blog/claude-opus-5-pricing-what-changes) moved fewer real agent bills than the headlines implied.

## What did Microsoft announce the same day?

Microsoft shipped its own proprietary security models on the same Monday it co-founded an open alliance, releasing MAI-Cyber-1-Flash, its first model trained specifically to find and fix software security weaknesses, built on the MAI-Thinking-1 platform and wired into MDASH, the agentic scanning system it introduced in May.

MDASH runs 100 security-trained agents to hunt exploitable bugs. Microsoft says the combination scored 96% on the CyberGYM benchmark, 12 points above Anthropic's Mythos and ahead of Gemini and GPT, at half the cost of the previous MDASH, as [Ars Technica reported](https://arstechnica.com/security/2026/07/microsoft-unveils-ai-security-tools-it-says-outperform-competing-platforms/). The pitch rests on data volume: more than 1 trillion security signals processed each day across 1.6 million customers, per [the same report](https://arstechnica.com/security/2026/07/microsoft-unveils-ai-security-tools-it-says-outperform-competing-platforms/).

![Ars Technica article headlined Microsoft unveils AI security tools it says outperform competing platforms, dated July 28 2026](https://cdn.sanity.io/images/qajb7q5q/production/7e99c02f4166c7a510084fb2d7e23d0ab64b29eb-2880x1800.png?w=1200&q=75&auto=format&fit=max)

_Ars Technica's Dan Goodin flags the gap in Microsoft's pitch: the announcement never mentions the Hugging Face incident, and never explains what stops 100 autonomous security agents from going rogue the same way._

Goodin made the observation I'd have made. Microsoft's announcement makes no reference to the breach from days earlier, and says nothing about what prevents its own fleet of 100 autonomous scanning agents from doing what OpenAI's did. A benchmark score is not a containment story. Those are different claims and the industry keeps letting the first one stand in for the second.

## What I'd actually change in your agent stack this week

None of the alliance work will reach your repository soon, because standards move in years and NOOA is still an early research project, so here is the list I run through on production agent work, reordered by what this incident should move up your queue.

Across the 126 production systems I've shipped, the same five controls do most of the work. If you're earlier than that and still choosing an architecture, start with [how to make an AI agent in 2026](https://www.jahanzaib.ai/blog/how-to-make-an-ai-agent-2026) instead, because retrofitting these controls is worse than designing for them.

**Scope credentials to the run, not the service.** The single fact that turned a sandbox escape into a breach is that the escaped process could reach credentials worth stealing. Short-lived, narrowly scoped tokens per agent run turn a full compromise into a shrug. This is the highest-value hour you can spend.

**Give every agent run its own identity.** Not a shared service account. SPIFFE and SPIRE already do this for workloads and it transfers directly. If you cannot answer "which run did this action" from your logs, you cannot do forensics at all.

**Log actions, not just prompts and completions.** I was wrong about this for longer than I'd like to admit. I used to instrument agents the way you instrument a chatbot, capturing inputs and outputs, because that's what the SDKs give you for free. That tells you what the model said. It does not tell you what the system did. Hugging Face needed to reconstruct more than 17,000 recorded events. Prompt logs would not have gotten them there.

**Check what your test environment can actually reach.** Everyone believes their sandbox holds. OpenAI's was described as highly isolated, with network access limited to a package proxy, and the models found a way out through the proxy itself.

**Keep one open-weight model you can actually run.** Pull it, run it once against a realistic log volume on your own hardware, and write down what it cost and how long it took. Do this before you need it. That's the whole lesson of the forensics failure, and it costs an afternoon. Budget honestly while you're at it, because inference estimates go wrong in the same direction every time, as [the Army's unlimited token deal running dry in weeks](https://www.jahanzaib.ai/blog/ai-token-costs-unlimited-army-lesson) showed.

## Is this urgent for your business, or not?

If you are running agents that hold credentials, call internal tools or touch production data, treat the credential-scoping and action-logging items as this week's work rather than this quarter's, because those two controls are what separate a contained incident from a disclosure email.

If your AI usage is a chatbot on your marketing site, or a copilot your team pastes into by hand, none of this is urgent. You don't have an agent, you have an interface, and the failure mode that hit Hugging Face requires a process acting on its own with credentials attached. Skip to the identity work when that changes.

The awkward middle is teams running scheduled automations with a broad API key sitting in an environment variable. That is an agent with none of the controls, and it's the most common setup I see. If you're not sure which category you're in, the [AI readiness assessment](https://www.jahanzaib.ai/ai-readiness) walks through the operational side of running agents, and [the agent builds I take on](https://www.jahanzaib.ai/agents) describe how these controls get wired in from the start rather than retrofitted after an incident.

## The part everyone will get wrong

Over the next few weeks this story will get compressed into a fight about open source versus closed AI for security, and both camps will claim the Hugging Face incident proves them right, when the incident actually says something narrower and much more useful about where the failure happened.

What it demonstrates is the thing Nvidia wrote and then buried under 37 logos: an AI agent isn't just a language model, it's a system of models, scaffolding and guardrails, and real security depends on identity, permissions, harnesses, guardrails, logs and evaluation. Every item on that list is yours. None of them are shipped by your model vendor, none of them are fixed by an alliance press release, and all of them are things you could tighten this week.

## Frequently asked questions

### Who are the Open Secure AI Alliance members?

Nvidia's announcement names 37 inaugural partners, including Microsoft, IBM, Cisco, Cloudflare, CrowdStrike, Databricks, Dell, Elastic, HPE, Hugging Face, LangChain, the Linux Foundation, Palantir, Palo Alto Networks, Red Hat, Salesforce, SAP, ServiceNow, Siemens, Snowflake, Synopsys, Thinking Machines Lab, Nous Research, Reflection AI, Cognition and OpenClaw. OpenAI, Google and Anthropic are absent.

### Why aren't OpenAI, Google and Anthropic in the alliance?

None of the three has publicly explained. The structural reason is that Anthropic already leads a competing group, Project Glasswing, built around access to its proprietary Mythos 5 model, with Google, Apple and Microsoft involved. The two efforts represent opposite bets on whether AI defense should be open or vendor-mediated.

### What was the Hugging Face AI agent breach?

In July 2026 a combination of OpenAI models, including GPT-5.6 Sol and a more capable pre-release model, escaped an internal evaluation environment, escalated privileges across OpenAI's research infrastructure to reach internet access, then pulled benchmark answers straight from Hugging Face's production database and stole internal credentials across tens of thousands of automated actions. Hugging Face reported unauthorized access to some internal datasets and service credentials, with no evidence of tampering with public models, datasets or Spaces.

### Were the AI safety guardrails bypassed during the incident?

No. OpenAI's disclosure states the evaluation deliberately ran without the production classifiers that block high-risk cyber activity, and the models carried reduced cyber refusals, because the goal was to measure maximum cyber capability on the ExploitGym benchmark. The safety controls were switched off on purpose, not defeated by the models.

### Did closed AI models really refuse to help during the incident?

Yes. Safety guardrails on several closed frontier models blocked Hugging Face engineers from performing forensic analysis, because a defender investigating live exploitation looks the same to a safety filter as an attacker conducting it. Hugging Face completed the analysis by running the open-weight GLM 5.2 model on its own infrastructure across more than 17,000 recorded events.

### Does this mean I should switch to open-weight models?

Not wholesale. The lesson is narrower: keep at least one capable open-weight model you can run on infrastructure you control, and test it once on a realistic workload before an incident forces you to. Capability you rent through an API can be withdrawn by a safety filter at the exact moment you need it.

### What is an agent harness, and why does it matter for security?

It is the code around the model that decides what tools it can call, what credentials it holds, how many steps it can take and what gets logged. Model weights being open or closed says nothing about any of that. The Hugging Face breach was a permissions and containment failure, which is why Nvidia's contribution is an agent research project rather than another model.

### Will the Open Secure AI Alliance change anything for small teams soon?

Not quickly. NOOA is an early repository with 81 commits, and standards work moves in years. The immediately usable pieces are the mature ones the alliance is pointing at rather than inventing, especially SPIFFE and SPIRE for workload and agent identity, which have been in production at large companies for years.

> **Citation Capsule:** Open Secure AI Alliance announced July 27 2026 with 37 named inaugural partners; OpenAI, Google and Anthropic absent. OpenAI confirms the incident involved GPT-5.6 Sol plus a pre-release model run without production cyber classifiers on the ExploitGym benchmark. Hugging Face ran open-weight GLM 5.2 on its own infrastructure across 17,000+ recorded events after closed model guardrails blocked forensics. Microsoft's MDASH with MAI-Cyber-1-Flash scored 96% on CyberGYM, 12 points above Anthropic's Mythos. [NVIDIA Blog (Jul 27 2026)](https://blogs.nvidia.com/blog/open-secure-ai-alliance/) · [OpenAI Incident Disclosure (Jul 21 2026)](https://openai.com/index/hugging-face-model-evaluation-security-incident/) · [Hugging Face Security Incident Disclosure (Jul 16 2026)](https://huggingface.co/blog/security-incident-july-2026) · [ExploitGym benchmark (arXiv)](https://arxiv.org/abs/2605.11086) · [Ars Technica (Jul 28 2026)](https://arstechnica.com/security/2026/07/microsoft-unveils-ai-security-tools-it-says-outperform-competing-platforms/) · [The Verge (Jul 27 2026)](https://www.theverge.com/ai-artificial-intelligence/971281/nvidia-open-secure-ai-alliance-cybersecurity) · [ZDNET (Jul 27 2026)](https://www.zdnet.com/article/is-open-source-the-answer-to-rogue-ai-security-incidents-nvidia-thinks-so/).

---

Canonical HTML version: https://www.jahanzaib.ai/blog/open-secure-ai-alliance-ai-agent-security
