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

推荐订阅源

B
Blog
Microsoft Security Blog
Microsoft Security Blog
Jina AI
Jina AI
博客园 - 叶小钗
J
Java Code Geeks
博客园 - 聂微东
博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
美团技术团队
WordPress大学
WordPress大学
M
MIT News - Artificial intelligence
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
GbyAI
GbyAI
罗磊的独立博客
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
T
Tailwind CSS Blog
The Cloudflare Blog
Stack Overflow Blog
Stack Overflow Blog
N
Netflix TechBlog - Medium
小众软件
小众软件

Latest from TechRadar

Quordle hints and answers for Monday, April 13 (game #1540) NYT Strands hints and answers for Monday, April 13 (game #771) NYT Connections hints and answers for Monday, April 13 (game #1037) Morbid Metal developer explains why he ditched an origami art direction in favor of gritty sci-fi — 'It worked, but it didn't really feel like me' '71% of US households get routers from ISPs': Why new FCC rules could leave millions stuck with outdated,… 'The CPU is the system’s executive layer': Intel joins SambaNova as both face existential threat from… ‘More bang for your buck’: 7 easy ways to boost your MacBook Neo’s performance for free DJI Romo P vs Roborock Saros 10R — which robot vacuum comes out on top when it comes to dodging obstacles? I put… I spent 6 hours with Genshin Impact on the Galaxy S26 Ultra, and I can't believe how far mobile gaming has come What is the release date for The Testaments episode 4 on Hulu and Disney+? I reviewed the LG G6 for 3 weeks, and it's a fantastic OLED TV that's the new best option for brighter rooms Is your bird feeder camera doing more harm than good? 3 tips for using it safely as RSPB issues urgent disease warning Chelsea vs Man City Live Streams: How to watch Premier League 2025/26 from anywhere in the world, team news How to watch Alcaraz vs Sinner for FREE: TV Channels for Monte-Carlo Masters Final Sunderland vs Tottenham Live Streams: How to watch Premier League 2025/26 from anywhere in the world, team news Are these the best-designed workout headphones ever? I used them for a month to find out How to watch Snooker 900 John Virgo online (it's free) – stream O'Sullivan vs Higgins anywhere I've only just discovered the Walk With Frodo app on Garmin's Connect IQ store — and as as a huge LOTR nerd, it's going to make the next 1,800 miles fly by 'Just not sustainable': Why your monthly £25 broadband internet bill could soon hit £45 How to watch Paris-Roubaix 2026: Free Streams & TV Info as Tadej Pogacar chases third Monument How to watch Euphoria season 3 online – stream Zendaya & Sydney Sweeney drama from anywhere today '$15K bill destroyed a solo developer’s startup': How hackers are using leaked Google API keys to… There's a sneaky way to watch UFC 327 really cheap... NYT Connections hints and answers for Sunday, April 12 (game #1036) NYT Strands hints and answers for Sunday, April 12 (game #770) Quordle hints and answers for Sunday, April 12 (game #1539) Amazon's Ring cameras are the perfect solution to secure your home on a budget — shop today's best deals… I've tested every iPhone since the iPhone 12, and Ceramic Shield 2 is the first iPhone glass I fully trust UFC 327 live stream: how to watch Procházka vs Ulberg, start time, preview, full card We're officially getting the DJI Pocket 4 on April 16, but here's how Insta360 could beat it
AI code security risk: The need for a smarter layer betwe...
Harshit Agarwal · 2026-05-22 · via Latest from TechRadar

AI has dramatically increased the speed and volume of software development. In a recent Google survey, 90% of developers reported using AI tools to assist them in their work, with 71% using it to write code.

One company told the New York Times that after adopting Cursor, an AI-native code-writing product, they went from producing 25,000 lines of code a month to 250,000, creating an enormous backlog of lines that needed to be reviewed by their team.

CEO and co-founder of Appknox.

While these tools have accelerated software delivery, they’ve introduced more risk. One study finds that 45% of AI-generated code contains security vulnerabilities, and AI-generated pull requests contain 1.7x more issues on average than those written by humans.

Detection isn’t the challenge. Modern security tooling can identify the problems, generating more findings and vulnerabilities than ever before. The problem for most security and engineering teams is what happens next.

With the sheer volume of AI-generated code flowing in, security teams can’t keep pace. They’re struggling to discern which issues pose a genuine risk. Because static severity levels treat every flagged issue equally, triaging gets complicated.

Siloed and disconnected security tools slow remediation, forcing development teams to context-switch just to assess an issue. And the more vulnerability reports to sift through, the higher the likelihood that real risks will slip through the cracks.

What’s needed is a smarter layer between detection and development—one that validates findings, identifies what’s truly exploitable and delivers fixes developers can act on within their flow of work.

Sign up to the TechRadar Pro newsletter to get all the top news, opinion, features and guidance your business needs to succeed!

Detection is happening. But what comes next?

With static analysis, dynamic testing and automated scanning, modern security tools are proficient at flagging vulnerabilities. The more complex problem is what follows: How do security teams determine which vulnerabilities pose a risk, and how do they get fixes to developers before those issues reach production?

Most teams default to severity scores to manage the backlog, but those scores were designed for a different era of software development. They rank vulnerabilities against a standardized rubric instead of the specific architecture, data flows or exposure profile of a given application.

A vulnerability rated "critical" in one context may be completely unreachable in another. When every alert demands urgent attention, nothing does. Engineers stop acting on scores and start acting on instinct, which is where real risks get missed.

AI-powered development merely compounds the challenge. More findings, more noise and far greater difficulty separating what matters from what doesn't. And as development accelerates, the window to catch and fix those issues before they reach production keeps shrinking.

The smarter layer: Triaging, working in context and taking action

Cutting through that noise requires tooling that provides a smarter layer between detection and development, helping teams validate issues, triage them and take action before a problem escalates.

This starts with a few key shifts:

If teams are going to accurately detect and fix vulnerabilities, they need to shift from static to runtime analysis. Here’s why:

Static code analysis evaluates code as it’s written, which means it’s not analyzing code as it behaves at runtime. Runtime-grounded analysis, on the other hand, can improve detection accuracy and establish a clear link between what’s vulnerable and the fix. In effect, prioritizing decisions becomes easier, and teams can begin remediation faster.

The speed of remediation depends on how quickly it can reach developers, delivered in plain language and applied in the environments they’re already working in.

Forcing developers to move out of the AI-native environments they’re working in, like Cursor or Claude Code, to check a separate security dashboard creates unnecessary friction and slows them down. At scale, that friction becomes delay, and delay is where vulnerabilities survive.

Developers need security tooling that integrates directly into their workflow and behaves more like engineering tools than an entirely separate system — scanning for detection, validating exploitability and delivering a fix in context.

Where AI fits into a smart security layer

Closing the growing gap between the number of vulnerabilities found by detection tools and how development teams respond to them requires several changes. If security tooling is going to keep pace with AI-assisted development, it needs to be part of the solution.

Integrated into the development workflow, AI can help teams validate problems, triage risks by severity and exploitability and deliver guidance so developers can make fixes in real time. Here’s how.

Integrate security tooling into development workflows. Developers need guidance on how to remediate issues in the moment, within the tools they use every day. By investing in security tools that integrate with AI code environments, teams can reduce workflow friction, eliminate context switching and speed up the steps to get to a fix.

Move away from static severity scoring. Static codes eventually get drowned out. A “critical” scoring won’t catch anyone’s eye, especially if the vulnerability being flagged requires the developer to move to an entirely separate application to assess it (and then back to make the fix).

Instead, teams that make the shift to exploitability-based prioritization ensure their development teams can sift through the noise and address the vulnerabilities that pose real-world risk first.

Validate earlier. It’s much more costly to work backward once code has reached production. By catching issues, validating them and fixing them earlier in the development process, teams get back time and resources and reduce overall risk for their organization.

Organizations shouldn’t have to choose between speed and security when adopting AI-enabled development. They instead need security tools that help them cut through the noise, keep pace with this new speed of production and close the gap between flagged vulnerabilities and what comes next.

We've featured the best laptop for programming.

This article was produced as part of TechRadar Pro Perspectives, our channel to feature the best and brightest minds in the technology industry today.

The views expressed here are those of the author and are not necessarily those of TechRadarPro or Future plc. If you are interested in contributing find out more here: https://www.techradar.com/pro/perspectives-how-to-submit

CEO and co-founder of Appknox.