AI Discovery Outpaces Remediation as Security, Fraud and Website Tools Face Scrutiny
TechRadar Pro articles published Sept. 23, 2026, describe how AI is surfacing vulnerabilities faster than security teams can validate and fix them, how FICO is pushing purpose-built generative AI for fraud prevention, and how AI-generated websites need extensive customization.
AI can now test software at a scale manual testing never reached, reading code and searching thousands of assets for familiar vulnerability patterns, the article said. That reach is valuable as attack surfaces expand, but most organizations cannot handle findings at the rate AI produces them. Investment in AI discovery tools alone does not make an organization more secure; it makes it busier, leaving larger backlogs and less attention for flaws that put the business at risk. The article argues that Continuous Threat Exposure Management, or CTEM, offers a continuous process for understanding attack surfaces, proving which weaknesses are exploitable and directing remediation toward the exposures that carry the most business risk. Discovery is one input; the advantage comes from what happens after it.
Validation is the choke point, according to the article. AI has lowered the cost of producing a convincing security report, but some reports duplicate known findings, misread targets or describe theoretical issues with little real risk. A report that takes seconds to generate can consume hours of an experienced analyst's time before it can be dismissed. At enterprise scale, that can bury urgent findings in the same queue as hundreds of plausible submissions that lead nowhere. Program owners need clear evidence standards, and researchers should show likely business impact and demonstrate how a vulnerability reproduces, with automated tooling used to raise evidence quality rather than submission volume. Technical severity is only part of the picture; business context—which services generate revenue, where regulated data lives, which dependencies make downtime expensive and what compensating controls exist—still decides what matters. Combination is the harder problem, because individual findings that look moderate can form a serious attack path when systems interact. The article said diverse human researchers remain essential for finding novel attack paths that automation and advanced cyber-models miss. It also noted that researchers earned more than $47 million on the H1 Platform.
In a separate TechRadar Pro article published the same day, FICO's chief analytics officer argued that financial institutions need purpose-built generative AI for fraud prevention. Fraud remains a top consumer concern, with more than 87.5 million American adults experiencing a scam or financial fraud each year, roughly one in three adults. The article said GPU and other high-performance compute have finally caught up with mathematical ideas that fraud-prevention data scientists could not implement for decades. Instead of analyzing a transaction against a profile, GPUs allow new algorithms to evaluate a customer's extensive transaction history in real time as the transaction happens, producing sharper predictions and fewer false alarms. The article calls for sequence-modeling transformers purpose-built for transaction analytics and financial crime, not generic "do everything" models. These focused foundation models would specialize in areas such as account takeover, scams, mule detection and first-party misuse, allowing a more complete, accurate and transparent picture than any single model working alone. The author said the same methodology could apply to risk decisions, hardship, collections and other applications where understanding customers leads to better engagement, protection and service.
A third TechRadar Pro article published on Sept. 23, 2026, offered a customization guide for AI-generated websites. It said AI builders trained on thousands of existing sites tend to reproduce the same layouts and headline structures, so businesses using the same tools can end up with sites that look more like twins than rivals. AI-generated pages also tend to ship with bloated CSS and redundant scripts that hurt Core Web Vitals scores, the guide said. A scan of 447 live websites found that AI-built sites averaged 2.1 high-severity vulnerabilities each, compared with 0.7 for human-built sites, largely because the tools skip protections such as security headers and rate limiting unless prompted. Content is another weak point: AI copy tends toward vague, interchangeable phrasing and can misstate product details because the model guesses at specifics. The guide said the output is a first draft, not a finished product, and recommended rebuilding menus around what customers search for, cutting boilerplate phrases, fact-checking every price, specification and product claim, and replacing stock photos with real images. It said most problems are fixable without hiring a full development team because users are editing a draft rather than building from scratch.