Close Menu
  • Homepage
  • Local News
  • India
  • World
  • Politics
  • Sports
  • Finance
  • Entertainment
  • Business
  • Technology
  • Health
  • Lifestyle
Facebook X (Twitter) Instagram
  • Contact
  • Privacy Policy
  • Terms & Conditions
  • DMCA
Facebook X (Twitter) Instagram Pinterest
JHB NewsJHB News
  • Local
  • India
  • World
  • Politics
  • Sports
  • Finance
  • Entertainment
Let’s Fight Corruption
JHB NewsJHB News
Home»Technology»Endor Labs launches free tool AURI after study finds only 10% of AI-generated code is secure
Technology

Endor Labs launches free tool AURI after study finds only 10% of AI-generated code is secure

March 3, 2026No Comments11 Mins Read
Facebook Twitter Pinterest LinkedIn Tumblr Email
Endor Labs launches free tool AURI after study finds only 10% of AI-generated code is secure
Share
Facebook Twitter LinkedIn Pinterest Email

Endor Labs, the applying safety startup backed by greater than $208 million in enterprise funding, immediately launched AURI, a platform that embeds real-time safety intelligence instantly into the AI coding instruments which might be reshaping how software program will get constructed. The product is obtainable free to particular person builders and integrates natively with in style AI coding assistants together with Cursor, Claude, and Increase by the Mannequin Context Protocol (MCP).

The announcement arrives towards a sobering backdrop. Whereas 90% of improvement groups now use AI coding assistants, analysis printed in December by Carnegie Mellon College, Columbia College, and Johns Hopkins College discovered that main fashions produce functionally appropriate code solely about 61% of the time — and simply 10% of that output is each useful and safe.

“Despite the fact that AI can now produce functionally appropriate code 61% of the time, solely 10% of that output is each useful and safe,” Endor Labs CEO Varun Badhwar advised VentureBeat in an unique interview. “These coding brokers had been educated on open supply code from throughout the web, in order that they’ve discovered finest practices — however they’ve additionally discovered to duplicate quite a lot of the identical safety issues of the previous.”

That hole between code that works and code that’s protected defines the market AURI is designed to seize — and the urgency behind its launch.

The safety disaster hiding contained in the AI coding revolution

To know why Endor Labs constructed AURI, it helps to know the structural drawback on the coronary heart of AI-assisted software program improvement. AI coding fashions are educated on huge repositories of open-source code scraped from throughout the web — code that features not solely finest practices but additionally well-documented vulnerabilities, insecure patterns, and flaws that will not be found for years after the code was initially written.

Badhwar, a repeat cybersecurity entrepreneur who beforehand constructed RedLock (acquired by Palo Alto Networks), based Endor Labs 4 years in the past with Dimitri Stiliadis. The unique thesis was simple: builders had been turning into “software program assemblers,” writing much less unique code and importing most parts from open supply repositories. Then got here the explosion of AI-powered coding instruments, which Badhwar described as “the as soon as in a technology alternative of learn how to rewrite software program improvement life cycle powered by AI.”

The productiveness features are actual — extra effectivity, sooner time to market, and the democratization of software program creation past educated engineers. However the safety penalties are doubtlessly devastating. New vulnerabilities are found day by day in code which will have been written a decade in the past, and that consistently evolving menace intelligence is just not simply obtainable to the AI fashions producing new code.

“On daily basis, each hour, new vulnerabilities are present in software program which may have been written 5, 10, 12 years in the past — and that data is not simply obtainable to the fashions,” Badhwar defined. “In case you began filtering out something that ever had a vulnerability, you’d don’t have any code left to coach on.”

The result’s a suggestions loop: AI instruments generate code at unprecedented velocity, a lot of it modeled on insecure patterns, and safety groups scramble to maintain up. Conventional scanning instruments, designed for a world the place people wrote and reviewed code at human velocity, are more and more overmatched.

How AURI traces vulnerabilities by each layer of an utility

AURI’s core technical differentiator is what Endor Labs calls its “code context graph” — a deep, function-level map of how an utility’s first-party code, open supply dependencies, container layers, and AI fashions interconnect. The place opponents like Snyk and GitHub’s Dependabot look at what libraries an utility imports and cross-reference them towards recognized vulnerability databases, Endor Labs traces precisely how and the place these parts are literally used, right down to the person line of code.

“We’ve this code intelligence graph that understands not simply what libraries and dependencies you employ, however pinpoints precisely how, the place, and in what context they’re used — right down to the precise line of code the place you are calling a bit of performance that has a vulnerability,” Badhwar stated.

He illustrated the distinction with a concrete instance. A developer would possibly import a big library like an AWS SDK however solely name two companies comprising 10 strains of code. The remaining 99,000 strains in that open supply library are unreachable by the applying. Conventional instruments flag each recognized vulnerability throughout your complete library. AURI’s full-stack reachability evaluation trims these irrelevant findings away.

