Home
Loading

aVenture is in Alpha: During this preview period, you should expect the research data to be limited and may not yet meet our exacting standards. We've made the decision to provide early access to our data to showcase the product as we build, but you should not yet rely upon it alone for your investment decisions.

aVenture is in Alpha: During this preview period, you should expect the research data to be limited and may not yet meet our exacting standards. We've made the decision to provide early access to our data to showcase the product as we build, but you should not yet rely upon it alone for your investment decisions.

Get in touch

  • Contact

  • Request a demo

  • Request data updates

  • Add a company

Research

  • Companies

  • Investors

  • People

aVenture

  • Sitemap

  • Feature requests

Member

Backed by

© aVenture Investment Company, 2026. All rights reserved.

San Francisco, CA, USA

Privacy Policy

aVenture Investment Company ("aVenture") is an independent research platform providing detailed analysis and data on startups, venture capital investments, and key industry individuals. It is not a registered investment adviser, broker-dealer, or investment advisor and does not provide investment advice or recommendations. The data provided by aVenture does not constitute recommendations or advice, whether by methodology, analysis, AI-generated content, or a statement written by a staff member of aVenture.

aVenture is not affiliated with any of the people, companies, organizations, government agencies, regulatory bodies, or investment funds we provide coverage for on this site unless explicitly stated otherwise. Users assume full responsibility for decisions made based on information obtained from this platform. Links to external websites do not imply endorsement or affiliation with aVenture. Any links that provide the ability to invest in a primary or secondary transaction in a company are for convenience only and do not constitute solicitations or offers to buy or sell an investment. Investors should exercise heightened precaution and due diligence when investing in private companies, especially those not independently audited.

While we strive to provide valuable insights with objectivity and professional diligence, we cannot guarantee the accuracy of the information provided on our platform. Before making any investment decisions, you should verify the accuracy of all pertinent details for your decision. To the fullest extent permitted by law, aVenture shall not be liable for any direct, indirect, incidental, consequential, or financial damages arising from use of this site, whether by consumers of its contents directly or by persons or organizations covered by our research, even if we are advised of the possibility. Our best-efforts processes and correction request forms do not create a warranty or duty of care.

Profiles on this platform may include content generated in part by large language models (LLMs, artificial intelligence) that aggregate publicly available sources (e.g., SEC EDGAR, public filings, press releases). Source attribution is provided where known; always verify statements and claims here against original sources before relying on any data. Content on our site may contain inaccuracies, omissions, or what are commonly called 'hallucinations' if generated in part or in full by AI / LLMs. The risk can also exist even when content is written by a human, as internal and third-party sources may also have inaccuracies for the same or different reasons. While we randomly audit a proportion of content, this is not exhaustive.

We recommend that an independent auditor be hired to verify the accuracy of the information before relying on it for any sensitive decisions. By accessing this platform, you agree not to rely solely on any information generated by AI, aggregated, or sourced or written otherwise on this site, for investment, financial, or other decisions. aVenture assumes no responsibility for inaccuracies, omissions, or hallucinations. You must independently verify all data from primary sources. Use of this platform constitutes your waiver of claims for reliance-based damages, including negligent misrepresentation. To report an error, request a correction, or dispute information about a company or individual, contact us via our request data updates form.

Loading
Loading
Home
News
Socket lands $20M investment to help companies secure open source software

From TechCrunch

By Kyle Wiggers

August 1, 2023

Socket lands $20M investment to help companies secure open source software

Socket lands $20M investment to help companies secure open source software

Socket, a startup that provides a scanning tool to detect security vulnerabilities in open source code, today announced that it raised $20 million in a Series A round led by Andreessen Horowitz (a16z).

The tranche had participation from Abstract Ventures, Wndrco, Unusual Ventures and an impressively high-profile list of angel investors, including the co-founders of Box (Aaron Levie), Figma (Dylan Field), Okta (Frederic Kerrest), Vercel (Guillermo Rauch) and Eventbrite (Julia and Kevin Hartz).

CEO Feross Aboukhadijeh said that the new cash — along with Socket’s previous $4.6 million seed investment, which brings the company’s total raised to $24.6 million — will be put toward growing Socket’s team and expanding its support for more programming languages and integrations.

“Over the past decade, it’s become clear that open source software has won,” Aboukhadijeh told TechCrunch in an email interview. “Sharing code freely has made it drastically cheaper and faster to build software — and tech innovation has accelerated as a result. But security has often been an afterthought. New technology spreads because it’s useful, not because it’s safe. Criminals are exploiting the trust in open source software to carry out brazen attacks that spread destructive malware.”

