Cisco has unveiled Antares, a new family of security-focused small language models (SLMs) designed to tackle one of the most resource-intensive challenges in cybersecurity: locating where known vulnerabilities exist within a codebase.
The company is releasing two models, Antares-350M and Antares-1B, as open-weight models that are freely available to the broader community via Hugging Face. A third model, Antares-3B, is already in the pipeline.
Antares is released as part of a broader Cisco push to establish practical, trustworthy AI for security practitioners, with the decision to make it open weightΒ Β that others can adapt and build upon, with the aim of cultivating shared standards for enterprise AI security tooling.
Inside Antares: How the Models Work
At its core, Antares is built to close a gap that existing tools have long struggled with. Traditional static analysis tools are rules-heavy and generate noisy outputs that require extensive manual triage. General-purpose coding models can reason about code but are not optimized for the structured, investigative work of security vulnerability analysis.
Antares operates differently. Inspired by prior Cisco Foundation AI research demonstrating that compact models can learn to search, reflect, and backtrack without relying on scale, each model follows an iterative search pattern modeled on how a human security analyst navigates an unfamiliar repository. Starting from a vulnerability description, the model searches for relevant code patterns, reads candidate files, incorporates new findings, changes direction when a path proves unproductive, and progressively narrows its search toward the files most likely to be relevant.
The output is a ranked list of source files likely to contain a given vulnerability, accompanied by the terminal exploration trace that informed the result. This gives security teams a reviewable, repeatable starting point for triage rather than a black-box answer. Practical use cases include locating files linked to a specific CWE category, triaging advisory-driven investigations, augmenting static analysis with model-driven repository exploration, and flagging potentially vulnerable files early in CI/CD pipelines.
Why SLMs, and What This Means for Enterprises
The decision to build small, specialized models rather than rely on large general-purpose ones is deliberate, and it speaks directly to the practical constraints security teams face every day.
Vulnerability triage is expensive. It demands expertise, time, infrastructure, and, critically, access to sensitive source code. For many organizations, routing that code through a cloud-based LLM creates significant data privacy and compliance risks. Antares is compact enough to run locally or on premises, keeping sensitive codebases entirely within an organizationβs own environment.
That capability matters especially for resource-constrained teams. Universities, public sector institutions, research organizations, and smaller security functions have historically lacked the budget to run token-intensive AI models on critical tasks. Antares is built to make AI-assisted vulnerability triage accessible to those organizations as well.
Equally, being open-weight also means there are no per-token costs to a third-party provider, and because the models are compact, the computing power required to run them is significantly lower than larger alternatives, making them substantially cheaper to operate at scale. This is important because enterprises will need to run tests more frequently to identify vulnerabilities as attackers wield AI to find weaknesses at greater speed and scale. As a result, the cost of the AI system will become just as important a consideration as capability.
However, it is not just the ability to run locally that makes SLMs an interesting choice for cybersecurity. Benchmark testing shows both Cisco models outperformed several larger closed- and open-weight models on the task of vulnerable code localization.
Yeshwanth Krishna, Freelance Software Developer,Β explained this is why the industry is seeing a shift toward smaller, more specialized models:
βWeβre moving from a βone-model-fits-allβ illusion to a pragmatic βright-model-for-the-jobβ reality. Itβs about precision engineering over overwhelming scale.β
That philosophy is central to what Cisco is building with Antares, and the open-weight release reflects the same logic by lowering the barrier for security teams to evaluate, adapt, and deploy the models within their own environments.
What Comes Next
Antares sits within a broader set of Cisco contributions to the AI security ecosystem, including Foundry Security Spec and CodeGuard. Together, these efforts reflect a consistent principle: AI in security must move beyond impressive demonstrations toward tools that practitioners can evaluate, govern, and iterate on.
Antares addresses the expensive localization step, narrowing vulnerability intelligence to the precise source files human reviewers need to inspect.
With Antares-3B still to come, Cisco is positioning this as an ongoing effort rather than a single release. The longer-term goal is to create a foundation where security practitioners of all sizes, regardless of infrastructure or resource constraints, can meaningfully integrate AI into day-to-day security operations.