Close Menu
  • AI
  • Content Creation
  • Tech
  • Robotics
AI-trends.todayAI-trends.today
  • AI
  • Content Creation
  • Tech
  • Robotics
Trending
  • Liquid AI Releases LFM2.5-VL-3B-DSpark: Speculative Decoding for Imaginative and prescient-Language Fashions With As much as 3.13x Sooner Decoding
  • Thieves Stole ‘Nvidia’ Trailers. They Bought 20 Tons of Sand
  • Perplexity Trains Its Pc Agent on Actual Errors With Trace-Guided Self-Distillation
  • Appeals Court docket Lets the Pentagon Designate Anthropic a Provide-Chain Threat
  • Aikido Safety Releases Altar-1: An Open-Weight Safety Mannequin Pruned From GLM-5.3 to 328 GB
  • Black Forest Labs Releases FLUX 3 Motion: A 7B Open-Weights World Motion Mannequin That Tops RoboLab-120
  • Fastino Releases GLiNER2.5-Resolve: A 340M Open-Weight Determination Mannequin That Runs on CPU
  • BottleCap AI Releases ThinkingCap-Qwen3.8-27B: 37.2% Fewer Considering Tokens at a 0.86pp Accuracy Price
AI-trends.todayAI-trends.today
Home»Tech»Cisco Basis AI Releases Antares: 350M and 1B Open-Weight Fashions That Localize Recognized Vulnerabilities Inside Actual Codebases

Cisco Basis AI Releases Antares: 350M and 1B Open-Weight Fashions That Localize Recognized Vulnerabilities Inside Actual Codebases

Tech By Gavin Wallace22/07/20266 Mins Read
Facebook Twitter LinkedIn Email
LifelongAgentBench: A Benchmark for Evaluating Continuous Learning in LLM-Based Agents
LifelongAgentBench: A Benchmark for Evaluating Continuous Learning in LLM-Based Agents
Share
Facebook Twitter LinkedIn Email

Cisco Foundation AI has launched Antares, a household of safety small language fashions (SLMs) constructed for one slender safety activity. The duty is vulnerability localization. Given a vulnerability description and a repository, discover the information containing the flaw.

Two fashions are open-weight and out there now on Hugging Face, Antares-350M and Antares-1B. Each are Apache 2.0. Cisco staff additionally shipped the Vulnerability Localization Benchmark (VLoc Bench), a 500-task agentic analysis, below the identical license.

The primary end result is just not a brand new state-of-the-art. It’s {that a} 1B mannequin reaches 0.209 File F1. GPT-5.5 reaches 0.229, and a 753B open-weight mannequin reaches 0.186.

The issue Antares is scoped to

Software program safety will depend on connecting exterior vulnerability information to inside supply code. That information lives in public databases, advisories, and Common Weakness Enumerations. The code lives in repositories which might be massive, modular, and dependency-rich.

Connecting the 2 is pricey. Devs search unfamiliar code, observe naming conventions, examine name paths, and examine candidate information. Cisco’s framing is that this primary triage step is the place the associated fee concentrates.

Antares doesn’t substitute the applying safety toolchain. Cisco is express about this. Dev groups nonetheless want dependency scanning, secret scanning, dynamic testing, container checks, menace modeling, and knowledgeable evaluate.

Understanding the Fashions

Antares consists of three decoder-only transformers at 350M, 1B, and 3B parameters. All three initialize from IBM Granite 4.0 checkpoints. They share a tokenizer and structure: grouped-query consideration, SwiGLU MLPs, RMSNorm, RoPE, and shared enter/output embeddings.

Mannequin Params Base checkpoint Context Layers / hidden / KV heads Standing
Antares-350M 350M Granite 4.0 350M 32K 28 / 1024 / 4 Open weights
Antares-1B 1.6B Granite 4.0 1B 128K 40 / 2048 / 4 Open weights
Antares-3B 3B Granite 4.0 Micro 128K Not printed Not launched

How the Agent Loop Works

Antares is just not evaluated as a standalone sequence mannequin. It runs inside a constrained loop with three instruments.

The mannequin receives a CWE class description and nothing else. No advisory textual content, no file hints, no severity particulars. It then points read-only terminal instructions towards a Docker sandbox with networking disabled. Command output is truncated to 2,000 characters earlier than getting into the transcript.

The finances is 15 terminal calls per activity. The mannequin terminates by calling submit_vulnerable_files with a ranked listing, or submit_no_vulnerability_found. The submission itself doesn’t depend towards the finances.

Output is a ranked listing of file paths plus the exploration hint that produced it.

What VLoc Bench measures

VLoc Bench attracts 500 duties from 290 distinctive real-world repositories. Sources are public GitHub Security Advisories throughout six ecosystems: npm, pip, Maven, Go, Rust, and Composer. It covers 147 distinctive CWE classes, and 78% of entries carry assigned CVE identifiers.

Floor reality is derived from the safety patch. Information modified within the repair are labels, with exams, docs, and configuration excluded.

The benchmark has two phases:

  • Section A offers the mannequin the susceptible snapshot and scores File F1.
  • Section B offers the patched snapshot and scores True Detrimental Charge, testing whether or not the mannequin raises a false alarm on mounted code.

