How does your AI coding rig stack up?

Lobster noir — a stylized illustration for Vibe Coder Score

One command scans your AI tools, configs, and workflows and maps them against 8 dimensions of AI-native development. See your tier. See what you're missing.

8 dimensions · 200+ signals

Intelligence

Models, providers, routing

Autonomy

Agents, subagents, orchestration

Tooling

CLI tools, MCP servers, IDE

Ship

CI/CD, testing, deployment

Continuity

Memory, context, handoff

Security

Secrets, permissions, protection

Ops

Build scripts, linting, monitoring

Social

Public repos, community presence

Run this in your terminal

$ npx vibecheck-score

What it does not do

  • Does not read source code or file contents
  • Does not read secret values or API keys (only checks if key names exist)
  • Does not send anything over the network (unless you explicitly --submit)
  • Does not install anything persistently (npx runs and exits)
  • Does not modify any files
See a sample result →

Privacy & Security

The probe makes zero network calls during scanning. Shell configs and .env files are checked via grep — key names are matched without loading values into memory. When you opt into --submit, a sanitization layer strips file paths, platform info, and identifying details before anything leaves your machine.

  • No IP logging, no analytics, no cookies
  • You see the full payload before confirming submission
  • 100% open source — every scanner is a single TypeScript file
Full security details →