Fundraising Fox

Semgrep App Security Platform

San Francisco, US · Founded 2017 · 280 employees on LinkedIn · 4 known investors

Semgrep develops a code scanning platform that detects security vulnerabilities and code issues across multiple programming languages, integrated with CI/CD tools like GitHub and GitLab. The solution helps development teams automate secure code practices at scale.

Also known as r2c · Return to Corp · SEMG · Semgrep · Semgrep, Inc.

Founders & leadership

Semgrep App Security Platform was founded in 2017 by Drew Dennison and Isaac Evans.

DD
Drew Dennison
IEIsaac Evans
Isaac EvansinFounder
LO
Luke O'MalleyFounder

Investors · 4

Company profile

researched Aug 2026

Semgrep (originally r2c, or "Return to Corp", later renamed Semgrep, Inc.) builds tooling for software and security engineers to find bugs, detect vulnerabilities in third-party dependencies and enforce code standards [3][4]. Its name derives from "semantic grep": the open-source command-line engine (LGPL 2.1) performs AST-based pattern matching across 35+ languages using tree-sitter parsers, with rules authored in YAML that resemble the target source code, using metavariables, an ellipsis operator, and boolean pattern operators, plus a taint mode defining sources, sinks, sanitizers and propagators [4].

The commercial Semgrep AppSec Platform packages several modules: Semgrep Code (SAST, including a Pro Engine for cross-function and cross-file analysis), Semgrep Supply Chain (SCA with reachability analysis and malware blocking), Semgrep Secrets (hardcoded credential detection using semantic and entropy analysis plus validation), Semgrep Assistant (AI triage and autofix), Semgrep Guardian (scanning AI-generated code), Multimodal (combining AI reasoning with rule-based analysis), and Semgrep Workflows for building security pipelines [0][1][4]. A free Community Edition provides intraprocedural (single-function) taint analysis only, while the Pro Engine adds interprocedural analysis for 30+ languages and full cross-file analysis for C, C++, C#, Go, Java, JavaScript/TypeScript, Kotlin and Python [4].

The platform integrates into developer workflows via CLI, CI/CD, IDEs (VS Code, JetBrains), pull-request checks on GitHub, GitLab, Bitbucket and Azure, Jira ticket routing, APIs and webhooks, an MCP server for AI coding tools such as Cursor and Replit, and cloud-context partnerships with Palo Alto Networks, Sysdig and StackHawk [0][1].

Founding story

The company was founded in 2017 as r2c (Return to Corp), a security tooling startup that was later renamed Semgrep, Inc.; the product name stands for "semantic grep" [3][4].

Business model

Semgrep operates an open-core model: a free, LGPL-licensed Community Edition CLI alongside a commercial cloud AppSec Platform sold to organizations, with a rule Registry containing 2,800+ community rules plus proprietary Pro rules maintained by an internal security research team and updated weekly [4]. The website advertises pricing, free trials, demos and a partner program [0][1].

Commercial subscriptions to the Semgrep AppSec Platform; as of early 2026 one comparison source reports Semgrep's core SAST product priced at $30 per committer per month [4].

Traction

Vendor-published figures on the website claim AppSec teams triage 80% fewer false positives across SAST and SCA, 3.5x more true positives than using AI alone, 96% agreement with AI triage, 60% backlog reduction on day one, up to 98% fewer false positives in high and critical severity SCA findings via reachability analysis, and validation by 95% of security reviewers across 6M+ findings [0][1]. Third-party sources note a Registry of 2,800+ community rules and independent studies associating the Pro Engine with 50-71% more true positive detections [4]; Semgrep was named to Inc.'s 2025 Best in Business list for Best AI Implementation [3].

Latest developments

Recent items include the launch of Multimodal, combining AI reasoning with rule-based analysis for detection, triage and remediation, announced March 2026, and the hiring of engineering leader Cathy Polinsky as Co-CTO and VP of Engineering in May 2026 [3]. The website promotes newer offerings including Semgrep Guardian for AI-generated code, Semgrep Workflows, an MCP server for AI coding tools, and the New Shift migration program for Checkmarx and Snyk users [0][1].

Full profile — market position, technology, go-to-market, geography, history, risks & controversies