Outcomes: task-specific coaching beats parameter scale

The sample within the information is a functionality cliff, not a scaling curve.

Antares-3B reaches 0.223 File F1, just below GPT-5.5 (xhigh) at 0.229. Antares-1B reaches 0.209, above GLM-5.2 at 753B parameters, which scores 0.186. Antares-350M reaches 0.135, above Gemma-4-31B at 0.101 and Gemini 2.5 Flash at 0.102.

Antares-1B additionally information the very best recall of any evaluated system at 0.224.

Static evaluation instruments had been run below the identical analysis. Semgrep scores 0.086 File F1, CodeQL scores 0.023, and Horusec scores 0.020. Cisco’s studying is that rule-based scanners get better some susceptible information however can not adaptively examine repository context.

The place the aptitude comes from

The untrained Granite 4.0 base checkpoints rating 0.001, 0.000, and 0.000 File F1 below the similar protocol. They’ve tool-calling potential and nonetheless produce degenerate output inside an agentic loop.

Supervised fine-tuning does the heavy lifting. It lifts the three scales to 0.108, 0.188, and 0.198. The SFT corpus is 71.5% cybersecurity reasoning, 15.4% code search trajectories, and 13.1% deep analysis and normal reasoning. All reasoning traces come from a single trainer, GPT-OSS-120B, to keep away from cross-teacher distribution shift.

GRPO then provides 11% to 25%, with the most important relative achieve at 350M. Rewards are verifiable and computed programmatically from trajectory textual content, with no realized reward mannequin. Parts cowl localization high quality, submission habits, tool-use compliance, exploration, and malformed-output penalties.

The variance impact could matter greater than the imply. GRPO cuts run-to-run customary deviation by 42% to 65%. One GRPO analysis run is a extra dependable estimate than one SFT run.

There’s additionally a scale-dependent cut up in realized technique. After GRPO, the 350M and 1B fashions use 87% to 89% search instructions and submit extra information. The 3B mannequin settles at 52% search and 37% learn, and submits fewer information at greater precision. The reward by no means prescribed both coverage.

Deployment

Key Takeaways

  • Antares-1B hits 0.209 File F1 on VLoc Bench, above GLM-5.2 at 753B parameters and Gemini 3 Professional.
  • The Granite 4.0 base checkpoints rating ~0.000 below the identical protocol, so post-training provides basically all the aptitude.
  • GRPO provides 11-25% File F1 and cuts run-to-run variance 42-65%, which issues extra for repeatable CI scans.
  • A full 500-task sweep prices below $1 on one H100, towards $12.50 for GLM-5.2 and $141 for GPT-5.5.
  • The strongest variant, Antares-3B, is just not launched, and Antares has no printed Section B false-alarm numbers.

Take a look at the Models on Hugging Face, Benchmark, GitHub Repo and Talked about Technical Report.


Michal Sutter is an information science skilled with a Grasp of Science in Knowledge Science from the College of Padova. With a strong basis in statistical evaluation, machine studying, and information engineering, Michal excels at remodeling complicated datasets into actionable insights.

AI ar cisco code fashion vulnerabilities
Share. Facebook Twitter LinkedIn Email
Avatar
Gavin Wallace

Related Posts

Liquid AI Releases LFM2.5-VL-3B-DSpark: Speculative Decoding for Imaginative and prescient-Language Fashions With As much as 3.13x Sooner Decoding

26/09/2026

Perplexity Trains Its Pc Agent on Actual Errors With Trace-Guided Self-Distillation

25/09/2026

Aikido Safety Releases Altar-1: An Open-Weight Safety Mannequin Pruned From GLM-5.3 to 328 GB

25/09/2026

Black Forest Labs Releases FLUX 3 Motion: A 7B Open-Weights World Motion Mannequin That Tops RoboLab-120

25/09/2026
Top News

CBP Signs Clearview AI Deal to Use Face Recognition for ‘Tactical Targeting’

SpaceX will spend $2.8 billion on gas turbines to power its AI Data Centers

DoorDash’s Tasks App is the Future of AI-based gig Work?

Obtained an Android Cellphone? Google Thinks You’ll In all probability Desire a Googlebook Laptop computer

The delivery of my ebike was missing. The delivery of my Ebike was missing.

Load More
AI-Trends.Today

Your daily source of AI news and trends. Stay up to date with everything AI and automation!

X (Twitter) Instagram
Top Insights

ByteDance releases Protenix-v1 – a new open-source model that achieves AF3 performance in biomolecular structure prediction

08/02/2026

Learn how to create interactive geospatial dashboards using Folium, including heatmaps, choropleths (time animation), marker clustering and advanced interactive plugins.

28/02/2026
Latest News

Liquid AI Releases LFM2.5-VL-3B-DSpark: Speculative Decoding for Imaginative and prescient-Language Fashions With As much as 3.13x Sooner Decoding

26/09/2026

Thieves Stole ‘Nvidia’ Trailers. They Bought 20 Tons of Sand

25/09/2026
X (Twitter) Instagram
  • Privacy Policy
  • Contact Us
  • Terms and Conditions
© 2026 AI-Trends.Today

Type above and press Enter to search. Press Esc to cancel.