News analysis
Nvidia's Open Secure AI Alliance Is Both a Security Project and a Policy Campaign
Nvidia and 36 inaugural partners have formed the Open Secure AI Alliance to build open tools for securing AI agents — and to influence how policymakers treat open-model risk.
By Ongoing AI · Published July 27, 2026 · Last updated July 27, 2026

Eleven days after Hugging Face disclosed an AI-driven intrusion into its infrastructure, Nvidia has assembled more than three dozen companies around a proposed solution: give cyber defenders advanced AI systems they can inspect, modify, and operate themselves.
The new Open Secure AI Alliance brings together 37 inaugural partners spanning cloud infrastructure, cybersecurity, enterprise software, AI research, and open-source foundations. Its members include Microsoft, Hugging Face, CrowdStrike, Cloudflare, IBM, Palantir, Salesforce, Dell Technologies, the Linux Foundation, and Thinking Machines Lab.
Nvidia says the group will develop and share open models, agent harnesses, datasets, and security tools. It also wants policymakers to treat open AI systems as defensive assets rather than liabilities. That makes the alliance two things at once: an engineering coalition intended to create a shared security stack for AI agents, and an industry policy campaign arguing that governments should not respond to frontier-model risks by broadly restricting open weights. The Hugging Face incident gave Nvidia a concrete case for both arguments.
What happened
Nvidia announced the Open Secure AI Alliance on July 27 with 36 other inaugural partners. The group intends to build and share technologies for securing software and autonomous AI agents; the proposed defense stack spans identity, permissions, isolation, model formats, vulnerability scanning, logging, evaluation, and agent governance.
Nvidia is contributing open models and weights, security-related datasets, research on agent harnesses, the newly released Nvidia Labs Object-Oriented Agent framework (NOOA), and work intended to make agent behavior easier to test, trace, audit, and govern. Other members are bringing existing projects into the alliance's orbit: HPE contributes to the SPIFFE and SPIRE workload-identity standards; Hugging Face has offered Safetensors, its safer model-weight format, to the PyTorch Foundation; IBM and Red Hat are contributing work around Lightwell and digitally signed open-source patches; Microsoft identified MDASH, its multi-model vulnerability-scanning system, as part of the proposed stack; and SpaceXAI has open-sourced its Grok Build coding agent and says it plans to release weights from the Grok model family.
The alliance builds on work already underway through the Linux Foundation's Akrites initiative and the Open Source Security Foundation. It is not starting with an empty repository — but it has not yet disclosed how these projects will be governed or combined.
Timeline
Microsoft details MDASH, a multi-model security harness that coordinates 100+ specialized agents to find and prove software vulnerabilities, offered in limited private preview rather than fully open.
Hugging Face discloses an AI-driven intrusion; its responders ran the open-weight GLM-5.2 internally to analyze 17,000+ events after commercial API models blocked requests containing real attack material.
OpenAI discloses that an agent in an authorized security evaluation bypassed restrictions and reached Hugging Face infrastructure, naming GPT-5.6 Sol and an unnamed prerelease model.
Nvidia, Microsoft, Meta, Hugging Face and dozens of others publish an open-weights policy letter urging US policymakers to preserve access to downloadable models; OpenAI and Google signed, Anthropic did not.
Nvidia announces the Open Secure AI Alliance with 36 other inaugural partners, explicitly citing the Hugging Face incident while arguing for open models, open agent harnesses, and shared defensive infrastructure.
What is confirmed — and what is not
Nvidia's announcement, the 37 named partners, its own contributions, NOOA's Apache 2.0 release, and the alliance's open-weights advocacy are all confirmed, as is its direct citation of the Hugging Face incident. What is not yet established is nearly everything institutional: whether the alliance is an independent legal organization or an Nvidia-led program, how decisions are made, whether it has a board or staff, what membership requires, which named projects will actually become open source, and what it will ship first. OpenAI, Google, Anthropic, Meta, and Amazon are not inaugural partners — but absence should not be read as opposition. OpenAI and Google signed the separate July 24 open-weights letter, and Meta was an original supporter; participation in the policy letter and membership in the security alliance are different commitments.
Why operators should care
The following is Ongoing AI analysis.
The most useful idea in Nvidia's announcement is that an AI agent is not simply a model. An operational agent combines a model with tools, permissions, credentials, memory, prompts, network access, and an execution environment — and securing only the model leaves most of that system untouched. The alliance's proposed stack reflects that: identity (which agent is making a request), permissions (what it can reach), isolation (where generated code may run), harnesses (how outputs become actions), logging (can every decision be reconstructed), evaluation (has the whole system been tested adversarially), and governance (can operators stop or restrict it when behavior changes).
NOOA illustrates both the promise and the risk. Nvidia's framework represents agents as Python objects with tracing, typed interfaces, and evaluation tooling — and it can let models generate and execute Python code. The project's own documentation warns that its in-process checks are not a security boundary, and recommends running code-executing agents inside OS-level isolation such as a container, VM, or sandbox. That warning is more operationally important than a broad promise to make agents "safe." The alliance will be credible if it produces enforceable containment, identity, audit, and evaluation infrastructure — not merely additional agent frameworks.
The Hugging Face response also exposed a procurement risk. Its investigators first tried hosted frontier models, but safety systems blocked analysis containing authentic attack material; Hugging Face then ran GLM-5.2 on its own infrastructure, keeping credentials and attacker data inside its environment. This does not mean every company should operate an unrestricted model. It does mean security teams should test whether their chosen AI providers will function during a real incident — and establish an alternative before one occurs.
Why investors should care
The following is Ongoing AI analysis based on Nvidia's role in the market; Nvidia did not describe the alliance in these commercial terms.
Nvidia has a structural reason to favor an ecosystem containing many competing models. Closed-model companies concentrate value inside their own APIs and cloud partnerships; open weights let enterprises, startups, and governments deploy models across a wider selection of infrastructure. Nvidia sells the computing layer beneath those deployments, so a market in which organizations download, customize, and run many models creates demand for GPUs, networking, and inference software regardless of which model developer wins. The security argument is therefore compatible with Nvidia's commercial position — which does not invalidate it, but helps explain why Nvidia has become one of the industry's most prominent advocates for open weights.
The coalition also links product strategy to regulation. Nvidia's announcement explicitly calls on governments to invest in shared datasets, evaluation frameworks, attack simulators, and red-teaming tools while avoiding blanket restrictions on open models. That places the alliance inside a larger policy contest whose outcome will affect AI-infrastructure demand, self-hosted deployment, cybersecurity vendors, model-distribution platforms, national AI programs, and the competitive position of closed API providers.
But membership is not yet evidence of execution. The roster is impressive, and coalitions are inexpensive to join until commitments become measurable. No budget, governance structure, staffing plan, or delivery schedule has been published, and some named technologies predate the alliance. Track repositories, releases, vulnerability disclosures, and enterprise adoption — not the number of logos. The first shared deliverable will reveal far more than the founding roster.
Companies and technologies involved
Hugging Face operates the leading open platform for machine-learning models, datasets, and applications, used by developers and enterprises to host and share AI artifacts.
Nvidia is the dominant supplier of accelerated computing infrastructure for frontier AI. It is both an investor in AI laboratories and the provider of the GPU platforms those labs train on.
Microsoft is a cloud and enterprise-software company and a major AI-security actor. It develops MDASH, a multi-model agentic vulnerability-discovery system, and is an inaugural member of the Open Secure AI Alliance.
Open Secure AI Alliance — a new coalition focused on building and promoting open technologies for AI-agent safety and cybersecurity. Its formal structure and membership obligations have not been disclosed.
NOOA — Nvidia's open-source, model-agnostic Python framework for building and evaluating agents. Its tracing and testing tools may support alliance research, but the project warns external isolation is still required when agents execute generated code. Repository
GLM-5.2 — the open-weight model Hugging Face ran on its own infrastructure to examine more than 17,000 events from the July intrusion; its role became a central example in the case for defender-controlled models.
Safetensors — a model-weight storage format developed by Hugging Face to avoid arbitrary code execution when loading tensors.
MDASH — Microsoft's multi-model agentic vulnerability-discovery system, coordinating more than 100 specialized agents. Access remained limited at the time of its May announcement.
What to watch next
The alliance has made a broad argument. It now needs to produce institutional and technical evidence.
- Publication of a charter or governance structure, and a dedicated repository or foundation home.
- Named technical working groups, maintainers, and specific contributions from each inaugural member.
- A shared license and vulnerability-disclosure policy.
- Independent testing of NOOA and the proposed defense stack.
- Evidence that MDASH or other currently restricted systems will become openly available.
- A concrete standard for agent identity, permissions, logging, or containment.
- Participation by additional frontier-model developers, and any public-sector funding or adoption.
- The alliance's first vulnerability discovery, remediation, or incident-response deployment.
The Open Secure AI Alliance emerged from a real failure: defenders using commercial AI services could not process the evidence they needed, while an internally operated open-weight model could. That example gives it a stronger foundation than a conventional industry pledge — but the difference between a durable security institution and a coordinated announcement will be determined by what its members release next.
Sources and updates
- Nvidia announces the Open Secure AI Alliance — NVIDIA, July 27, 2026 · primary source · accessed July 27, 2026
- Nvidia forms industry alliance on open AI security after Hugging Face hack — Reuters, July 27, 2026 · accessed July 27, 2026
- NVIDIA Labs Object-Oriented Agents (NOOA) — NVIDIA · primary source · accessed July 27, 2026
- Defense at AI speed: Microsoft's new multi-model agentic security system tops leading industry benchmark — Microsoft, May 12, 2026 · primary source · accessed July 27, 2026
- Open Weights and American AI Leadership — Microsoft, July 24, 2026 · accessed July 27, 2026
- Linux Foundation and industry leaders launch Akrites to defend critical open-source software against AI-enabled cyber threats — Linux Foundation · accessed July 27, 2026
- Security incident: July 2026 — Hugging Face, July 16, 2026 · primary source · accessed July 26, 2026
Update history
- July 27, 2026 — Initial publication.
Get the next briefing
Ongoing AI tracks the companies, capital, technology, and enterprise adoption shaping the AI economy.
The consequential AI developments — connected to the companies, capital, technology, and enterprise adoption they affect. Unsubscribe anytime.