← Back to Issue

Black Hat Builds Immune System

From MyClaw Newsletter · subscribed via aiste.ulozaite@gmail.com · original ↗ · unsubscribe

At Black Hat USA 2026, the Open Secure AI Alliance expanded its enterprise security push with SAFE guidelines for sharing AI incidents and near misses, plus open tools such as Nvidia OpenShell for sandboxing agents. The initiative aims to give companies inspectable, self-hostable defenses spanning identity, model safety, scanning, and agent harnesses, while reducing token costs and vendor dependence.


Open Secure AI Alliance Expands at Black Hat: What You Should Know

[

TechRepublic

](/)

Top Products AI Developer Payroll Security Events

Resources

Resource Hubs

The Enterprise Guide to Scalable AI TechRepublic Premium TechRepublic Academy Newsletters Resource Library Forums Sponsored

Featured Resources

[

Why Data, Not Models, Determines AI Success

Why Data, Not Models, Determines AI Success

Strong models alone are not enough, and this article shows why data readiness, accessibility, and governance often determine whether AI succeeds in production.

](/sponsored/why-data-not-models-determines-ai-success/)[

Proving the ROI of Enterprise AI: From ESG Insights to Business Outcomes

Proving the ROI of Enterprise AI: From ESG Insights to Business Outcomes

Enterprise leaders are under pressure to show that AI investments deliver more than experimentation, and this piece explores how to connect initiatives to measurable business outcomes.

](https://www.eweek.com/a/news/proving-the-roi-of-enterprise-ai-from-esg-insights-to-business-outcomes/)[

Where Should AI Workloads Run? Rethinking Workload Placement in a Hybrid AI World

Where Should AI Workloads Run? Rethinking Workload Placement in a Hybrid AI World

Because placement decisions affect cost, performance, and control, this piece examines how data gravity and latency shape where AI workloads should run.

](https://www.eweek.com/a/artificial-intelligence/where-should-ai-workloads-run-rethinking-workload-placement-in-a-hybrid-ai-world/)[

Dell's Vrashank Jain on the Data Problem That Could Break Your AI

Dell’s Vrashank Jain on the Data Problem That Could Break Your AI

In this eSpeaks conversation, Vrashank Jain explains why fragmented environments, pipeline complexity, and data bottlenecks continue to slow enterprise AI progress.

](https://www.eweek.com/artificial-intelligence/dells-vrashank-jain-on-the-data-problem-that-could-break-your-ai/)

More

Popular Topics

Project Management Accounting CRM Academy Cloud Innovation Cheat Sheets Big Data View All Topics

EN

English Deutsch Français

Sign In

Go Premium

[

TechRepublic

](/)

Go Premium

Popular Topics

Top Products AI Developer Payroll Security Events Project Management Accounting CRM Academy Cloud Innovation Cheat Sheets Big Data View All Topics

Resources

The Enterprise Guide to Scalable AI TechRepublic Premium TechRepublic Academy Newsletters Resource Library Forums Sponsored

  1. Home
  2. Security

SHARE

Facebook X Pinterest WhatsApp

Open Secure AI Alliance Expands at Black Hat: What You Should Know

Open Secure AI Alliance Expands at Black Hat: What You Should Know

The Open Secure AI Alliance expanded its enterprise AI security efforts at Black Hat USA 2026. Image: Unsplash/Zulfugar Karimov

The Open Secure AI Alliance introduced SAFE guidelines and open agent-security tools at Black Hat, giving enterprises a framework for safer AI deployment.

Written By[

Zeus Kerravala

Zeus Kerravala](/meet-the-team/us/zeus-kerravala/)

Aug 4, 2026

The Open Secure AI Alliance expands at Black Hat with SAFE guidelines and open frameworks, offering IT leaders inspectable tools, lower token costs, and a clear roadmap for secure enterprise AI.

Technologies scale much faster when they are open and interoperable. This has been true for networking, VoIP, mobile, and almost every other technology shift over the past few decades. The Open Secure AI Alliance is a significant step toward making AI defense open, inspectable, and enterprise-ready, and it arrives at a moment when IT teams are trying to turn pilot projects into production value.

Contents

Why an open AI defense stack matters

Open source has long been the backbone of modern infrastructure, spanning cloud and compute platforms, and cybersecurity is among its biggest beneficiaries. The Open Secure AI Alliance (OSAA) applies that same model to AI security by committing to shared open models, agent harnesses, tools, and data that defenders can study, extend, and run on their own infrastructure.

The core argument behind OSAA is that if the next generation of cyberattacks is AI-powered, the next generation of cyber defense must be too, meaning defenders need systems they can actually see into. In a recent incident on Hugging Face, closed AI tools were blocked, preventing essential forensic analysis and forcing the team to rely on an open-weight GLM 5.2 model running on its own infrastructure to analyze more than 17,000 actions and contain the intrusion.

That episode sheds light on a new truth for CISOs and security operations leaders: if you can’t inspect and adapt your AI defenses in the moment of a breach, you’re blind.

Advertisement

Who’s in the alliance and why it’s different

OSAA brings together a broad roster spanning cloud, cybersecurity, enterprise software, and open-source foundations, among others. For enterprises, this matters because it signals that the AI defense stack won’t be a single-vendor vertical product but an ecosystem anchored in open standards and components.

Several of the founding contributions highlight how deep this stack can go:

These components form an emerging “open defense stack” for AI agents that spans identity, isolation, safe model formats, multi-model scanning, and secure development workflows. For IT leaders, this matters because it promises consistent controls across a multi-vendor environment, rather than brittle point tools that don’t interoperate.

Nvidia, Cisco and the role of agent harnesses

Nvidia is backing the alliance not only with models and weights but also with open agent-harness research through its Nvidia Labs Object-Oriented Agent (NOOA) framework. NOOA starts with a key insight for practitioners: model choice is only half the equation; the harness, the architecture around the model, can account for double-digit swings in benchmark performance and large differences in token cost, even when the underlying model remains unchanged.

In NOOA, an agent is represented as a single Python class. Its methods define capabilities, fields define state, docstrings serve as prompts, and type annotations enforce contracts. That design makes agent development look and feel like traditional software engineering: agents can be diffed, code-reviewed, unit-tested, and traced with the same tools teams already use for other critical systems.

For enterprises, this is a subtle but important shift as it turns agentic AI from a “black box workflow graph” into a testable, auditable code surface that security and platform teams can govern.

Advertisement

NOOA identifies six harness capabilities that materially affect model performance:

For IT pros, harness engineering is important because it improves efficiency. In SWE-bench, NOOA achieves parity or better accuracy with roughly half the tokens of comparison harnesses, thanks largely to pass-by-reference and the ability to avoid costly context-compaction pipelines. For enterprises wrestling with LLM cost curves, that combination of higher accuracy and lower consumption directly accelerates time to value.

Cisco’s presence in the alliance builds on its broader partnership with Nvidia across networking, data center AI fabrics, and secure AI factories. Cisco has already committed to integrating technologies such as Silicon One and specialized SuperNICs into AI networking platforms and is advancing secure AI infrastructure from core to edge through offerings such as Cisco Secure AI Factory with Nvidia.

As these networking and security layers intersect with open harnesses and models from OSAA, IT teams gain a clearer path to end-to-end architectures in which compute, data, agents, and network security align with common, open principles.

Black Hat Update: The SAFE Guidelines and Expanding the Open Stack

As the annual Black Hat USA conference kicks off, the Open Secure AI Alliance announced a major new ecosystem initiative.

The Linux Foundation, in collaboration with alliance members, released a Request for Comments (RFC) on the Shared AI Findings Exchange (SAFE) guidelines.

SAFE is designed to turn agentic cybersecurity incidents and “near misses” into shared protection across the enterprise. Rather than keeping breach details locked behind non-disclosure agreements or confined to single-vendor ecosystems, SAFE provides a framework to:

Advertisement

Alongside the SAFE framework, OSAA members are expanding the open software layer. Nvidia, for instance, introduced Nvidia OpenShell, an open runtime that serves as an agent-level sandbox. OpenShell limits what an agent can see, touch, or execute, enforcing explicit security and privacy boundaries so autonomous tools cannot access systems or data beyond their designated scope.

Together, these Black Hat announcements reinforce a key principle for enterprise security teams: securing agentic AI requires collective threat intelligence and open runtime guardrails, not just isolated model scanners.

Accelerating enterprise time to value for AI

For enterprise IT, the question is less “does this alliance matter?” and more “how does it change my roadmap?” There are several direct impacts on time to value:

In practice, this means AI security projects can shift from “hero-based” experiments to repeatable patterns. Teams can apply NOOA-style harness designs to their incident response agents, code reviewers, or threat-hunting workflows, and integrate those agents with identity, logging, and scanning layers aligned with OSAA contributions.

Guidance for IT and security leaders

For IT pros planning or scaling AI initiatives, several concrete steps can help them take advantage of this:

Advertisement

The Open Secure AI Alliance’s core thesis is that AI defense need not be opaque or centralized. With the right combination of open models, rigorous harness engineering and shared defensive tooling, enterprises can build AI systems that are not only powerful but also observable, testable and under their control.

For IT leaders under pressure to deliver AI outcomes without compromising security, that is a future worth embracing now.

Other News: Google is tightening Chrome extension policies to curb abuse by restricting high-risk permissions, strengthening enterprise controls, and making it harder for malicious add-ons to exploit browser access.

[

Zeus Kerravala

](/meet-the-team/us/zeus-kerravala/)

[

Zeus Kerravala

](/meet-the-team/us/zeus-kerravala/)

Zeus Kerravala is an eWEEK regular contributor and the founder and principal analyst with ZK Research. He spent 10 years at Yankee Group and prior to that held a number of corporate IT positions. Kerravala is considered one of the top 10 IT analysts in the world by Apollo Research, which evaluated 3,960 technology analysts and their individual press coverage metrics.

Protect your organization with security intelligence trusted by 50K+ subscribers.

Must-know cybersecurity news, expert insights, and practical guidance to help organizations protect their systems, teams, and reputations. Delivered daily.

ENTER YOUR EMAILJoin For Free

By subscribing, you agree to receive emails from TechRepublic. You can unsubscribe at any time. View our Terms and Privacy Policy.

More From Zeus Kerravala

[

Meta Ordered to Pay $567M and Overhaul Teen Safety on Facebook, Instagram

](/article/news-meta-567m-teen-safety-ruling/)[

Security

](/topic/security/)

Meta Ordered to Pay $567M and Overhaul Teen Safety on Facebook, Instagram

Meta must pay $567 million and change Facebook and Instagram protections for minors under a New Mexico court order it plans to appeal.

Kezia Jungco

Aug 7, 2026

[

Samsung’s August Update Patches 56 Security Vulnerabilities Across Galaxy Devices

](/article/news-samsung-august-2026-security-update/)[

Security

](/topic/security/)

Samsung’s August Update Patches 56 Security Vulnerabilities Across Galaxy Devices

Samsung’s August 2026 Galaxy update fixes 56 Android and One UI security flaws, including critical vulnerabilities and clipboard access risks.

Aminu Abdullahi

Aug 7, 2026

[

](/article/news-oneplus-10t-security-support-ended/)[

Mobile

](/topic/mobile/)

OnePlus 10T Is Out of Security Support: Should You Keep Using Yours?

OnePlus 10T security support has ended. Here’s how owners can check their patch level, understand the risks, and decide when to replace the phone.

Liz Ticong

Aug 7, 2026

[

15 AI Security Lessons From Black Hat and Ai4 2026

](/article/news-black-hat-ai4-2026-ai-security-takeaways/)[

Artificial Intelligence

](/topic/artificial-intelligence/)

15 AI Security Lessons From Black Hat and Ai4 2026

Black Hat and Ai4 2026 highlighted gaps in AI agent security, identity controls, software supply chains, monitoring, and incident response.

Tim Freestone

Aug 6, 2026

Loading more content…

[

TechRepublic Logo

](/)

[Facebook

facebook

](https://www.facebook.com/TechRepublic)

[X

x

](https://twitter.com/techrepublic)

[

linkedin

](https://www.linkedin.com/company/techrepublic)

[YouTube

youtube

](https://www.youtube.com/techrepublic)

[Pinterest

pinterest

](https://www.pinterest.com/techrepublic/)

[RSS

rss

](/rssfeeds/)

We use cookies and other data collection technologies to provide the best experience for our customers. You may request that your data not be shared with third parties here: Do Not Sell My Data.

Services

Explore

Legal Terms Privacy Policy

© 2026 TechnologyAdvice. All rights reserved.