惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
I
InfoQ
L
LangChain Blog
阮一峰的网络日志
阮一峰的网络日志
Y
Y Combinator Blog
博客园_首页
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
A
About on SuperTechFans
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
T
The Blog of Author Tim Ferriss
C
Check Point Blog
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Engineering at Meta
Engineering at Meta
B
Blog
爱范儿
爱范儿
Stack Overflow Blog
Stack Overflow Blog
aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学
F
Fortinet All Blogs
月光博客
月光博客
GbyAI
GbyAI

The New Stack | DevOps, Open Source, and Cloud Native News

Agentic development hinges on verification. For cloud-native software, that is a runtime problem. AI agents need infrastructure: Why Europe’s regional cloud strategy matters Transform your AI coding agent into a deterministic Java Spring expert WeAreDevelopers is coming to the US to give unsung developers a bigger voice Cleaner AI training data, fewer bugs: Sonar’s SonarSweep explained Observability overload is drowning engineers Google’s DiffusionGemma is 4x faster than its other Gemma models Fable 5: Guardrails and burn rate are annoying users, who say it’s still better than Opus 4.8 The Anthropic leader who built Claude Code says he ditched prompting — now he just writes loops. AWS can now mathematically prove your VMs are isolated Microsoft pulled 73 GitHub repos after malware attack — but still won’t say who’s compromised Databricks wants to kill the “email me a file” problem for AI agent skills Ramp bets forward deployed engineers can do what off-the-shelf finance AI can’t Git real: AI agents aren’t just for solo developers anymore Anthropic launches Claude Mythos/Fable 5, but you better try it soon This AI agent startup ditched Anthropic for DeepSeek — and says it’s saving millions When your data model is the bottleneck: lessons from Medium’s feature store How long before we stop reading the code? The tokenmaxxing party is over, and Revenium is mopping up How AI is solving the memory crunch it created Microsoft’s pitch to enterprises: Ditch Azure Repos for GitHub, despite its rocky reliability record Claude Code’s biggest upgrade yet ran 5 agents at once — here’s what happened Why Anthropic just doubled Claude Cowork limits at no charge For years, Apache Cassandra handed this work to your team — 6.0 takes it back “A dangerous combination”: The 2 factors that can “corrupt” AI agent workflows With Foundry, Microsoft bets the enterprise AI battle is about reliability, not capability Microsoft unlocks Visual Studio for developers left behind by its own AI AI teams now deploy 1,000 times a month. Your pipeline wasn’t built for that. Microsoft just made the agent runtime free — and kept everything around it “Whoever builds the most joyous product wins”: The agent war begins
Checkmarx's new SAST engine isn't about the LLM. It's abo...
Darryl K. Taft · 2026-06-20 · via The New Stack | DevOps, Open Source, and Cloud Native News

The major static application security testing (SAST) vendors are now wrapping a large language model around their legacy scanning engines and calling it next-generation.

The question to ask is whether any of them is actually different, or whether the industry has simply rebranded the same noise problem with an AI label.

Checkmarx made a strong move this week, unveiling a new SAST engine that combines a deterministic rules-based scanner, an LLM trained on security data, and a third engine purpose-built to classify findings as true or false positives before they reach a development team.

The company claims an F1 score of 0.499 against a category average of 0.20, and says the engine found 327 true positives missed by a leading frontier model in head-to-head testing across four production codebases — though it declined to name which frontier model it tested against. An F1 score is a performance metric used to evaluate automated detection models.

“Three engines run together to deliver unified protection: our deterministic rules foundation enterprises have relied on for two decades, AI-powered coverage for every language developers and AI coding assistants write today, and the Findings Analysis Engine (FAE) that classifies true and false positives before a single result reaches your team,” Jonathan Rende, Chief Product Officer at Checkmarx, says in a statement.

Orchestration as the actual product

The architecture seems less novel than the company suggests. Checkmarx’s LLM is not purpose-built; it starts from foundational models fine-tuned with proprietary security data. What Checkmarx is pushing is the orchestration layer. That is, the idea that the three engines run together automatically, without customers having to assemble their own multi-engine workflows.

“Neither of these solutions is good enough on its own,” Frank Emery, Director of Product Management at Checkmarx, tells The New Stack, referring to the split between traditional query-based scanners and purely LLM-based tools. “Our approach leverages both deterministic and non-deterministic LLM-based engines, so end users have a high degree of configurability and determinism, but they’re also able to support languages very rapidly and cover more of their codebases.”

A category converging on the same answer

Legacy query-based tools are deterministic and auditable but slow to support new languages and prone to generating false positives that pull engineers off productive work. Purely LLM-based scanners handle any language immediately but produce non-deterministic results, making compliance and governance difficult. It seems like every incumbent is now pushing some version of both.

What distinguishes approaches is where the integration happens and who manages it. Checkmarx’s argument is that hiding the complexity behind a single scan trigger is the actual product. Users get determinism where they need it, language coverage where legacy tools fall short, and a noise filter, which is their FAE, which suppresses false positives before they surface, Emery notes.

The noise problem gets worse

The noise argument is the strongest. AI coding tools have driven code volume sharply higher, with Emery estimating that customers are committing one to one-and-a-half times as much code as they did a few years ago. False-positive triage, which is already a drag on AppSec teams, scales poorly at that volume.

“If you run a scan and get 10 findings, a handful could be false positives, but to find that out, you have to manually assess each one, and that pulls developers or security professionals out of their flow,” Emery says. “As development pace increases and backlogs grow, that kind of noise is becoming much worse for teams to handle.”

In a statement, Checkmarx CEO Sandeep Johri put this sentiment more bluntly: “Our research found that 75% of code shipped today is vulnerable, because the speed at which AI creates code has far outpaced the speed needed to keep it safe.”

Attackability as the new prioritization metric

Underneath the new engine is a prioritization concept Checkmarx calls “Attackability,” an exploitability score that traces the attack path from the source, evaluating sanitizers, vector accessibility, and business relevance. The idea is to shift AppSec reporting away from raw vulnerability counts toward what really needs fixing, giving security teams a defensible metric for board-level conversations, Emery says.

Whether Checkmarx’s orchestration-first argument holds up against competitors making similar claims will depend on what enterprise buyers find when they run it against their own codebases.

Checkmarx SAST and the Finding Analysis Engine are available now on the Checkmarx One platform. Existing subscribers are upgraded automatically.

YOUTUBE.COM/THENEWSTACK

Tech moves fast, don't miss an episode. Subscribe to our YouTube channel to stream all our podcasts, interviews, demos, and more.

Created with Sketch.