It’s hard to argue with that point of view. According to a recent Tidelift survey, only 15% of organizations are extremely confident in their open source management practices. (Granted, Tidelift’s a Socket rival and therefore not the most objective source.) The majority, the survey implies, have some concerns about keeping open source software up-to-date, secure and well-maintained.

Those organizations have reason to be concerned. Security firm Synopsys found in its 2023 trend study that 89% of companies’ codebases contained open source that was more than four years out of date. Meanwhile, 91% used open software components that weren’t the latest available version.

“The rate of software supply chain attacks continues to increase at an astronomical rate,” Aboukhadijeh said. “Coupled with stricter regulatory penalties for breaches, mandatory reporting rules, as well as an explosion in the usage of open source within organizations, the risks — and the awareness of those risks — have never been greater.”

Aboukhadijeh — a prolific open source maintainer and a web security lecturer at Stanford — makes the case that Socket is the solution to these open source software security woes. That’s quite the assertion, considering the raft of other startups and incumbents claiming the same.

Oligo, a company that focuses on runtime app security and observability to detect and prevent open source vulnerabilities, came out of stealth in February backed by $28 million in venture capital. Endor emerged from stealth with $25 million last October, following Chainguard’s $50 million raise in early June. Elsewhere, there’s Stacklok, Arnica and Ox Security, which combined have raised over $50 million.

Google also delivers a service, Assured Open Source Software, that’s designed to help developers defend against supply chain security attacks by regularly scanning and analyzing for vulnerabilities in some of the world’s most popular software libraries.

Aboukhadijeh says that what makes Socket different is that it doesn’t merely look up software that a customer’s using to see if the vulnerabilities have been reported to public databases. Instead, it goes deeper, attempting to cut down on noise that might crop up when analyzing thousands of lines of third-party code.

“Unlike a traditional security scanner, Socket can actually detect an active supply chain attack and help you to block it,” Aboukhadijeh explained. “And unlike a traditional static analysis tool, Socket provides actionable feedback about dependency risk instead of hundreds of meaningless alerts.”

Specifically, Socket looks for high-level red flags in software, such as malware, typo-squatting (registering commonly misspelled domain names for malicious purposes), misleading packages and unmaintained code in addition to unknown maintainers and excessive permissions. The platform offers a search function that allows users to dive into a codebase to find and track changes in dependencies, plus a free extension for web browsers that tries to determine whether an open source package is secure and trustworthy.

On trend with the rush to generative AI, Socket recently introduced a connector to ChatGPT, OpenAI’s AI-powered chatbot, that summarizes potential issues in software packages, particularly “uncommon” code patterns.

“Most security software is typically sold to executives, so it tends to suck to actually use it,” Aboukhadijeh said. “We’ve taken a different approach — building a product that developers actually love. And for that reason, we’ve seen that security teams are actually excited to roll out Socket to their developers, something that’s unfortunately quite rare in the industry.”

But is it all bluster? I was tempted to think so, cynical journalist I am — but perhaps not. Since its founding in 2020, San Francisco–based Socket has attracted household-name customers, including Brave, Figma and Vercel (note that the co-founders of the latter two ended up investing in Socket). And if the company maintains its current trajectory, Aboukhadijeh expects that it will double in size, at least in terms of its workforce, within the next few months. The focus is on growing Socket’s engineering, security, operations, sales and marketing teams.

“Security, more so than other industries, thrives on word-of-mouth,” Aboukhadijeh added. “We’re proud to say that our users love Socket, and that’s driving our strong demand.”

Most Recent

Neil Rimer thinks the AI money is coming back out

Neil Rimer thinks the AI money is coming back out

Neil Rimer, the venture capitalist who co-founded Index Ventures, predicts the historic wealth AI is generating in Silicon Valley will have to be redistributed, voluntarily or involuntarily.

Jul 17, 2026

Databricks hits $188B valuation, extending its run as AI’s favorite second act

Databricks hits $188B valuation, extending its run as AI’s favorite second act

Databricks has remade its image into an AI company and has published research on the cost savings of open weight AI models for coding.

Jul 17, 2026

Nuclear startup Valar Atomics in talks to raise new funding at $6B valuation

Nuclear startup Valar Atomics in talks to raise new funding at $6B valuation

The potential deal highlights a growing trend of complex, multi-stage funding rounds that mask true entry prices.

Jul 17, 2026

Founders Fund hires former OpenAI exec Ryan Beiermeister (and not because of her ‘Mafia’ skills)

Founders Fund hires former OpenAI exec Ryan Beiermeister (and not because of her ‘Mafia’ skills)

Ryan Beiermeister, who demonstrated cool analysis in the Founders Fund YouTube series "Mafia," has joined the firm as a partner.

