AuditMe wakes up with your coding agent — Cursor, Windsurf, opencode, or Claude Desktop. MCP tools, LSP diagnostics, and a web dashboard. One engine, three surfaces. Free and open source.
AuditMe integrates at every level — MCP for your agent, LSP for your editor, Web for your browser. Same NVIDIA Nemotron engine behind all three. Free and open source.
Your coding agent calls AuditMe as a native tool. Add to Cursor, Windsurf, opencode, or Claude Desktop. Commands: audit_code, audit_file, audit_github.
Real-time diagnostics while you code. Catches secrets, console.log, debugger, unresolved tasks, missing try-catch. Full audit on demand via command.
Paste any public GitHub URL. Get a scored report with prioritized fixes in under 60 seconds. No install, no config — just paste and audit.
94% of vibe-coded apps fail their first audit. Here's what we find every single time.
API keys, database passwords and tokens committed directly into your source code.
Async functions with no try/catch. API routes that crash when one request fails.
User input passed directly to your database. One malformed request away from corruption.
Public endpoints with no throttling. A bot can hammer your API all day.
Debug logs printing user data, tokens or internal state to your server logs.
API wide open to any origin. Any website can make requests on behalf of your users.
Your app boots fine locally but silently fails in production when an env var is missing.
Good dependency hygiene, proper .gitignore, health endpoints — we track what you're doing right.
AuditMe is designed to pair with your AI coding tools. Add it once, forget it's there — until it saves you from shipping a secret to production.
Add the MCP server in cursor.json. AuditMe shows up as a native tool your agent calls automatically.
Configure the MCP server in Windsurf's settings. Your AI flow catches security issues mid-edit.
Add the MCP server or LSP server to opencode.json. Instant diagnostics as you code.
Add the MCP server to claude_desktop_config.json. Claude audits your code on request.
Full VS Code extension with inline diagnostics and one-click full audits. Install from the marketplace or side-load from vscode/.
Installed via npx or npm. Commands: scan (full NVIDIA audit), check (local regex), watch (file watcher), init (config scaffold).
MCP server, LSP server, and web app — all free and open source. Add AuditMe to your agent and ship with confidence.