-
Giant swing on Swiss peak aims to boost summer tourism as Alps warm
-
Modi vows punishment for exam fraud fuelling India protests
-
ASEAN to call for open straits as US-Iran war casts shadow
-
Six candidates in race to lead UN set for televised debate
-
AI catches up with humans to score 100% at top maths contest
-
Comic-Con kicks off with Marvel's return
-
South Korea election office raided in fake turnout figures probe: investigators
-
Dutch riders dreaming of crazy party corner of Alpe d'Huez
-
Killer whales: orcas blow fish to bits 'for fun', study finds
-
Houthis target Red Sea shipping as US hits Iran
-
Deadly wildfires force thousands from homes in parts of Europe
-
Record-equalling Red Sox streak halted at 15 wins
-
Tech bounce lifts Asia stocks, oil extends gains on US-Iran fears
-
Messi-less Miami beat Fire 3-2 to spoil Lewandowski's MLS debut
-
Surrounded by militias, Sudanese fear endless cycle of war
-
Mercedes expect Hungary challenge from Hamilton and Ferrari
-
Commonwealth Games 'where champions are made' despite slimmed down model, argues president
-
In Ghana, one man's race to save critically endangered fish
-
Trump family project in Albania has already caused 'irreparable' damage: NGOs
-
Wilson captain, Slipper absent in Kiss's first Wallabies squad
-
Bollywood blast master keeps it real with fire and fury
-
New Mideast fighting puts eurozone rate-setters on alert
-
Tearful fights, edible offerings: A glimpse into the Maradona trial
-
Venezuelans search for animal companions lost in the quakes
-
What's the deal with peptides? The hyped market under US review
-
Argentine Football Association says US did not detain its president
-
Tesla shares fall as Musk touts ambitious -- and costly -- plans
-
June heatwave cost UK economy more than £1bn: study
-
Tocvan Discovers New High-Grade At-Surface Silver-Gold Zone 900 m East of Pilot Facility at Gran Pilar Project
-
Caledonia Mining Corporation Plc: Blanket Exploration Results
-
InterContinental Hotels Group PLC Announces Transaction in Own Shares - July 23
-
Empire Metals Limited Announces Management Appointments
-
Qoder Launches Qoder Security, Putting Three Layers of Security into the AI Coding Session
-
Houthis claim Red Sea tanker strikes as US hits Iran again
-
Google-parent Alphabet beats expectations, cloud revenue nearly doubles
-
Wildfires ravage parts of southern France, Italy and Spain
-
US announces civilian nuclear deal with Saudi Arabia
-
Alphabet beats expectations in second quarter, cloud revenue nearly doubles
-
Tesla shares dip after profit misses expectations
-
Trump threatens Iran infrastructure, Tehran vows 'eye for eye'
-
Red Sox tie club record with 15th straight MLB win
-
US teen withdraws lawsuit against Meta over social media addiction
-
US eyes offshore nuclear reactors
-
Lebanon PM says Beirut working for 'complete Israeli withdrawal'
-
The Sterling Announces Luxury Cocktail Lounge Concept and Investor Showcase in Orlando
-
EU conditionally clears Paramount bid for Warner Bros.
-
Inter Miami signs Brazil veteran Casemiro but MLS probes deal
-
Philipsen snaps 'horrible' drought with Tour de France stage 17 victory
-
White House accuses China's Moonshot of stealing Anthropic AI
-
US trial of Venezuela's Maduro set for June 2027
Qoder Launches Qoder Security, Putting Three Layers of Security into the AI Coding Session
The built-in capability shifts code security from after-the-fact scanning to proactive, in-session protection, improving vulnerability detection by about 60 percent and cutting false-positive alerts by about 80 percent compared with traditional solutions
SINGAPORE, SG / ACCESS Newswire / July 23, 2026 / Qoder, the agentic coding platform with more than 5 million registered users, today announced Qoder Security, a built-in capability that embeds security review directly into the AI coding session. As code is written, Qoder Security runs three progressive layers of protection and fixes the issues it finds in the same session, before the code is committed.
The launch targets a widening gap between how fast Agent writes code and how slowly that code gets checked. Agent now assists in generating a large share of new code, and a July 2026 academic study that applied multi-tier verification to nearly 9,000 C++ programs found that AI-generated code triggers confirmed runtime violations at roughly twice the rate of human-written code, even after controlling for code length and test pass rates. Most security tooling, however, still runs after the fact, in CI pipelines or pre-release audits, when the developer's context is gone and fixes are slowest and most expensive.
"The speed of agentic coding has quietly become the speed at which vulnerabilities enter the repository," said Ding Yu, Head of Product at Qoder. "We believe security cannot depend on a model's good behavior. It has to be built into the product architecture. Qoder Security gives every developer the equivalent of a dedicated security engineer, one that reviews, verifies and fixes issues while the code is being written, not weeks later in a report."
From Static Scanning to Proactive Security
Traditional code security relies on rules and pattern matching. That approach catches hardcoded secrets and known dangerous calls, but it cannot reason about logic flaws such as authorization bypasses or exploitable data flows. Qoder Security, built on Qoder's proprietary security LLM, takes an approach the company calls proactive security. The system understands code context and taint propagation paths, verifies that a detected issue is actually reachable before reporting it, and then drives the fix itself.
The architecture separates the agent that writes code from the agent that reviews it, avoiding what engineers call reviewing its own work. On the review side, scanning and verification are split between two cooperating agents to improve accuracy. Once a fix lands, the next scan re-verifies it, closing the loop so no security debt is left behind.
Three Layers, Escalating Depth
Running a frontier-scale model over every line of code would be too slow and too expensive. Qoder Security instead assigns a distinct job to each of three layers:
Static Check. Pattern-based screening at generation time. Dangerous function calls and other known high-risk patterns are caught and fixed the moment they appear, with no latency and no model cost.
Lightweight Scan. After a coding task wraps up, the system suggests a semantic review of the incremental changes. This layer reasons about what the code is trying to do, catching risks such as SQL injection, remote command execution and sensitive data exposure, and verifies reachability before reporting.
Deep Scan. Before code is pushed, the system offers a cross-file, cross-function analysis that traces complete data flows from taint source to dangerous sink, surfacing chained vulnerabilities invisible from any single file.
None of the layers interrupts the developer. The first runs silently; the other two appear as suggestions at natural break points in the workflow and run only when the developer says yes. A scan can also be triggered at any time with the /security-scan command or a plain-language request.
Reported Results
According to company data, Qoder Security improves vulnerability detection rates by about 60 percent and reduces false-positive alerts by about 80 percent compared with traditional solutions, shrinking the time from discovery to fix from days to minutes. In internal testing ahead of launch, the system surfaced more than 600 security issues across production-grade open-source projects and AI infrastructure components, many of them widely used and actively maintained. Within Qoder's own engineering organization, security-related comments in code review have dropped by roughly 35 to 45 percent since adoption.

