Google has released Mantis, an open-source framework developed to automate the process of finding and fixing software vulnerabilities. This tool is part of Google's internal strategy to address security flaws at machine speed, providing a more scalable and context-aware approach to repository analysis.
Traditional AI code scanning often struggles with false positives and low true-positive rates. Mantis addresses these issues by integrating industry-standard agentic techniques, such as critic and review agents, with sandboxed vulnerability reproduction for grounding. This combination is intended to enhance the accuracy of vulnerability detection.
Mantis analyzes repository history to learn from past security fixes and automatically generates architectural and threat model documentation. It constructs a hierarchical security summary tree, condensing file information into directory and root-level summaries. This method reduces token overhead by over 85% while maintaining critical structural context across large codebases.
The framework is available on GitHub, and users can clone the repository to begin. Google suggests using a prompt with a coding agent to initiate code reviews with Mantis. The tool also includes sample sandboxing options, allowing users to implement custom sandbox environments to fit their workflows.
Mantis is designed to simplify vulnerability discovery, true positive filtering, and patching. It also offers a 'mantis-advise' skill, which uses accumulated knowledge to help coding agents write secure code from the outset. Google recommends feeding tools with relevant data to maximize the benefits of AI-driven vulnerability discovery.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Google has open-sourced Mantis, a framework designed to automate the discovery, triage, reproduction, and patching of software vulnerabilities using AI. Mantis aims to improve the effectiveness and scalability of vulnerability analysis by combining agentic techniques with sandboxed reproduction, offering a tool for developers to integrate AI into their security practices.