AI News AI资讯 5h ago Updated 2h ago 更新于 2小时前 52

Antares: Highly Efficient Open Weight AI Models for Vulnerability Localization Antares:用于漏洞定位的高效开源权重AI模型

Cisco released Antares, a family of security-focused small language models (SLMs) specifically designed for vulnerability localization within codebases. The initial open-weight releases include Antares-350M and Antares-1B, which outperform larger closed and open models in benchmark tests at a fraction of the cost. These compact models are optimized for local or on-premises deployment, allowing organizations to keep sensitive source code private while performing real-time security scans. Antares Cisco发布Antares系列安全小语言模型(SLM),专为在代码库中精准定位已知漏洞而设计,旨在解决安全分析中耗时且昂贵的问题。 首批开源模型Antares-350M和Antares-1B在基准测试中表现优异,以极低成本超越许多大型闭源及开源模型,并支持本地运行以保护敏感代码隐私。 Antares采用类似人类调查员的迭代搜索策略(搜索、反思、修正、回溯),通过学到的检索行为而非单纯依赖模型规模来提升漏洞定位效率。 结合Foundry Security Spec、CodeGuard及新基准测试,Cisco致力于建立可信赖的AI安全工具生态与标准,推动企业级AI安全工具的普及。 该模型使小型团

72
Hot 热度
75
Quality 质量
78
Impact 影响力

Analysis 深度分析

TL;DR

  • Cisco released Antares, a family of security-focused small language models (SLMs) specifically designed for vulnerability localization within codebases.
  • The initial open-weight releases include Antares-350M and Antares-1B, which outperform larger closed and open models in benchmark tests at a fraction of the cost.
  • These compact models are optimized for local or on-premises deployment, allowing organizations to keep sensitive source code private while performing real-time security scans.
  • Antares employs an iterative search strategy inspired by human investigation, enabling it to navigate repositories, reflect on findings, and backtrack when necessary to pinpoint vulnerabilities.

Why It Matters

This development democratizes advanced AI-driven security analysis by making high-performance vulnerability detection accessible to smaller teams and institutions that lack the resources for large-scale proprietary models. By enabling local execution, Antares addresses critical data privacy concerns, ensuring that sensitive intellectual property remains within an organization's infrastructure rather than being sent to external cloud services. This shift supports the integration of continuous, low-latency security verification into CI/CD pipelines, enhancing overall software supply chain security.

Technical Details

  • Model Specifications: The Antares family includes Antares-350M and Antares-1B as open-weight models available on Hugging Face, with Antares-3B announced for future release.
  • Core Capability: The models are purpose-built for "vulnerable code localization," connecting external vulnerability knowledge (like CVEs and CWEs) to internal codebases to identify specific instances of weaknesses.
  • Search Architecture: Unlike static rule-based tools or general-purpose coding models, Antares uses a learned iterative search pattern that mimics human investigative behavior, including searching, reading candidate files, incorporating evidence, and backtracking from unproductive paths.
  • Benchmark Performance: The models were tested on the new Vulnerability Localization Benchmark, where they demonstrated superior performance compared to a dozen larger models, achieving near-frontier accuracy on secure code reasoning tasks.
  • Integration Tools: Cisco provided a CLI package to facilitate practical workflows, allowing users to easily scan codebases, inspect findings, and integrate the model into automated security pipelines.

Industry Insight

  • Shift to Edge Security AI: Organizations should prioritize deploying small, specialized models for sensitive tasks like code analysis to reduce latency, lower inference costs, and maintain strict data sovereignty.
  • Complementing Static Analysis: Security teams can integrate SLMs like Antares to triage alerts from traditional static analysis tools, reducing noise and accelerating the identification of true positives in complex repositories.
  • Standardization Opportunities: The release of open specifications like Foundry Security Spec alongside these models suggests a growing industry trend toward standardized, interoperable AI security tools, encouraging broader enterprise adoption through trust and transparency.

TL;DR

  • Cisco发布Antares系列安全小语言模型(SLM),专为在代码库中精准定位已知漏洞而设计,旨在解决安全分析中耗时且昂贵的问题。
  • 首批开源模型Antares-350M和Antares-1B在基准测试中表现优异,以极低成本超越许多大型闭源及开源模型,并支持本地运行以保护敏感代码隐私。
  • Antares采用类似人类调查员的迭代搜索策略(搜索、反思、修正、回溯),通过学到的检索行为而非单纯依赖模型规模来提升漏洞定位效率。
  • 结合Foundry Security Spec、CodeGuard及新基准测试,Cisco致力于建立可信赖的AI安全工具生态与标准,推动企业级AI安全工具的普及。
  • 该模型使小型团队、高校及公共部门也能负担得起高级AI辅助安全扫描,实现“每次提交”级别的实时、持续安全验证。

为什么值得看

这篇文章展示了小型语言模型在垂直领域(网络安全)的突破性应用,证明了通过特定架构和训练策略,小模型可以在关键任务上媲美甚至超越大模型,同时大幅降低部署成本和隐私风险。对于AI从业者和安全专家而言,它提供了关于如何构建高效、本地化且经济可行的AI安全工作流的宝贵参考,标志着AI安全工具从“奢侈品”向“必需品”的转变。

技术解析

  • 模型规格与可用性:Cisco发布了Antares-350M和Antares-1B两个版本的开源权重模型,托管于Hugging Face。这些模型体积紧凑,支持本地或私有云部署,无需将敏感源代码发送至云端,从而保障数据隐私。
  • 核心算法机制:Antares并非简单的代码生成模型,而是模拟人类调查员的迭代搜索过程。它从漏洞描述出发,搜索相关代码模式,读取候选文件,整合新证据,并在路径无效时进行方向调整或回溯,最终缩小至最可能包含漏洞的文件范围。
  • 性能基准与对比:在新增的Vulnerability Localization Benchmark中,Antares模型在漏洞定位任务上的表现优于十余个更大规模的模型。其优势在于以极低的推理成本实现了接近前沿模型的准确率,适合集成到CI/CD流水线中进行实时扫描。
  • 生态系统整合:Antares不仅是一个模型,还结合了Foundry Security Spec(开放规范)、CodeGuard(安全编码指南)以及新的基准测试,形成了一套完整的解决方案,旨在定义实用且可信的AI安全工具标准。

行业启示

  • 小模型在垂直领域的崛起:通用大模型并非在所有场景下都是最优解。在特定任务如漏洞定位中,经过精心设计和训练的小语言模型(SLM)可以提供更高的性价比、更低的延迟和更好的数据隐私保护,这为垂直行业的AI落地提供了新范式。
  • 安全即服务的民主化:通过降低计算成本和简化部署流程,AI驱动的安全能力不再仅限于拥有巨额预算的大型企业。Antares等工具使得中小型企业、高校和政府机构也能实施高级的自动化安全扫描,提升了整体行业的安全基线。
  • 从被动防御到主动持续验证:随着AI生成代码的普及,攻击面也在扩大。行业趋势正从传统的静态规则扫描转向基于AI的实时、持续验证(Continuous Verification)。将轻量级AI模型嵌入开发闭环(如Git Hooks或CI管道),能够在代码提交前即时拦截潜在漏洞,成为未来软件供应链安全的标配。

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

Open Source 开源 LLM 大模型 Security 安全 Code Generation 代码生成 Research 科学研究