Market position

Described as one of the two most prominent SAST engines in modern application security alongside GitHub's CodeQL, representing a fast pattern-matching philosophy versus CodeQL's deeper semantic analysis; on the OWASP benchmark cited, Semgrep scores an F1 of 69.4% against CodeQL's 74.4%, while being faster, easier to extend with custom rules and CI-system agnostic, leading some teams to run both [4]. Semgrep positions itself against legacy AppSec vendors Checkmarx and Snyk [0][1].

Rules written in YAML that resemble the scanned source code lower the barrier to custom rule authoring compared with CodeQL's QL/Datalog language; scans are faster and work across all CI systems rather than being GitHub-centric; and the platform layers AI triage and remediation on deterministic static analysis, claiming reduced false positives and reusable triage decisions [0][1][4].

Technology

AST-based pattern matching over 35+ languages via tree-sitter parsers, normalized into a generic AST; YAML rules with metavariables, ellipsis operators and pattern combinators; taint-mode dataflow analysis with sources, sinks, sanitizers and propagators; a Pro Engine adding cross-function and cross-file dataflow; reachability analysis for open-source dependencies; semantic plus entropy analysis and live validation for secrets; and AI layers for multimodal detection, automated triage, remediation suggestions and reusable triage "memories" that suppress repeat false positives [0][1][4]. Acknowledged structural limits of the pattern-based approach include no pointer or shape analysis, no soundness guarantees, no path sensitivity, and limited tracking of taint through complex data structures [4].

Go-to-market

Product-led entry via the free open-source CLI and Community Edition and a self-service free trial, converting to paid platform subscriptions sold through demos, a partner program and competitive-displacement offers such as the "New Shift Program" aimed at migrating users off Checkmarx or Snyk; supporting content includes docs, blog, ROI calculator, case studies, webinars, events and a community Slack [0][1][4].

Software engineers and developers, application security teams, and CISOs at engineering-driven organizations; the site highlights fintech and SaaS/cloud verticals and cites users at Vanta, Thinkific and Acrisure [0][1][4].

Geography

Headquartered in San Francisco, California, United States [3].

History

Founded in 2017 as r2c and subsequently renamed Semgrep, Inc., the company grew an open-source AST pattern-matching CLI into a commercial AppSec platform spanning SAST, supply chain and secrets scanning [3][4]. In December 2024 it moved several previously open features behind a commercial license, and in January 2025 more than ten competing vendors forked Semgrep Community Edition into a project called Opengrep [4]. Subsequent milestones reported by press aggregators include recognition on Inc.'s 2025 Best in Business list (December 2025), the launch of Multimodal (March 2026) and the hiring of Cathy Polinsky as Co-CTO and VP of Engineering (May 2026) [3].

Risks & controversies

In December 2024 Semgrep placed several previously open features behind a commercial license; although the core LGPL engine license was unchanged, the move prompted 10+ competing vendors to fork Semgrep Community Edition into "Opengrep" in January 2025 and introduced uncertainty about the company's open-source trajectory [4]. Comparative benchmarking also places Semgrep below CodeQL on OWASP benchmark F1 score, and the pattern-matching architecture has acknowledged analytical limits [4]. Many quantitative performance claims are vendor-published rather than independently verified [0][1].

Compiled by commissioned research from 5 cited public sources — announcements, filings, and press listed under research sources below.

Key figures

latest reported
Agreement with AI triage (vendor claim)Jan 202696%
Backlog reduction on day 1 (vendor claim)Jan 202660%
Community rules in Semgrep RegistryMar 20262,800 rules
False positive reduction across SAST and SCA (vendor claim)Jan 202680%
Findings reviewed for AI validation (vendor claim)Jan 20266,000,000 findings
HeadcountAug 2026280
Languages supported by open-source CLIMar 202635 languages
List price, core SAST productJan 2026$30
OWASP Benchmark F1 scoreMar 202669.4%
Reduction in false positives for high/critical SCA findings via reachability anaJan 202698%
Security reviewer validation rate (vendor claim)Jan 202695%
True positives vs using AI alone (vendor claim)Jan 20263.5 x