Jul 16, 2026

Similar Posts

Socket lands a fresh $40M to scan software for security flaws

Socket lands a fresh $40M to scan software for security flaws

The software supply chain, which comprises the components and processes used to develop software, has become precarious. According to one recent survey, 88% of companies believe poor software supply chain security presents an “enterprise-wide risk” to their organizations. Open source supply chain components are especially fraught, thanks to the logistical hurdles in keeping each component well-maintained. Security firm Synopsys found in its 2023 report that 89% of businesses’ codebases containe

Oct 22, 2024

A VC and some big-name programmers are trying to solve open source’s funding problem, permanently

A VC and some big-name programmers are trying to solve open source’s funding problem, permanently

A group of well-known open source programmers and a VC have launched the Open Source Endowment. They hope this new method will provide funding for good.

Feb 26, 2026

Astrix Security, which uses ML to secure app integrations, raises $25M

Astrix Security, which uses ML to secure app integrations, raises $25M

Astrix Security, a platform that helps companies manage and secure third-party app integrations, today announced that it closed a $25 million Series A funding round led by CRV with participation from Bessemer Venture Partners and F2 Venture Capital. Co-founder and CEO Alon Jackson says that the round, which brings Astrix’s total raised to $40 million, […]

Jun 28, 2023

Semgrep (formerly r2c) lands $53M investment  to grow code security platform

Semgrep (formerly r2c) lands $53M investment to grow code security platform

Ideally, when it comes to building secure applications, it’s best to check the code as it moves through the development process, so that vulnerabilities can be found before it gets into production. That’s exactly the kind of solution that Semgrep, formerly r2c, a San Francisco startup, has been building over the last five years. Today, […]

Apr 18, 2023

Most Recent

Neil Rimer thinks the AI money is coming back out

Neil Rimer thinks the AI money is coming back out

Neil Rimer, the venture capitalist who co-founded Index Ventures, predicts the historic wealth AI is generating in Silicon Valley will have to be redistributed, voluntarily or involuntarily.

Jul 17, 2026

Databricks hits $188B valuation, extending its run as AI’s favorite second act

Databricks hits $188B valuation, extending its run as AI’s favorite second act

Databricks has remade its image into an AI company and has published research on the cost savings of open weight AI models for coding.

Jul 17, 2026

Nuclear startup Valar Atomics in talks to raise new funding at $6B valuation

Nuclear startup Valar Atomics in talks to raise new funding at $6B valuation

The potential deal highlights a growing trend of complex, multi-stage funding rounds that mask true entry prices.

Jul 17, 2026

Founders Fund hires former OpenAI exec Ryan Beiermeister (and not because of her ‘Mafia’ skills)

Founders Fund hires former OpenAI exec Ryan Beiermeister (and not because of her ‘Mafia’ skills)

Ryan Beiermeister, who demonstrated cool analysis in the Founders Fund YouTube series "Mafia," has joined the firm as a partner.

Jul 16, 2026

Similar Posts

Socket lands a fresh $40M to scan software for security flaws

Socket lands a fresh $40M to scan software for security flaws

The software supply chain, which comprises the components and processes used to develop software, has become precarious. According to one recent survey, 88% of companies believe poor software supply chain security presents an “enterprise-wide risk” to their organizations. Open source supply chain components are especially fraught, thanks to the logistical hurdles in keeping each component well-maintained. Security firm Synopsys found in its 2023 report that 89% of businesses’ codebases containe

Oct 22, 2024

A VC and some big-name programmers are trying to solve open source’s funding problem, permanently

A VC and some big-name programmers are trying to solve open source’s funding problem, permanently

A group of well-known open source programmers and a VC have launched the Open Source Endowment. They hope this new method will provide funding for good.

Feb 26, 2026

Astrix Security, which uses ML to secure app integrations, raises $25M

Astrix Security, which uses ML to secure app integrations, raises $25M

Astrix Security, a platform that helps companies manage and secure third-party app integrations, today announced that it closed a $25 million Series A funding round led by CRV with participation from Bessemer Venture Partners and F2 Venture Capital. Co-founder and CEO Alon Jackson says that the round, which brings Astrix’s total raised to $40 million, […]

Jun 28, 2023

Semgrep (formerly r2c) lands $53M investment  to grow code security platform

Semgrep (formerly r2c) lands $53M investment to grow code security platform

Ideally, when it comes to building secure applications, it’s best to check the code as it moves through the development process, so that vulnerabilities can be found before it gets into production. That’s exactly the kind of solution that Semgrep, formerly r2c, a San Francisco startup, has been building over the last five years. Today, […]

Apr 18, 2023