The broader industry is converging on the same conclusion. Leading AI labs have begun building security review into their coding tools, some at the repository level, others inside the coding session. Qoder Security productizes the in-session approach end to end, with three layers of protection, same-session remediation and closed-loop re-verification available out of the box.
Qoder Security is designed to complement existing security programs rather than replace them. CI-stage scanning and human review remain the right tools for compliance and organizational control; Qoder Security shifts detection and remediation left, to the moment the code is born. Findings may still include false positives, and developers always decide whether to accept a fix.
Availability
Qoder Security is available now in Qoder Desktop and in Qoder CLI. It requires no plugins and no configuration files: open Settings > Security in Qoder Desktop, or run /security-settings in the CLI, and switch it on. Static Check is free; Lightweight Scan and Deep Scan consume credits.
About Qoder
Qoder is an agentic coding platform serving more than 5 million registered developers worldwide through Qoder Desktop, Qoder CLI and JetBrains plugin. Launched in 2025, Qoder pairs autonomous coding agents to help developers ship reliable software faster. Learn more at qoder.com.
Media Contact
Organization: Qoder
Contact Person Name: Nathan Steel
Website: https://qoder.com
Email: [email protected]
City: Singapore
Country: Singapore
SOURCE: Qoder
View the original press release on ACCESS Newswire
L.Davis--AMWN