Global AI, Malaysia Angle / AI news for Malaysia
Google says AI agents now scan every code change before it ships
Google has put AI agents inside the moment a developer submits code, and says the result is hundreds of vulnerabilities blocked every month. Its own open-source manual says those agents can still hallucinate.

In brief
- Google said on 19 September 2026 Malaysian time that AI agents now scan every code change it deploys, stopping hundreds of vulnerabilities a month before production.[1]
- A triage agent must prove an attacker can reach each flaw. Google claims over 92% precision in under a minute, and false positives down to 3% in some cases.[1]
- The harness, Mantis, is now open source. Its documentation warns that the models hallucinate findings and write incorrect patches, and that an expert must verify everything.[1][2]
The security check moved to the moment of submission
Google has published an account of how it defends its own software, and the short version is that machines now check the machines. Two of its infrastructure engineering leaders wrote that AI agents scan every code change the company deploys, the moment a developer submits it.[1]
The scale claimed is large. Google says the agents run across hundreds of millions of lines of deployed code and stop hundreds of vulnerabilities a month from reaching production. The reason given is that AI now writes more code, faster, than the old checks can handle.[1]

What Google actually published
The post is signed by Andres Lagar-Cavilla, a distinguished engineer at Google, and Parthasarathy Ranganathan, a vice president and engineering fellow. It describes AI-native agentic methods that embed vulnerability scanning and patching directly into the company's software development lifecycle, instead of bolting security on at the end.[1]
Google frames the problem plainly. Code generation is scaling, and so are the challenges of securing it, including what the company calls emerging AI-based vulnerability exploitations. This describes an internal practice, not a product launch. No price, date or customer is attached.[1]

The scan happens before the code lands
Traditionally the industry runs large one-off security scans that are slow and short on context, so flaws surface too late. Google says it moved to pre-submit scanning instead, evaluating each check-in across every layer of the stack as it happens, inside the tools developers already use.[1]
The technical argument underneath is worth understanding. Scanning one small change needs far less context than scanning a whole repository. Less context, in Google's account, makes the scan more effective rather than less. A post-submit scan still runs overnight as a second layer.[1]

A second agent has to prove the flaw is reachable
The accuracy claims rest on a two-step design. A lightweight scan produces candidates, then a triage agent checks the structure of the code, using syntax tree parsing, call-graph traversal and pre-indexed safety rules, to prove an attacker can reach the path. Google puts it above 92% precision.[1]
Accuracy also comes from context. Google says it evolved Mantis, its multi-agent review harness, to work against localised threat models built from live codebase metadata rather than static documents. It reports false positives falling to 3% in some cases, a qualified figure rather than a fleet-wide average.[1]
The open-source harness carries a blunt warning
Finding a flaw is only half of it. Google says an automated bug-fix agent takes the scan result and the generated proof, writes a fix matching internal coding standards, and submits it for human review inside the same change request. The human stays in the loop by design.[1]
Mantis is now open source, and its documentation is franker than the blog post. It warns that AI models are non-deterministic and can hallucinate findings or generate incorrect patches, that a security expert must verify every finding, and that the suite should run only in isolated environments with no access to production systems.[2]
Why Malaysia should care
Malaysian banks, agencies and software houses already let assistants write code. Google has now described a defence that runs at the same speed as the writing, and released the harness free. What Malaysia lacks is anyone to check such tools. The AI Trust Function is still a recommendation, not an office.
Malaysian banks, insurers and regulated firms
A documented pattern now exists for reviewing machine-written code at submission time, but Google's numbers describe Google's own estate.[1]
Practical move: Ask your vendors and internal teams where AI-generated code is reviewed, and who is accountable for the merge.
Government and public sector buyers
The national plan proposes an AI Trust Function to evaluate systems, run incident forensics and keep a public AI incident registry. It is not yet a service you can call.[3][1]
Practical move: Write your own acceptance test for agentic security tooling rather than waiting for a national certification.
Malaysian software houses and MSMEs
Mantis costs nothing to download, but needs models, isolated infrastructure and a reviewer who can judge its output. The plan names talent and cost as the binding constraints.[2][3]
Practical move: Price the reviewer, not the tool, before committing to an agentic scanning pipeline.
What Malaysians can do now
- Decide whether AI-generated code in your team is reviewed before merge or after, and write the answer down.
- Never give an autonomous scanning or patching agent access to production systems or sensitive data.
- Treat any vendor precision figure as a claim until they publish the test set and the baseline.
What we still do not know
The numbers are real claims, but nobody outside Google has checked them
- No baseline, severity breakdown or external audit sits behind the hundreds-per-month and 3% figures.
- The post names no model, compute cost or overhead, so the price of running this pattern elsewhere is unknown.
- Nothing in the post or the repository names Malaysia, a local deployment or a partner.
Sources
- 1.Changing the game: Using agentic AI to secure infrastructure code Google Cloud, 19 September 2026
- 2.google/mantis: A modular, stack-agnostic toolkit for AI coding agents to autonomously find, reproduce, and patch vulnerabilities Google
- 3.AI Nation 2030: National AI Action Plan 2026-2030 Ministry of Digital Malaysia and AI Malaysia Berhad (National AI Office), 18 August 2026
- 4.File:Programming code.jpg Wikimedia Commons, 21 July 2016
- 5.File:Google Data Center, The Dalles.jpg Wikimedia Commons, 11 September 2011
- 6.File:Putrajaya 4064269765 f945b6a267.jpg Wikimedia Commons, 1 November 2009
- 7.File:Kuala Lumpur, Malaysia, View of KLCC.jpg Wikimedia Commons, 25 March 2008


