越狱通过率比GPT-5.6高3倍,恶意代码生成更少拒绝,任何人都可以下载、微调、无限制使用——8月5日,AI安全组织SaferAI的一份最新报告把开源模型的安全遮羞布撕了下来。
报告的核心发现很明确:智谱AI(Z.ai)的开源模型GLM-5.2在多项基准测试中已经逼近甚至达到了GPT-5.6级别的能力,但在关键的安全防护措施上存在严重缺失——它更容易被越狱、更容易生成有害内容、更容易被用于网络攻击,而且这些危险能力没有任何门槛。
开源AI的"能力-安全"剪刀差
过去一年开源模型的进步速度是惊人的。2025年初的开源模型和GPT-4还有明显差距;到2026年中,GLM-5.2、Kimi K3、Qwen3.8-Max、DeepSeek V4等开源/开放权重模型在MMLU、HumanEval、MATH等主流基准上已经摸到了闭源前沿模型的尾巴。SaferAI的报告显示,GLM-5.2在通用推理任务上的表现与GPT-5.6的差距缩小到了5%以内。
但安全能力的差距正在反向拉大。闭源模型(GPT-5.6、Claude Sonnet/Opus、Gemini)在安全对齐上投入了大量资源:红队测试、内容审核、使用政策执行、滥用监控、事后追溯。这些措施虽然不完美,但至少构成了多层防护。
开源模型呢?模型权重公开意味着任何人都可以通过微调、量化、提示工程绕过安全护栏。SaferAI的测试发现,GLM-5.2在标准越狱测试中的通过率比GPT-5.6高3倍,在恶意代码生成任务中更少拒绝、更易成功,在敏感信息提取测试中的防御能力明显弱于闭源模型。
这就是开源AI面临的核心矛盾:能力越强,被滥用的风险越大;开源越彻底,安全控制越难实施。闭源模型出了安全问题厂商可以紧急回滚、可以封禁滥用账号、可以修补后重新部署;开源模型一旦发布,有问题的权重就永远在互联网上流传,无法召回。
治理困境:开源的自由与安全的边界
这份报告再次点燃了开源AI社区长期争论的话题:开源模型到底应不应该有安全限制?谁来定义什么是"有害"?安全审查会不会变成审查和打压的工具?
一方认为:开源模型的安全是发布者的责任。既然你选择公开模型权重,就应该确保模型有基本的安全护栏,不应该把安全问题全部推给下游用户和社会。就像汽车制造商必须给汽车装安全带和刹车,不能把"开车要小心"当成唯一的安全措施。
另一方认为:过度的安全限制会扼杀开源AI的创新。开源的核心价值就是自由使用、自由修改、自由分发。如果模型内置了太多安全限制,研究人员无法做红队研究、开发者无法做定制化微调、中小企业无法根据自己的需求做本地化部署,开源就失去了意义。而且"安全"的定义本身就充满争议——不同国家、不同文化、不同场景对有害内容的标准都不一样。
SaferAI报告的建议相对务实:不是要限制开源模型的发布,而是建立三层机制。第一层是发布前的最低安全基线——开源模型在发布前应该通过一套基本的安全测试,就像新药上市前要过临床试验;第二层是模型卡片和透明度——明确标注模型的能力边界、已知风险、推荐使用场景、禁止使用场景;第三层是社区驱动的持续安全监控——建立开源模型安全漏洞的报告和响应机制,发现问题及时发布补丁版本。
值得注意的是,GLM-5.2是中国厂商开发的开源模型。这给全球AI治理又增加了一层复杂性——不同国家对AI安全的标准和优先级不同,一国认为安全的模型可能被另一国认为危险。在没有国际协调的情况下,开源模型的安全治理注定是一个碎片化的过程。
Nvidia牵头的OSAA联盟、欧盟AI法案的执法、各国陆续出台的AI监管政策——这些都在试图回答同一个问题:当AI能力可以被任何人下载和使用时,我们如何确保它不会造成伤害?这个问题没有完美答案,但我们必须在开源创新和公共安全之间找到一个平衡点。
毕竟,一把人人都能拿到的锤子,如果没有安全使用规范,既可以用来盖房子,也可以用来砸玻璃。
明天见。
A 3x higher jailbreak success rate than GPT-5.6, less refusal on malicious code generation, available for anyone to download, fine-tune, and use without restriction — on August 5, a new report from AI safety organization SaferAI tore off open-source AI's safety fig leaf.
The report's core finding is clear: Zhipu AI's (Z.ai) open-source model GLM-5.2 has approached or even reached GPT-5.6-level performance on multiple benchmarks, yet it has critical gaps in key safety mitigations — it is more easily jailbroken, more willing to generate harmful content, more usable for cyberattacks, and these dangerous capabilities come with zero barriers to entry.
Open-Source AI's "Capability-Safety" Scissors Gap
The pace of open-source model progress over the past year is staggering. In early 2025, open-source models had a clear gap behind GPT-4; by mid-2026, open-weight models like GLM-5.2, Kimi K3, Qwen3.8-Max, and DeepSeek V4 are touching the coattails of closed-source frontier models on mainstream benchmarks like MMLU, HumanEval, and MATH. SaferAI's report shows GLM-5.2 narrowing the gap to within 5% of GPT-5.6 on general reasoning tasks.
But the safety gap is widening in the opposite direction. Closed-source models (GPT-5.6, Claude Sonnet/Opus, Gemini) have poured massive resources into safety alignment: red-teaming, content moderation, usage policy enforcement, abuse monitoring, post-hoc traceability. These measures are imperfect, but they constitute at least multi-layered defenses.
What about open-source models? Public model weights mean anyone can bypass safety guardrails through fine-tuning, quantization, and prompt engineering. SaferAI's testing found GLM-5.2's jailbreak success rate on standard tests is 3x higher than GPT-5.6; it refuses less and succeeds more often on malicious code generation tasks; its defensive capabilities on sensitive information extraction tests are notably weaker than closed-source models.
This is the central paradox of open-source AI: the more capable models become, the greater the misuse risk; the more open the release, the harder safety controls are to enforce. When closed-source models have safety issues, vendors can emergency roll back, ban abusive accounts, patch and redeploy. Once an open-source model is released, problematic weights circulate on the internet forever — they cannot be recalled.
The Governance Dilemma: Freedom of Open Source vs. Boundaries of Safety
The report reignites a long-running debate in the open-source AI community: should open-source models have safety restrictions? Who defines what's "harmful"? Could safety review become a tool for censorship and suppression?
One side argues: open-source model safety is the publisher's responsibility. If you choose to release model weights publicly, you should ensure basic safety guardrails rather than offloading all safety concerns to downstream users and society. Just as automakers must equip cars with seatbelts and brakes, "drive carefully" can't be the only safety measure.
The other side argues: excessive safety restrictions will strangle open-source AI innovation. The core value of open source is freedom to use, modify, and distribute. If models have too many safety restrictions baked in, researchers can't do red-team research, developers can't do custom fine-tuning, SMEs can't do localized deployment for their needs — and open source loses its meaning. Moreover, the definition of "safety" is inherently contested — different countries, cultures, and contexts have different standards for harmful content.
SaferAI's recommendations are relatively pragmatic: rather than restricting open-source releases, build three layers. First, minimum safety baselines before release — open-source models should pass basic safety tests before publication, just as new drugs must pass clinical trials before market. Second, model cards and transparency — clearly document capability boundaries, known risks, recommended use cases, prohibited use cases. Third, community-driven ongoing safety monitoring — establish reporting and response mechanisms for open-source model security vulnerabilities, releasing patched versions promptly when issues are found.
Notably, GLM-5.2 is an open-source model developed by a Chinese company. This adds another layer of complexity to global AI governance — different countries have different AI safety standards and priorities; a model considered safe in one country may be deemed dangerous in another. Without international coordination, open-source model safety governance is bound to be a fragmented process.
Nvidia's OSAA alliance, EU AI Act enforcement, and AI regulatory policies rolling out in various countries are all attempting to answer the same question: when AI capabilities can be downloaded and used by anyone, how do we ensure they don't cause harm? There's no perfect answer, but we must find a balance between open-source innovation and public safety.
After all, a hammer anyone can pick up can build a house or smash a window — depending on whether there are norms for safe use.
See you tomorrow.
开源越彻底,安全控制越难实施——开源模型一旦发布,有问题的权重就永远在互联网上流传,无法召回。
—— SaferAI报告核心结论
The more open the release, the harder safety controls are to enforce — once an open-source model ships, problematic weights circulate online forever and cannot be recalled.
— Core finding of the SaferAI report
SaferAI · GLM-5.2 · Zhipu AI · open-source models · AI safety · guardrails · jailbreak testing · open-source governance · capability-safety gap · AI regulation