**Open Secure AI Alliance: Empowering Defenders with Open, Auditable AI**
In a move aimed at shifting the balance in cybersecurity, 37 organizations have launched the Open Secure AI Alliance. This coalition is dedicated to developing and sharing open technologies, techniques, and tools specifically designed to secure software and artificial intelligence (AI) agents. The alliance represents a significant step toward creating a more transparent and controllable approach to AI security in the face of increasingly sophisticated cyber threats.
The diverse group of members spans critical sectors, including cloud services, enterprise security, and AI development. Prominent names include Microsoft, Cisco, Cloudflare, CrowdStrike, Hugging Face, IBM, Palo Alto Networks, Red Hat, and the Linux Foundation. This broad collaboration suggests a concerted effort to address security concerns across the entire digital infrastructure stack.
The alliance’s scope is comprehensive, covering the entire AI agent lifecycle. This includes critical areas such as identity and permissions management, process isolation, the implementation of guardrails, log monitoring, model format standardization, multi-model scanning, and the establishment of secure coding workflows. The overarching goal is to provide defenders with tools that are transparent and modifiable, allowing them to run AI models on their own hardware rather than being confined to closed, vendor-controlled API systems.
**NVIDIA-Labs OO Agents (NOOA): A Technical Framework for Secure Agents**
A key early contribution from the alliance is NVIDIA-labs OO Agents (NOOA). Released under the Apache 2.0 open-source license, NOOA is a research framework designed to make agent behavior more testable, traceable, auditable, and governable.
At its core, an agent “harness” is the software layer that provides context, executes actions, manages state, and determines when a task is complete. NOOA defines this layer as a Python class, utilizing fields for state, methods for capabilities, docstrings as prompts, and type annotations to define model contracts. This structure allows developers to leverage familiar workflows for testing, tracing, version control, and refactoring, rather than piecing together agent logic across disparate systems.
While designed for human oversight, the framework acknowledges its own risks. NOOA can be configured to execute LLM-generated Python code, which carries potential dangers such as unauthorized data transmission or file manipulation. To mitigate this, NOOA employs abstract syntax tree checks and module deny-lists as “defense-in-depth” controls, explicitly stating that true containment is provided by external operating system-level isolation, such as containers, virtual machines, or dedicated sandbox environments.
**The Hugging Face Incident: A Catalyst for Change**
The formation of the Open Secure AI Alliance was significantly influenced by a high-profile security breach at Hugging Face. In July, Hugging Face disclosed an intrusion where an autonomous agent system compromised parts of its internal infrastructure. The attack chain began with a malicious dataset that exploited a vulnerability in a remote-code dataset loader.
Hugging Face utilized its own large language models to analyze the incident, processing over 17,000 recorded actions to map the timeline, identify indicators of compromise, and trace stolen credentials. This operational experience became a foundational argument for the alliance. It highlighted the critical need for defenders to have capable, controllable models running on their own infrastructure *before* an incident occurs. The incident underscored that model openness is not a substitute for fundamental security practices like identity management, isolation, and containment.
**A Coalition Starting Without a Playbook**
The alliance echoes a broader industry sentiment, articulated in a letter from late July, which argues that downloadable models empower defenders with capabilities similar to those of attackers, reduce reliance on single vendors, and keep sensitive work within user-controlled environments.
Notably, some major AI players like OpenAI, Google, and Meta are absent from the membership list, while Anthropic was not listed as a member as of July 27, 2026. The public materials do not clarify these absences or the specific commitments required for membership. Furthermore, while member companies have contributed existing technologies—such as Hugging Face’s Safetensors format and Microsoft’s MDASH harness—the alliance currently lacks a publicly available charter, governance board, detailed roadmap, or shared repository to define the depth of its collaborative development.
—
### FAQ
**Q: What is the Open Secure AI Alliance?**
A: It is a coalition of 37 organizations committed to creating open standards, tools, and frameworks for securing AI agents and software. Its aim is to give defenders transparent and auditable tools to protect their systems.
**Q: Who are the members?**
A: Members include major tech companies like Microsoft, Cisco, Cloudflare, CrowdStrike, Hugging Face, IBM, Palo Alto Networks, Red Hat, and the Linux Foundation.
**Q: What is NVIDIA-labs OO Agents (NOOA)?**
A: NOOA is the alliance’s first named technical contribution. It is an Apache 2.0 open-source framework designed to make AI agent behavior easier to test, trace, audit, and manage using a familiar Python class structure.
**Q: Does NOOA provide complete security?**
A: No. NOOA includes “defense-in-depth” controls but explicitly states that containment is provided by the operating system-level isolation (e.g., containers or VMs) in which it runs. It is a tool, not a standalone security boundary.
**Q: Why was the Hugging Face breach mentioned?**
A. The incident demonstrated the real-world need for defenders to have ready access to capable, open models that can be run and analyzed on their own infrastructure during a cyber attack.
**Q: Is the alliance formally governed?**
A: As of its launch, the alliance did not have a public charter, governing board, or detailed delivery schedule. The Linux Foundation provides a neutral collaboration space, but the alliance is not formally hosted as a Linux Foundation project.
—
### Conclusion
The Open Secure AI Alliance represents a significant industry effort to promote transparency and control in AI security. By focusing on open frameworks like NVIDIA’s NOOA and drawing lessons from real-world breaches like the one at Hugging Face, the coalition aims to equip defenders with the tools needed to operate in an AI-driven threat landscape. While questions regarding formal governance and the specifics of member contributions remain, the formation of this alliance signals a growing recognition that security, openness, and controllability must be foundational to the future of AI.