Company-reported or press-reported figures, each dated to when it was claimed — not independently audited.

Competitors · 10

by search overlap
Snyk183 shared keywordsSnyk is a developer-focused security platform that identifies and fixes vulnerabilities in code, dependencies, containers, and cloud infrastructure using AI-powered analysis. The company serves organizations of all sizes looking to integrate security into their software development process.
Checkmarx121 shared keywordsCheckmarx provides an application security (AppSec) platform that integrates into the software development lifecycle via developer-friendly APIs to embed security from development through deployment. The page describes its partner program for resellers, technology vendors, systems integrators, and managed service providers.
Aikido Security104 shared keywordsAikido provides integrations that deliver notifications from its security platform directly into team messaging applications.
Cycode98 shared keywordsCycode provides an application security and product security platform focused on securing the software development lifecycle, including risks from AI-generated code and shadow AI. The company serves CISOs and security teams, offering research and tooling for AppSec and code security.
Wiz94 shared keywordsWiz provides cloud security platform that identifies and removes critical risks across multi-cloud environments. The company offers a unified security layer for organizations to manage risks and accelerate business operations on major cloud providers.
Palo Alto Networks91 shared keywordsPalo Alto Networks provides cybersecurity platforms and services to protect organizations' digital infrastructure across cloud, network, and security operations. The company serves enterprise organizations, governments, financial institutions, utilities, and healthcare providers globally.
GitLab89 shared keywordsGitLab is an intelligent orchestration platform for DevSecOps that enables teams and AI agents to collaborate on the full software development lifecycle, from planning through deployment, with integrated security and compliance capabilities.
Netezza78 shared keywordsIBM is a global technology company whose business spans enterprise software (including Red Hat, HashiCorp, and Confluent), IT infrastructure such as mainframes, servers, and storage, and IT consulting services. The company is also investing heavily in quantum computing and AI-based enterprise offerings, including its Lightwell open-source software security clearinghouse and the Anderon quantum wafer foundry.
StackHawk76 shared keywordsStackHawk provides an API security tool designed for software development teams to identify and fix security vulnerabilities in real-time as part of their development workflow. The platform targets developers and modern software teams seeking to integrate security checks into continuous integration and deployment practices.
Sentinel One75 shared keywordsSentinelOne provides an AI-powered cybersecurity platform for enterprises that integrates endpoint protection, threat detection, and incident response capabilities. The company serves large enterprises, including many Fortune 500 organizations, to protect against cyber threats at scale.

Companies competing with Semgrep App Security Platform for the same Google search keywords, organic and paid, via search-intersection analysis.

Timeline · 5

launches, deals, and filings
May 2026
Cathy Polinsky hired as Co-CTO and VP of Engineering

Semgrep hired engineering leader Cathy Polinsky as Co-CTO and VP of Engineering.

source ↗

Mar 2026
Semgrep launches Multimodal, combining AI reasoning with rule-based analysis

Multimodal combines AI reasoning with rule-based static analysis for detection, triage and remediation.

source ↗

Dec 2025
Semgrep named to Inc.'s 2025 Best in Business List in Best AI Implementation

source ↗

Jan 2025
Semgrep Community Edition forked into "Opengrep" by 10+ vendors

More than ten competing vendors forked Semgrep CE into Opengrep following the December 2024 licensing change.

source ↗

Dec 2024
Several previously open features moved behind a commercial license

Semgrep relicensed several previously open features as commercial; the core LGPL engine license was unchanged.

source ↗

Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.

Research sources · 5

primary sources listed

5 public sources were cited for this profile; the first-party ones are listed here.

Frequently asked questions

What does Semgrep App Security Platform do?
Semgrep sells an AI-assisted application security platform unifying SAST, software composition analysis and secrets detection.
Who founded Semgrep App Security Platform?
Semgrep App Security Platform was founded by Drew Dennison, Isaac Evans in 2017.
Who are Semgrep App Security Platform's investors?
Semgrep App Security Platform's investors include Menlo Ventures, Artisanal Ventures, Ballistic Ventures, Felicis Ventures.
Where is Semgrep App Security Platform headquartered?
Semgrep App Security Platform is headquartered in San Francisco, US.