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

推荐订阅源

U
Unit 42
Vercel News
Vercel News
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
MyScale Blog
MyScale Blog
P
Proofpoint News Feed
量子位
Engineering at Meta
Engineering at Meta
B
Blog RSS Feed
博客园 - 【当耐特】
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
人人都是产品经理
人人都是产品经理
IT之家
IT之家
T
The Blog of Author Tim Ferriss
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Jina AI
Jina AI
博客园 - 三生石上(FineUI控件)

Latest from TechRadar in Pro

VodafoneThree gets Ofcom approval to bring satellite connectivity to your smartphone Is this the tipping point for AI at work? New Gallup survey finds half of all US employees now use it in some way 'Every Apple user needs to know about this nasty scam': Fake warnings tell users their iCloud data will be… 'Makes it even more disappointing': Microsoft backs fossil fuel big time with $7 billion deal in race for AI… 'Maybe it’s not science fiction': Solar panels are causing rainwater to fall in one of the driest places… Maine becomes first US state to pass data centre construction ban Dozens of WordPress plugins hijacked to target thousands of sites Drone-killing laser weapons greenlit for use in US airspace – FAA and Defense Department say high-energy weapons are ‘ready to protect all air travelers from illicit drone use’ despite airspace restrictions and friendly-fire incidents 'We are currently being extorted' — crypto giant Kraken says it is facing extortion attack, here's… I tried 7 free MTD software – now I've ranked my top picks as a freelancer Jackery McGraw Hill becomes latest to see its Salesforce data hacked Looking for a new PC? Now might be great time to upgrade, as Gartner figures claim shipments are rising — while… The new engineering playbook: how AI design copilots are reshaping product development Farewell Surface Hub — Microsoft kills off its super-sized touchscreen displays, but you might still be able to get one if you act fast 'We have no interest in patient data in the UK': Palantir UK head defends record as criticisms rise Amazon’s new AI Bio Discovery tool can provide ‘every researcher’ with ‘lab-in-the-loop drug discovery’ – 40+ AI biology models can filter 300,000 novel antibody candidates down to the top results for testing in just weeks Over 100 Chrome Web Store extensions found stealing user data from thousands of accounts Europe wants tech sovereignty but is this realistic? Enterprise AI governance cannot live in a prompt. So where is the safety net? Why 2026 is the year of flexibility without friction: solving the multi-platform crisis OpenAI reveals its Mythos rival designed for cybersecurity pros When cyberattacks are inevitable, recovery becomes the strategy Closing the cloud complexity gap LaLiga uses AI to fight illegal streaming that costs its clubs $800m a year Intel and Google expand long-term chip partnership to power AI systems 'Chatbots respond not just to what you ask, but how you ask it': Report finds AI agents might be sucking up to… 'Smartphones have physical limitations': Report explains why AI is kickstarting a billion-dollar hardware arms… 'I’m pretty sure actually we really do not need to work for five days' Zoom CEO calls for end of traditional work schedules — says 3-day working week should become the norm 'It's more common than you think': Experts reveal how hackers are trying to hijack your inbox with these…
AI code security risk: The need for a smarter layer betwe...
Harshit Agarwal · 2026-05-22 · via Latest from TechRadar in Pro

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.