NVIDIA Forms 37-Member Open Secure AI Alliance and Open-Sources NOOA Framework

NVIDIA and 36 other organizations have formed the Open Secure AI Alliance to develop and share open technologies, techniques, and tools for securing software and artificial intelligence (AI) agents.
The 37-member group includes cloud, security, enterprise software, and AI companies, including Microsoft, Cisco, Cloudflare, CrowdStrike, Hugging Face, IBM, Palo Alto Networks, Red Hat, and the Linux Foundation.
Its specified scope includes the full agent stack, including ownership, permissions, segmentation, monitoring lines, logs, model formats, multi-model scanning, and secure coding workflows.
The situation is that cyber defenders need AI models that they can learn, adapt, and use with their own hardware, not just closed systems accessed through a vendor’s application programming interface (API).
The launch also brings your first technically-named offering: NVIDIA-labs OO Agents (NOOA)an Apache 2.0 research framework designed to make agent behavior easier to examine, track, audit, and manage. The presentation materials do not include the charter, governing board, technical work methods, delivery schedule, or final destination of the shared alliance, and its independent website is still under construction.
Hacker News has reached out to NVIDIA for details on the alliance’s governance, member commitments, and planned priorities, and will update this story with any response.
The First Code Comes with a Sandbox Warning
The agent harness is the software layer around the model that provides context, performs actions, manages state, and determines when work is done. Under NOOA, that layer is represented as a Python class. Fields retain their state, methods express their properties, docstrings act as commands, and type annotations define the contracts the model must follow.
The method containing the body of the ellipsis, …, is completed at runtime with a large language model (LLM)-driven loop. A regular Python containing method is always a deterministic code. A common architecture allows developers to implement common testing, tracking, version control, and refactoring workflows instead of separating agent behavior across instructions, tooltips, callbacks, and workflow graphs.
In its analysis, NVIDIA reported that the framework achieved 86.8% in the CyberGym L1 recovery benchmark using GPT-5.5, with network access blocked and rule-based checks applied to each route.
The repository is equally straightforward about risk. NOOA can be configured to run LLM-generated Python, which can transfer private data, delete files, or change its location. Its ambiguous syntax tree inspection and module denial list are described as deep security controls, “not a containment boundary.”

NVIDIA puts the content out of NOOA itself. Agents running generated code must run behind an operating system-level isolation, such as a container, virtual machine, or its own OpenShell sandbox. NOOA provides inspection and tracking; an OS-level sandbox is a containment boundary.
The July 27th update of the public repository found the v0.0.6 tag dated July 22nd. The project’s release guide states that marking a commit is a release event and that attaching the build wheels to a different GitHub Release is optional.
Its contribution guide states that development is maintained by NVIDIA, with external contributions accepted through pull requests. The repository had no root-level control or file path.
The Face of Friendship Incident Turned into a Controversy
NVIDIA has tied the issue of the alliance’s locally controlled defense models to July’s Hugging Face breach, in which a private agent system compromised parts of the company’s manufacturing infrastructure.
United Faces identified unauthorized access to a limited set of internal data sets and several databases used by its services. It found no evidence of tampering with public models, datasets, Spaces, container images, or published packages.
Hugging Face said the first access to its site came with a malicious dataset exploiting the remote code dataset loader and template injection into the dataset configuration. Work has progressed to node access, authentication collection, and joint movement between several internal clusters.
Hugging Face said it ran LLM-powered analysis agents over more than 17,000 recorded actions to reconstruct a timeline, extract indicators of compromise, and map affected data. The commercial model APIs initially rejected the attack commands, paid exploits, and command and control artifacts needed for analysis.
The company instead used an open-weighted GLM 5.2 model for its infrastructure, which also stored attack data and identified data within its own environment. Its operational advice was to “have a model capable of running your infrastructure that is tested and ready before an incident.”
In this case, the benefit was performance control. The incident does not establish the openness of the model as a replacement for identity, isolation, or containment.
As previously reported by Hacker News, OpenAI later said that its initial investigation found that GPT-5.6 Sol and the previous release’s capable model were better able to cause this incident while working to mitigate cyber denials during ExploitGym’s internal testing.
The OpenAI disclosure describes the previous step in the chain. The models used a zero-day vulnerability in a locally hosted registered package repository proxy to gain access to the Internet. They then tied up vulnerabilities and stolen data across OpenAI and Hugging Face systems while looking for benchmark answers. OpenAI said one thread found a way to run remote code on Hugging Face’s servers.
OpenAI said Hugging Face discovered and stopped work on its infrastructure and had already begun containing and reconstructing the intelligence when the companies connected.
The primary disclosure proves that the open model helped Hugging Face reconstruct the entry and support its response. They do not demonstrate that GLM 5.2 independently discovered, stopped, or contained the violation.
Cooperative Without Community Practice Manual
The alliance follows a July 24 industry letter that says scalable models give defenders the same power as attackers, reduce dependency on individual providers, and allow critical work to reside on user-controlled infrastructure.
OpenAI, Google, and Meta appear among the letter’s signatories but are not on the coalition’s initial membership list. Anthropic is not listed as of July 27, 2026.
The list alone does not explain that absence. Signing a policy letter and joining a technical alliance are separate obligations, and public utilities do not say why those companies do not exist, whether membership negotiations are ongoing, or what members must contribute to join them.
Several technologies mentioned in the announcement precede the alliance, including Hugging Face’s Safetensors model format, SPIFFE/SPIRE supported by HPE for workloads, IBM and Red Hat’s Lightwell repair system, Microsoft’s MDASH multi-model safety harness, and SpaceXAI’s Grok Build codebase. Projects are members, not products created by the consortium.
Elastic said it will contribute research, tools, and architectural expertise across security, search, visibility, and AI-powered discovery. CrowdStrike said it is developing techniques that use open models to detect attacks on AI systems and agents.
The Linux Foundation described itself as the first partner and said its role was to provide a neutral environment for competing organizations to work together. It did not state that the consortium was officially hosted or controlled as a Linux Foundation project.
The public record does not differentiate between members who assign engineers to a joint project, contribute to existing projects, or approve the organization’s direction. Published workflows, maintainers, release procedures, or code that is jointly controlled can make the level of collective participation easier to assess.
Currently, the public record shows the alliance, the policy position, the commitment of several members, and the release of the new code maintained by NVIDIA, NOOA. The management of the alliance, the joint roadmap, the first delivery of many members, and the models, weights, and datasets promised by NVIDIA remain undisclosed.