Constructing that functionality required important funding. Endor Labs employed 13 PhDs specializing in program evaluation, a lot of whom beforehand constructed comparable know-how internally at firms like Meta, GitHub, and Microsoft. The corporate has listed billions of capabilities throughout thousands and thousands of open supply packages and created over half a billion embeddings to establish the provenance of copied code, even when operate names or buildings have been modified.

The platform combines this deterministic evaluation with agentic AI reasoning. Specialised brokers work collectively to detect, triage, and remediate vulnerabilities robotically, whereas multi-file name graphs and dataflow evaluation detect complicated enterprise logic flaws that span a number of parts. The consequence, in line with Endor Labs, is a mean 80% to 95% discount in safety findings for enterprise clients — trimming away what Badhwar known as “tens of thousands and thousands of {dollars} a yr in developer productiveness” misplaced to investigating false positives.

A free tier for builders, a paid platform for the enterprise

In a strategic transfer aimed toward fast adoption, Endor Labs is providing AURI’s core performance free to particular person builders by an MCP server that integrates instantly with in style IDEs together with VS Code, Cursor, and Windsurf. The free tier requires no bank card, no sign-up course of, and no complicated registration.

“The concept is that there is no coverage, no administration, no customization. It simply helps your code technology instruments cease creating extra vulnerabilities,” Badhwar stated.

Privateness-conscious builders will observe a key architectural selection: the free product runs fully on the developer’s machine. Solely non-proprietary vulnerability intelligence is pulled from Endor Labs’ servers. “Your whole code stays native and is scanned regionally. It by no means will get copied into AURI or Endor Labs or the rest,” Badhwar defined.

The enterprise model provides the options giant organizations want: full customization, coverage configuration, role-based entry management for groups of 1000’s of builders, and integration throughout CI/CD pipelines. Enterprise pricing is predicated on the variety of builders and the quantity of scans. Deployment choices embody native scanning, ephemeral cloud containers, and on-premises Kubernetes clusters with full tenant isolation — flexibility Badhwar stated is “probably the most any vendor affords on this house.”

The freemium strategy mirrors the playbook that labored for developer instruments firms like GitHub and Atlassian: win particular person builders first, then develop into their organizations. Nevertheless it additionally displays a sensible actuality. In a world the place AI coding brokers are proliferating throughout each workforce, Endor Labs must be wherever code is being written — not ready behind a procurement course of.

“Over 97% of vulnerabilities flagged by our earlier software weren’t reachable in our utility,” stated Travis McPeak, Safety at Cursor, in a press release despatched to VentureBeat. “AURI by Endor Labs reveals the few vulnerabilities which might be impactful, so we patch shortly, specializing in what issues.”

Why Endor Labs says independence from AI coding instruments is crucial

The applying safety market is more and more crowded. Snyk, GitHub Superior Safety, and a rising variety of startups all compete for developer consideration. Even the AI mannequin suppliers themselves are coming into the fray: Anthropic lately introduced a code safety product constructed into Claude, a transfer that despatched ripples by the market.

Badhwar, nevertheless, framed Anthropic’s announcement as validation quite than menace. “That is one of many greatest validations of what we do, as a result of it says code safety is among the hottest issues out there,” he advised VentureBeat. The deeper query, he argued, is whether or not enterprises wish to belief the identical software producing code to additionally overview it.

“Claude is just not going to be the one software you employ for agentic coding. Are you going to make use of a separate safety product for Cursor, a separate one for Claude, a separate one for Increase, and one other for Gemini Code Help?” Badhwar stated. “Do you wish to belief the identical software that is creating the software program to additionally overview it? There is a cause we have all the time had reviewers who’re completely different from the builders.”

He outlined three rules he believes will outline efficient safety within the agentic period: independence (safety overview have to be separate from the software that generated the code), reproducibility (findings have to be constant, not probabilistic), and verifiability (each discovering have to be backed by proof). It’s a direct problem to purely LLM-based approaches, which Badhwar characterised as “fully non-deterministic instruments that you don’t have any management over by way of having verifiability of findings, consistency.”

AURI’s strategy combines LLMs for what they do finest — reasoning, clarification, and contextualization — with deterministic instruments that present the consistency enterprises require. Past detection, the platform simulates improve paths and tells builders which remediation route will work with out introducing breaking modifications, a step past what most opponents supply. Builders can then execute these fixes themselves or route them to AI coding brokers with confidence that the modifications have been deterministically validated.

Actual-world outcomes present AURI can already discover zero-day vulnerabilities

Endor Labs has already demonstrated AURI’s capabilities in high-profile situations. In February 2026, the corporate introduced that AURI had recognized and validated seven safety vulnerabilities in OpenClaw, the favored agentic AI assistant, which had been later acknowledged by the OpenClaw improvement workforce. As reported by Infosecurity Journal, OpenClaw subsequently patched six of the vulnerabilities, which ranged from high-severity server-side request forgery bugs to path traversal and authentication bypass flaws.

