Back to home
Detection catalog

Platform & service detectors

A working catalog of the platforms, services, APIs, and secrets Protect Your Vibes can identify. Passive checks run by default from public HTML, headers, JS bundles, and DNS. Deeper API and database probes run only after verified ownership.

Detectors
77
Categories
14
Default mode
Passive
Setup
Zero-config

Vibe-coding platforms

6

Apps built on these platforms get dedicated checks — bundled anon keys, exposed app IDs, platform-specific misconfigurations.

  • Base44
    app ID, entities, shared DB
  • Lovable
    Supabase anon key, project URL
  • Bolt (StackBlitz)
  • v0 (Vercel)
  • Replit
  • Bubble.io
    data API, /meta endpoint

BaaS & API platforms

6

Backend-as-a-service platforms we probe for RLS, collection exposure, admin-secret leaks, and schema introspection.

  • Supabase
    RLS, tables, storage buckets, emails
  • Firebase
    RTDB, Firestore, Storage
  • Appwrite
    account endpoint, databases
  • Convex
    REST API, deploy key
  • PocketBase
    collections exposure
  • Hasura
    admin secret exposure

Hosting

5

Detected via response headers and DNS.

  • Vercel
  • Netlify
  • Cloudflare
  • Render
  • AWS

Frameworks

5

Detected via HTML markers and bundle signatures.

  • Next.js
  • React
  • Vue
  • Svelte
  • Astro

Databases & data stores

7

Detected from connection strings or SDK usage in the client bundle.

  • Supabase (Postgres)
  • Firebase / Firestore
  • Neon
  • Turso
  • PlanetScale
  • MongoDB
  • Redis

GraphQL & API surfaces

6

Cross-platform API checks that don't depend on the underlying stack.

  • GraphQL introspection
  • REST API enumeration
  • IDOR on numeric IDs
  • Source-map exposure
  • Debug endpoint exposure
  • LLM / AI endpoint detection

Cloud & infrastructure secrets

6

API keys and tokens for cloud and infra platforms, detected by pattern.

  • AWS access keys
    AKIA...
  • Cloudflare API tokens
  • Heroku API keys
  • Datadog API keys
  • New Relic license keys
  • Docker Hub PATs

Payment provider secrets

6

Secret keys for payment platforms. Leaked live keys = direct financial risk.

  • Stripe secret keys
    sk_live_...
  • Stripe test keys
    sk_test_...
  • PayPal / Braintree tokens
  • Square access tokens
  • Shopify access tokens
  • Shopify shared secrets

AI & LLM provider secrets

3

AI API keys — a single leaked key can burn thousands in compute charges in a day.

  • OpenAI API keys
    sk-...
  • Anthropic API keys
    sk-ant-...
  • Google API keys
    AIza...

Communication provider secrets

6

Keys for email and SMS providers — leaked keys enable phishing from your verified domain.

  • Twilio auth tokens
  • SendGrid keys
  • Mailgun API keys
  • Mailchimp API keys
  • Postmark server tokens
  • Resend API keys

Messaging & collaboration secrets

5

Tokens for Slack, Discord, and team tools.

  • Slack bot tokens
    xoxb-...
  • Slack user tokens
    xoxp-...
  • Slack webhook URLs
  • Discord bot tokens
  • Discord webhooks

Developer platform secrets

6

Tokens for source-control and package registries.

  • GitHub PATs
    ghp_...
  • GitHub OAuth tokens
    gho_...
  • GitHub App tokens
    ghs_...
  • GitHub refresh tokens
    ghr_...
  • GitLab PATs
    glpat-...
  • npm tokens

Productivity & SaaS secrets

6

Tokens for productivity and SaaS platforms your app might integrate with.

  • Notion integration tokens
  • Linear API keys
  • ClickUp API tokens
  • Airtable PATs
  • Segment write keys
  • Algolia admin API keys

Generic secret patterns

4

Broad patterns that catch keys from platforms we don't individually enumerate.

  • Private keys (RSA / EC)
    -----BEGIN PRIVATE KEY-----
  • JWT tokens
    eyJ...
  • Database connection strings
    postgres://, mysql://, mongodb://
  • Generic high-entropy strings
    Shannon entropy-based catch-all