AI Security AI安全 3h ago Updated 2h ago 更新于 2小时前 47

Cisco Launches Low-Cost AI Models for Source Code Security 思科推出低成本AI模型用于源代码安全

Cisco Foundation AI released Antares, a small language model (SLM) family consisting of Antares-350M and Antares-1B, specifically optimized for identifying known vulnerabilities in codebases. The models utilize a human-like investigative search pattern to navigate repositories, aiming to reduce false positives compared to general language models while maintaining lower costs than closed frontier LLMs. Antares is positioned as a cost-effective, data-sovereign solution for security teams, particul Cisco Foundation AI发布Antares系列小型语言模型(SLM),包含Antares-350M和Antares-1B两个开源权重版本,旨在解决代码库中的已知漏洞定位问题。 Antares采用类似人类调查员的搜索模式,从漏洞描述出发,通过搜索代码模式、读取候选文件并动态调整方向,以辅助安全团队进行初步的漏洞分类工作。 在Cisco发布的Vulnerability Localization Benchmark(500项测试集)中,Antares在成本和速度上显著优于主流大模型,比OpenAI GPT-5.5便宜172倍,比Z.ai GLM-5.2便宜15.2倍。 该模型主要面向预

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

Analysis 深度分析

TL;DR

  • Cisco Foundation AI released Antares, a small language model (SLM) family consisting of Antares-350M and Antares-1B, specifically optimized for identifying known vulnerabilities in codebases.
  • The models utilize a human-like investigative search pattern to navigate repositories, aiming to reduce false positives compared to general language models while maintaining lower costs than closed frontier LLMs.
  • Antares is positioned as a cost-effective, data-sovereign solution for security teams, particularly benefiting organizations with limited budgets such as universities and public sectors.
  • Performance was validated using the new Vulnerability Localization Benchmark, showing Antares to be significantly faster and cheaper than competitors like GPT-5.5 and GLM-5.2.

Why It Matters

This release addresses a critical gap in AI-driven cybersecurity by offering a specialized, open-weight alternative that balances cost, privacy, and accuracy. For AI practitioners and security engineers, it demonstrates the viability of Small Language Models (SLMs) for complex, domain-specific tasks like code analysis, challenging the assumption that only massive frontier models can handle sophisticated security reasoning.

Technical Details

  • Model Architecture: The Antares family includes two open-weight SLMs, Antares-350M and Antares-1B, available on Hugging Face.
  • Operational Mechanism: Unlike generic text generation, Antares employs a search pattern mimicking human investigation: starting from a vulnerability description, searching for code patterns, reading candidate files, incorporating evidence, and narrowing down to high-probability files.
  • Benchmarking: Cisco introduced the Vulnerability Localization Benchmark, a 500-entry dataset requiring models to navigate unfamiliar codebases and recognize CWE-associated vulnerability patterns.
  • Performance Metrics: In benchmark tests, Antares outperformed OpenAI’s GPT-5.5 and Z.ai’s GLM-5.2 in speed and cost-efficiency, being 172x cheaper than the closed LLM and 15.2x cheaper than the open-weight GLM.

Industry Insight

  • Democratization of Secure AI: Organizations with strict data sovereignty requirements or limited budgets can now deploy advanced AI security tools locally without relying on expensive, external API calls to frontier models.
  • Shift Towards Specialized SLMs: The success of Antares suggests a future trend where highly specialized Small Language Models will replace general-purpose LLMs for specific enterprise tasks, offering better ROI and reduced hallucination rates.
  • Standardization of Security Benchmarks: The introduction of the Vulnerability Localization Benchmark provides a standardized metric for evaluating AI performance in code security, encouraging more rigorous and comparable testing across the industry.

TL;DR

  • Cisco Foundation AI发布Antares系列小型语言模型(SLM),包含Antares-350M和Antares-1B两个开源权重版本,旨在解决代码库中的已知漏洞定位问题。
  • Antares采用类似人类调查员的搜索模式,从漏洞描述出发,通过搜索代码模式、读取候选文件并动态调整方向,以辅助安全团队进行初步的漏洞分类工作。
  • 在Cisco发布的Vulnerability Localization Benchmark(500项测试集)中,Antares在成本和速度上显著优于主流大模型,比OpenAI GPT-5.5便宜172倍,比Z.ai GLM-5.2便宜15.2倍。
  • 该模型主要面向预算有限的安全资源团队(如大学、非营利组织和公共部门),旨在提供低成本、低误报率且符合数据主权要求的AI辅助防御方案。

为什么值得看

这篇文章揭示了AI在网络安全垂直领域的具体应用突破,展示了小型模型如何通过针对性优化,在特定任务上超越通用大模型的性价比优势。对于关注AI落地场景和安全工程效率的从业者而言,Antares提供了一个关于如何在数据主权约束下平衡成本与精度的重要参考案例。

技术解析

  • 模型架构与规格:Antares属于小型语言模型(SLM)家族,目前发布Antares-350M和Antares-1B两个版本,均为开源权重(open-weight)模型,托管于Hugging Face,允许用户本地部署以保障数据隐私。
  • 处理机制:模型不直接生成修复代码,而是模拟人类调查员的工作流:基于漏洞描述搜索相关代码模式,读取候选文件,整合新证据,并在路径无效时改变方向,最终输出按可能性排序的源文件列表,辅助人工进行漏洞初筛。
  • 基准测试与性能对比:Cisco发布了专门的“Vulnerability Localization Benchmark”,包含500个条目,要求模型在陌生代码库中高效导航并识别特定CWE类别的漏洞模式。测试显示,Antares在完成任务的速度和成本上大幅领先,实现了“近前沿”的准确率但成本极低。
  • 目标受众与应用场景:主要针对预算受限的组织,如高校、研究机构、非营利组织和公共部门。其核心价值在于使得“每次提交都进行扫描”成为可能,从而在不牺牲数据安全性的前提下提升安全响应速度。

行业启示

  • 垂直领域SLM的价值崛起:通用大模型在特定专业任务上可能存在成本高、误报率高或数据泄露风险。针对特定痛点(如漏洞定位)优化的小型模型,能够在保持数据主权的同时提供更具性价比的解决方案,这将是AI在B端落地的重要趋势。
  • 安全工程的民主化:通过降低高级AI安全检测的成本门槛,Cisco试图打破安全能力仅属于大型科技公司的局面。这表明未来的网络安全基础设施将更加依赖可部署、轻量级的AI工具,使中小组织也能获得接近前沿的检测能力。
  • 标准化评估的重要性:Cisco同时发布专用基准测试(Benchmark),强调了在垂直应用中建立统一评估标准的重要性。只有具备可衡量的进步指标,社区才能更有效地比较不同模型在特定安全任务上的实际表现,推动技术迭代。

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

Open Source 开源 Security 安全 Code Generation 代码生成