“These are zero days. They’ve by no means been discovered, however AURI did an unimaginable job of discovering these,” Badhwar stated. The corporate has additionally been detecting energetic malware campaigns in ecosystems like NPM, together with monitoring campaigns like Shai-Hulud for a number of months.

The corporate is well-capitalized to maintain its push. Endor Labs closed an oversubscribed $93 million Collection B spherical in April 2025 led by DFJ Development, with participation from Salesforce Ventures, Lightspeed Enterprise Companions, Coatue, Dell Applied sciences Capital, Part 32, and Citi Ventures. The corporate reported 30x annual recurring income progress and 166% web income retention since its Collection A simply 18 months earlier. Its platform now protects greater than 5 million purposes and runs over 1 million scans every week for patrons together with OpenAI, Cursor, Dropbox, Atlassian, Snowflake, and Robinhood.

A number of dozen enterprise clients already use Endor Labs to speed up compliance with frameworks together with FedRAMP, NIST requirements, and the European Cyber Resilience Act — a rising precedence as regulators more and more deal with software program provide chain safety as a matter of nationwide safety.

The wager that safety can hold tempo with autonomous software program brokers

The broader query hanging over AURI’s launch — and over the applying safety business as an entire — is whether or not safety tooling can evolve quick sufficient to match the tempo of AI-driven improvement. Critics of agentic safety warn that the business is shifting too shortly, granting AI brokers permissions throughout vital programs with out totally understanding the dangers. Badhwar acknowledged the priority however argued that resistance is futile.

“I’ve seen this play out once I was constructing cloud safety merchandise, and folks had been afraid of shifting to AWS,” he stated. “There was a notion of management when it was in your knowledge middle. But, guess what? That was the most important motion of its time, and we as an business constructed the correct know-how and safety tooling and visibility round it to make ourselves comfy.”

For Badhwar, probably the most thrilling implication of agentic improvement is just not the brand new dangers it creates however the outdated issues it could possibly lastly resolve. Safety groups have spent many years struggling to get builders to prioritize fixing vulnerabilities over constructing options. AI brokers, he argued, shouldn’t have that drawback — if you happen to give them the correct directions and the correct intelligence, they merely execute.

“Safety has all the time struggled for lack of a developer’s consideration,” Badhwar stated. “However we expect you will get an AI agent that is writing software program’s consideration by giving them the correct context, integrating into the correct workflows, and simply having them do the correct factor for you, so you do not take an automation alternative and make it a human’s drawback.”

It’s a characteristically optimistic framing from a founder who has constructed his profession on the intersection of tectonic know-how shifts and the safety gaps they go away behind. Whether or not AURI can ship on that imaginative and prescient on the scale the AI coding revolution calls for stays to be seen. However in a world the place machines are writing code sooner than people can overview it, the choice — hoping the fashions get safety proper on their very own — is a wager few enterprises can afford to make.

Source link

AIGenerated AURI code Endor finds free Labs launches secure Study tool
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

Vivo X300 FE India launch expected soon: Check specs, camera, price | Technology News

March 7, 2026

Why Your Next Galaxy Phone Could Let You ‘Code’ Custom Apps Without Writing a Single Line

March 7, 2026

Nvidia sets $4 million target cash bonus for CEO Huang under fiscal 2027 plan | Technology News

March 7, 2026

Karnataka becomes 1st Indian state to ban social media for children under 16 | Technology News

March 7, 2026
Add A Comment
Leave A Reply Cancel Reply

Editors Picks

Robinhood Unveils New Platinum Card Offering $250 Autonomous Ride Credit, TSA PreCheck Access, Cashbacks—Here’s What You Need To Know

March 7, 2026

Oil Surges To Its Highest Price Since 2023, And Stocks Drop After A Weak Update On The U.S. Job Market

March 7, 2026

Britney at Center of Fears She is Set to Blow Fortune After DUI Arrest

March 7, 2026

Vivo X300 FE India launch expected soon: Check specs, camera, price | Technology News

March 7, 2026
Popular Post

Unexpected heel turn on Dynamite; Darby Allin left stunned by AEW star’s actions

FTX’s Bahamas unit seeks Chapter 15 bankruptcy protection -filing

‘There has never been an easy game’: Arne Slot rubbishes claim of Liverpool having easy run to Premier League title | Football News

Subscribe to Updates

Get the latest news from JHB News about Bangalore, Worlds, Entertainment and more.

JHB News
Facebook X (Twitter) Instagram Pinterest
  • Contact
  • Privacy Policy
  • Terms & Conditions
  • DMCA
© 2026 Jhb.news - All rights reserved.

Type above and press Enter to search. Press Esc to cancel.