AI Security AI安全 6h ago Updated 1h ago 更新于 1小时前 49

Nvidia and Tech Giants Launch AI Security Alliance 英伟达与科技巨头成立AI安全联盟

Nvidia and a coalition of tech, cybersecurity, and enterprise software firms launched the Open Secure AI Alliance to develop open-source tools for securing AI systems. The alliance emphasizes treating open models and security tooling as defensive assets, warning against broad restrictions on frontier AI that could weaken collective cyber defense. Key contributions include HPE’s SPIFFE/SPIRE zero-trust identity framework, IBM/Red Hat’s Lightwell automated vulnerability remediation, Microsoft’s MD 英伟达联合多家科技、网络安全及企业软件公司成立“开放安全AI联盟”(Open Secure AI Alliance),旨在开发并共享开源工具、模型与技术,以增强AI系统与代理的安全性。 联盟成员包括Adobe、IBM、Microsoft、Hugging Face等超过40家行业领军企业,涵盖从基础设施到应用层的广泛生态。 各参与方贡献具体开源项目:如Nvidia的NOOA用于可观测性审计、HPE的SPIFFE/SPIRE实现零信任身份验证、IBM与Red Hat的Lightwell自动化漏洞修复、Microsoft的MDASH多模型智能体扫描框架。 联盟强调应将开放模型与安全工具视为防御资产,

75
Hot 热度
65
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • Nvidia and a coalition of tech, cybersecurity, and enterprise software firms launched the Open Secure AI Alliance to develop open-source tools for securing AI systems.
  • The alliance emphasizes treating open models and security tooling as defensive assets, warning against broad restrictions on frontier AI that could weaken collective cyber defense.
  • Key contributions include HPE’s SPIFFE/SPIRE zero-trust identity framework, IBM/Red Hat’s Lightwell automated vulnerability remediation, Microsoft’s MDASH multi-agent bug-hunting harness, and SpaceXAI’s open-sourced Grok Build coding agent.
  • Hugging Face donated its Safetensors format to PyTorch, while Nvidia released NOOA—a project to improve traceability and auditing of agent behavior.
  • The initiative builds on Linux Foundation’s Akrites and OpenSSF efforts, advocating for openness paired with rigorous safeguards rather than restrictive policies.

Why It Matters

This initiative addresses a critical gap in AI security by promoting collaborative, open-source development of defensive tools—essential as AI agents become more autonomous and integrated into infrastructure. For practitioners and policymakers, it underscores the strategic value of transparency in security: open models enable faster vulnerability discovery and remediation, whereas closed systems may hinder forensic response (as seen in the OpenAI/Hugging Face incident). The alliance also sets a precedent for industry-wide standards in zero-trust identity, supply chain security, and agent auditing, directly influencing how organizations will secure next-gen AI deployments.

Technical Details

  • NOOA (Nvidia): An open-source agent harness designed to enhance traceability, testing, and auditability of AI agent behaviors, enabling defenders to monitor and validate actions in real time.
  • SPIFFE/SPIRE (HPE): A zero-trust identity framework that cryptographically verifies AI agents and services, ensuring only authenticated components interact within secure environments.
  • Lightwell (IBM/Red Hat): An open-source project automating vulnerability remediation at scale across open-source supply chains, integrating with existing CI/CD pipelines for proactive security.
  • MDASH (Microsoft): A multi-model agentic scanning harness that coordinates diverse AI agents to collaboratively identify, debate, and validate exploitable software bugs through simulated adversarial workflows.
  • Safetensors (Hugging Face): A model weight storage format donated to the PyTorch Foundation, prioritizing security by preventing arbitrary code execution during tensor loading—a common attack vector in ML pipelines.
  • Grok Build (SpaceXAI): A terminal-based AI coding agent open-sourced with plans to release full model weights, aiming to democratize access to advanced code-generation capabilities for security research.

Industry Insight

The alliance signals a shift toward "security-by-design" in AI development, where open-source collaboration becomes a cornerstone of resilience against emerging threats like prompt injection, model poisoning, and agent hijacking. Organizations should prioritize adopting standardized frameworks (e.g., SPIFFE/SPIRE) and contribute to shared tooling (e.g., NOOA, Lightwell) to reduce fragmentation and accelerate patch cycles. Policymakers must avoid blanket restrictions on open AI, recognizing that limiting access to frontier models inadvertently empowers adversaries while depriving defenders of critical inspection capabilities—ultimately increasing systemic risk.

TL;DR

  • 英伟达联合多家科技、网络安全及企业软件公司成立“开放安全AI联盟”(Open Secure AI Alliance),旨在开发并共享开源工具、模型与技术,以增强AI系统与代理的安全性。
  • 联盟成员包括Adobe、IBM、Microsoft、Hugging Face等超过40家行业领军企业,涵盖从基础设施到应用层的广泛生态。
  • 各参与方贡献具体开源项目:如Nvidia的NOOA用于可观测性审计、HPE的SPIFFE/SPIRE实现零信任身份验证、IBM与Red Hat的Lightwell自动化漏洞修复、Microsoft的MDASH多模型智能体扫描框架。
  • 联盟强调应将开放模型与安全工具视为防御资产,反对对前沿AI实施过度限制,主张在开放性与强监管之间建立平衡。
  • 引用OpenAI与Hugging Face安全事件为例,说明闭源模型可能阻碍取证工作,而开源模型(如GLM 5.2)被成功用于快速响应和遏制攻击。

为什么值得看

该倡议标志着AI安全领域从“封闭防御”向“协同开源防御”的重大范式转变,为构建更具韧性的全球AI安全基础设施提供了组织基础和技术路径。对于AI从业者而言,理解这一联盟的技术布局与战略立场,有助于把握未来AI系统合规、审计、攻防对抗的核心趋势。

技术解析

  • NOOA:由Nvidia推出的开源代理行为追踪与测试框架,支持对AI代理的操作日志进行结构化记录与分析,提升决策过程的可解释性与审计能力。
  • SPIFFE/SPIRE:HPE贡献的零信任身份认证体系,通过加密凭证为AI服务与代理提供唯一身份标识,防止未授权访问与中间人攻击。
  • Safetensors:Hugging Face捐赠给PyTorch Foundation的高效、安全的模型权重存储格式,避免反序列化风险,提升加载速度与安全性。
  • Lightwell:IBM与Red Hat联合开发的开源供应链安全项目,集成静态分析与动态检测,自动识别并修复依赖库中的已知漏洞,支持大规模部署场景。
  • MDASH:Microsoft提出的多模型智能体扫描平台,协调多个AI代理协作执行漏洞发现、辩论验证与 exploit 评估流程,强化主动式安全测试能力。
  • Grok Build:SpaceXAI开源的基于终端的AI编码助手,具备代码生成、调试与重构功能,未来计划开放Grok系列模型权重,推动开发者社区共建安全编码实践。

行业启示

  • 开源AI安全工具正成为国家战略级防御资源,企业应积极参与或采纳此类联盟成果,避免因依赖单一闭源方案而在应急响应中陷入被动。
  • 政策制定者需重新审视“开放 vs 安全”的二元对立思维,转向支持“可控开放”模式——即在保障透明度与可验证性的前提下,设定明确的使用边界与问责机制。
  • 未来AI系统的合规性将不再仅取决于内部测试,更依赖于外部社区对其架构、行为日志与依赖链的全面审查能力,因此构建可审计、可插拔的安全原生设计将成为核心竞争力。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Security 安全 Open Source 开源 Product Launch 产品发布