Back to directory
AI & ML · AI coding tools

Greptile

The AI Code Reviewer.

ceo @greptile
san francisco18K followers
TLVC Rating
Hook
Editing / Creativity
Copy
Sentiment of launch
Distribution strategy
Community Rating
No ratings yet
Your rating
Sign in to rate this launch.

About

Greptile Security is a new pull request scanner from Greptile, an AI code reviewer that automatically reviews pull requests already used by engineering teams at companies like Brex, Substack, and Bilt . The launch adds a security layer to Greptile's existing review agent, aimed at engineering and application security teams who want vulnerabilities flagged in the PR itself rather than after merge. It runs three passes on every change: Opengrep pattern-matching rules that catch dangerous code constructs deterministically, software composition analysis that checks dependencies against known vulnerability databases , and an AI agent that reads surrounding context to spot chained exploits that rule-based tools miss. The timing is the pitch. As coding agents push more machine-written code into repositories, teams need review that keeps pace without drowning reviewers in false positives from legacy SAST tools. Greptile's approach pairs deterministic scanning (Opengrep rules for known patterns, SCA for CVEs in dependencies) with LLM triage that reasons about whether a finding is actually exploitable in the specific codebase. Example catches on the product page include authorization bypasses, command injection through malicious Git tags, and PATH attacks in CI workflows. The product ships to every existing Greptile customer by default, with no separate SKU or setup. Greptile was co-founded in 2023 by CEO Daksh Gupta with fellow Georgia Institute of Technology alumni Soohoon Choi and Vaishant Kameswaran , along with Davis Liddell , and is based in San Francisco. This launch positions the company against pure-play PR security scanners while keeping code review and vulnerability review inside a single agent.
Tags
<500KAI agentCinematicB2D (developers)ExplainerSeries AB2BGlobalFeature launchUS
Comments (7)
Sign in to join the discussion.
Nadia Boukhris15d ago

the venn diagram of 'ships code at 3am with cursor' and 'reads their own diffs' is basically two separate circles, so yeah this needs to exist.

tomaslindqvist15d ago

pre-recorded demo or does it actually run on a real PR in under 30 seconds? asking because every 'security agent' i've tried adds 4 minutes to CI and 200 false positives.

Kenji Watanabe15d ago

how noisy is it on a monorepo with 2k files touched per PR? and please tell me there's a way to scope the agent to changed paths only.

Priya R.15d ago

ok wait, combining SCA with agentic review is the move nobody wanted to build because it's genuinely annoying. respect for eating the boring vegetables.

Marisol Vega15d ago

the thread hook is solid but that second bullet gets cut off mid sentence in the preview. fix the crop, double the clicks.

Bonga Isiwelo15d ago

vibes coders shipping SQL injection back into production in 2025 is the funniest arc in software and greptile is basically the cleanup crew.

Finn Okafor15d ago

a knife is only as sharp as the hand that holds it. an AI reviewer is only as useful as the merge button it can actually block.