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

推荐订阅源

V
Visual Studio Blog
量子位
大猫的无限游戏
大猫的无限游戏
Hugging Face - Blog
Hugging Face - Blog
S
SegmentFault 最新的问题
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
Google DeepMind News
Google DeepMind News
小众软件
小众软件
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
MongoDB | Blog
MongoDB | Blog
B
Blog RSS Feed
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog
博客园 - 聂微东
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog
雷峰网
雷峰网
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell

Latest from TechRadar in Security

Robots are fighting wars and helping to quash riots — China is arming riot police with squads of AI controlled drones and Ukraine wants to man the frontlines with 25,000 robots US security agency still using Mythos despite ban – government using new security tool despite Pentagon's… Struggling to launch Teams? Microsoft recalls update causing failed startup and infinite loading loops –… How to meaningfully measure the effectiveness of cyber resilience 'We've identified a security incident': Vercel breach confirmed after hackers claim stolen data for sale… How EU organizations can turn sovereign cloud theory into action 'Update immediately': 60,000 WordPress websites at risk after experts discover flaw that allows hackers to… 'They mopped the floor with me and pulled every childish game they could': Disgruntled researcher releases second major Windows zero-day — claims Microsoft 'would ruin my life, and they did' 'As threats evolve, Gemini keeps our defenses one step ahead': Google claims its AI helped it block over 8.3… Cisco tells Webex users to patch critical security flaws immediately, as experts find its Wi-Fi boxes may be filling their disks with undeletable data every day Microsoft experts warn North Korean attackers target macOS users with 'a highly reliable infection chain' to steal passwords, financial data and more — here's how to stay safe Solving the shadow IT crisis in travel Agentic swarms will change how everyone uses AI – but how can organizations deploy them securely? Europol launches Operation PowerOFF — warns 75,000 DDoS users and takes down 53 domains China completes testing on ‘deep-sea electro-hydrostatic actuator’ capable of slicing undersea cables as deep as 3.5 kilometers – new compact subsea vessel testing bridges the ‘last mile’ and could deploy in 2026 Many are still leaving the door open': Security experts warn FIFA World Cup partners could be putting customers at… 'Anyone with $10 could have walked straight through': Report warns this legit-looking software is actually… An ancient Microsoft Excel security flaw could let hackers hijack your entire system, so patch now 'This is not a traditional coding error': Experts flag potentially critical security issues at the heart of Anthropic's MCP, exposes 150 million downloads and thousands of servers to complete takeover Your OpenClaw agents can empty your inbox and leak your data. Here's how to secure them Russia hits European thermal power plant in attempted ‘destructive’ cyberattack – Pro-Kremlin hackers are engaging in ‘riskier and more reckless behavior’ in latest attempt to cripple Western critical infrastructure The war in Iran is reaching cyberspace - here’s how to prepare Millions of hotel goers may have been exposed after hackers steal data and leak it on Telegram 'Every Apple user needs to know about this nasty scam': Fake warnings tell users their iCloud data will be… Dozens of WordPress plugins hijacked to target thousands of sites 'We are currently being extorted' — crypto giant Kraken says it is facing extortion attack, here's… McGraw Hill becomes latest to see its Salesforce data hacked Over 100 Chrome Web Store extensions found stealing user data from thousands of accounts OpenAI reveals its Mythos rival designed for cybersecurity pros When cyberattacks are inevitable, recovery becomes the strategy
AI code security risk: The need for a smarter layer betwe...
Harshit Agarwal · 2026-05-22 · via Latest from TechRadar in Security

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.