Code Crawler - AI Code DetectionDetect AI-written vs human-written code in real time, right in your editor. Code Crawler tracks your keystrokes and editing patterns to distinguish code you wrote yourself from code generated by AI tools like GitHub Copilot, Cursor, ChatGPT, and others. Features🔍 Real-Time DetectionCode Crawler monitors 11 behavioral signals as you type — typing rhythm, cursor movement, edit velocity, undo patterns, paste detection, and more — to determine whether each line was written by a human or generated by AI. 🎨 Line-Level DecorationsEvery tracked line gets a color-coded gutter indicator:
Confidence levels are shown via opacity: high (>80%), medium (50-80%), low (<50%). 💬 Hover TooltipsHover over any line to see the authorship verdict, confidence percentage, and which detection signal was most influential. 📊 Status BarA persistent status bar item shows the current file's AI vs Human percentages at a glance. Click it to open the full report. 📈 Sidebar PanelAn activity bar panel displays a pie chart breakdown of the current file's authorship, with line counts and confidence scores. 📋 Full ReportRun Code Crawler: Show Report from the Command Palette to generate a detailed markdown report of all tracked files in your workspace, including per-file signal breakdowns and reliability scores. How It WorksCode Crawler uses a multi-signal fusion engine with 11 detection heuristics:
Signals are weighted and fused using a confidence engine. Multiple corroborating signals increase certainty; contradictory signals reduce it. Settings
Commands
Supported LanguagesTypeScript, JavaScript, Python, Ruby, Go, Rust, Java, C, C++, C#, PHP, Swift — and any other language supported by VS Code. Data & PrivacyAll tracking data is stored locally in a License |