AI & ML

Cisco's Antares AI Models Streamline Vulnerability Discovery in Codebases

Cisco's Antares AI models aid security teams by pinpointing potentially vulnerable code sections, enhancing efficiency without replacing human analysts.

Jul 22, 2026 3 min read
Sign in to save

Cisco has launched a new family of AI models named Antares, designed to assist security professionals in identifying potentially vulnerable sections within a software repository before a thorough investigation is undertaken. Unlike traditional models that focus on detecting specific Common Vulnerabilities and Exposures (CVEs) or generating patches, Antares employs a Common Weakness Enumeration (CWE) description to analyze codebases and present a curated list of files that likely harbor relevant weaknesses. This shift in focus is indicative of a broader trend in the industry toward more intelligent, context-aware tools that prioritize efficiency in security workflows.

“The intent is to narrow down expansive codebases to a manageable set of files that security personnel or automated workflows should examine,” explained Supriti Vijay, an AI researcher at Cisco. She emphasized that the models aim to alleviate the burden of extensive code reviews, enabling analysts to concentrate their efforts on the most pertinent areas while preserving their expertise and judgment. This recognition of the human element in security work is essential; tools that can complement rather than replace human skills will see greater adoption and success.

Antares: A Search Assistant Rather Than a Detector

It’s essential to clarify Antares's role within the security ecosystem. As Amin Karbasi, Cisco Foundation AI Chief Scientist, remarked in a company blog, Antares generates a ranked list of source files likely associated with a specified vulnerability, accompanied by an exploration trace leading to those findings. However, it's important to stress that it doesn't replace the broader spectrum of application security tools or the indispensability of human analysts to ascertain the exploitability and severity of the identified issues. This nuance is critical as it addresses a common misconception that AI tools can fully automate security tasks.

In contrast to traditional static analysis tools, such as Semgrep or CodeQL, which typically depend on fixed rules, Antares is characterized as an evidence-driven exploration agent. It adapts its searches dynamically as it navigates through the repository, making it more applicable for extensive codebases with numerous files, where manual examination becomes impractical. This adaptability can significantly enhance an analyst’s workflow. Instead of sifting through countless lines of code, professionals can focus on the files flagged by Antares, optimizing their time and efforts.

Specialization Over Scale

Cisco posits that the development of cybersecurity models should pivot towards specialization rather than simply increasing model size. The idea is that task-specific models like Antares can yield superior results for vulnerability localization than larger foundational models. Tests reportedly showed that Antares-3B, the largest model capable of running on a single GPU, achieved performance metrics comparable to GPT-5.5, outpacing several much larger models developed by major players like Google, OpenAI, and Meta. This challenges a prevailing belief in tech circles that bigger is always better.

The Antares suite includes a smaller model, Antares-350M, for environments with limited resources and Antares-1B, intended for personal computing devices. Both options have been made available as open-weight models on Hugging Face, facilitating broad accessibility. Making such models open and accessible could democratize cybersecurity tools, empowering a wider range of organizations, regardless of their budgetary constraints, to enhance their security practices.

Moreover, the command line interface (CLI) of these models allows users to execute targeted CWE investigations, conduct repository-wide scans, generate SARIF outputs, and perform local inference, all while keeping proprietary code secure within their organizational boundaries. This flexibility can be a deciding factor for firms wary of exposing sensitive information to external tools. It's an aspect that many organizations will likely prioritize as part of their security assessments.

Despite its capabilities, Antares identifies candidate files rather than confirmed vulnerabilities, prompting organizations to consider how frequently they should undertake these repository-wide searches and whether this novel approach will lead to tangible benefits in security and cost-efficiency during their triage processes. While Antares could theoretically reduce the manual labor involved in identifying vulnerabilities, organizations must weigh these potential efficiencies against the human resources needed to follow up on flagged files. If you're working in this space, the effectiveness of its application hinges on finding a strategic balance between automation and human oversight.

Future Implications of Antares in Cybersecurity

This isn't just another AI tool; it's part of a pivotal shift in how organizations approach security tasks. The implications of Antares extend beyond the immediate features it offers. By emphasizing specialization over scale, Cisco is hinting at a future where AI applications in cybersecurity can be both efficient and precise. That said, organizations must adapt their existing processes to maximize the benefits of such systems. Will they adopt something flexible and powerful like Antares, or will they be hesitant, caught in traditional practices that might not leverage its full potential? The success of Antares could very well influence how cybersecurity evolves in the coming years, pushing towards more adaptive and responsive strategies. It’s not just an enhancement; it could redefine best practices in vulnerability management.

This content originally appeared on InfoWorld.

Source: Robert Williams · www.csoonline.com

Comments

Sign in to join the discussion.