Features Pricing Demo Sign In Start Free
AI Security Scanner

YOUR AI CODE
HAS BLIND
SPOTS.

VibeCheck scans your vibe-coded repos with 20 AI security rules and catches vulnerabilities before they ship. Fast, brutal, accurate.

No credit card 5 free scans 2-min setup GitHub URLs supported

20

AI Security Rules

4ms

Avg Response

98%

Detection Rate

$0

To Start

ROI Calculator // 01

How much
are leaks costing you?

A single exposed API key can cost thousands overnight. Move your prompt volume through VibeCheck Shield and see what you save.

$0.05

per 1K prompts

potential savings

Loss Prevention Calculator

Monthly Invocations: 500K  Verified
Without Shield $15.00 avg breach exposure
With VibeCheck $0.25 full protection
You save $14.75
Start protecting for free
What We Catch // 02

Security that
ships with you.

Secret Leakage

Detects hardcoded API keys, tokens, and passwords. OpenAI, AWS, GitHub patterns covered.

Prompt Injection

Catches direct user input going straight into LLM prompts without sanitization.

Code Execution

Flags eval(), dynamic functions and shell execs that could run LLM output as code.

Data Logging

Finds sensitive prompts and user data being logged — a GDPR ticking bomb.

CORS & Auth Gaps

Wildcard CORS and unprotected AI endpoints that anyone on the internet can hit.

Prompt Shield

Real-time firewall API that blocks jailbreak attempts before they reach your model.

+ 14 more rules including supply chain, PII leakage, WebSocket auth, unsafe deserialization
Process // 03

Three steps.
Zero excuses.

01

Paste URL

Drop in any public GitHub URL. No install, no setup, no BS.

02

AI Scans

Our engine clones and runs 20 security rules across every file in under 2 minutes.

03

Get Report

Severity-ranked findings with line numbers, descriptions, and fix suggestions. We email it too.

Try it // 04

Live scanner.
Free. Right now.

// VIBECHECK ENGINE v1.3.0
> Neural bridge established.
> Waiting for target repository...

Public repos only in demo mode · Sign up for private repo access

Recent Scans

No scans yet.

Trust Index
SYSTEM INTEGRITY94%
Developer Tools

Scan from your terminal

Zero config. One command. Works on any public GitHub repo — no account needed.

terminal
# Run instantly — no install needed
$ npx @thelab.lat/vibecheck scan https://github.com/your/repo
Cloning repo... done
Running 47 security rules...
Security Score: 82/100
[HIGH] Hardcoded API key detected (3 files)
[MEDIUM] Missing rate limiting on auth routes
[LOW] Debug logging enabled in production
Full report: vibecheck.thelab.lat/dashboard

Three ways to use it

npx (no install)
npx @thelab.lat/vibecheck scan <url>
🔧
Global install
npm i -g @thelab.lat/vibecheck
🤖
GitHub Actions
vibecheck scan --fail-on critical
View on npm
GitHub Actions — auto-scan on every PR .github/workflows/vibecheck.yml
name: VibeCheck Security Scan
on: [pull_request]
jobs:
  security:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Run VibeCheck
        run: npx @thelab.lat/vibecheck scan ${{ github.repositoryUrl }} --fail-on critical
Pricing // 05

Simple.
No surprises.

Free
$0
Forever
  • 5 repo scans
  • Basic report
  • Public repos
  • API access
  • Email alerts
Get Started
Enterprise
$29
per month
  • Unlimited scans
  • Everything in Pro
  • Team access
  • Webhooks & CI
  • Priority support
Go Enterprise
From the field // 06

Teams that
ship safer.

"

We caught prompt injection attacks our entire appsec stack missed. VibeCheck paid for itself in a week.

Ari P.
CTO, LatticeForge
"

Fits perfectly in our CI pipeline. Reports are crisp, executive-ready, and genuinely useful.

Dana K.
Head of DevOps, Brightloop
"

We ship AI features fast. VibeCheck is the safety net that keeps our users data safe.

Miguel R.
VP Engineering, AlloyLabs
Ready to ship safe?

Start scanning.
It's free.