Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Thuban — AI Code VerificationNew to Visual Studio Code? Get it now.
Thuban — AI Code Verification

Thuban — AI Code Verification

Thuban

| (0) | Free
Real-time code intelligence: security scanning, AI hallucination detection, dead code, clone detection, and trust scoring for 120+ languages.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Thuban — AI Code Verification (VS Code Extension)

Real-time code intelligence for VS Code: security scanning, AI hallucination detection, dead-code analysis, clone detection, and per-file trust scoring.

Features

  • On-save scanning — automatically scans files when you save (configurable)
  • Inline diagnostics — issues appear in the Problems panel and as editor squiggles
  • Trust score — status bar indicator shows a 0-100 trust score for the active file
  • Workspace scan — scan your entire project with a single command
  • Severity filtering — show all issues or only high/critical ones
  • Dead-code tagging — unused code is visually faded using VS Code's Unnecessary diagnostic tag

Requirements

Install the Thuban CLI globally:

npm install -g thuban

The extension will also detect a workspace-local installation (node_modules/.bin/thuban) or the monorepo scanner module during development.

Commands

Command Description
Thuban: Scan Current File Scan the active editor file
Thuban: Scan Workspace Scan all files in the workspace
Thuban: Clear All Diagnostics Remove all Thuban diagnostics

Configuration

Setting Default Description
thuban.enable true Enable Thuban scanning
thuban.scanOnSave true Scan files on save
thuban.scanOnOpen false Scan files when opened
thuban.severityFilter "all" Minimum severity: all, high, critical
thuban.ignorePaths ["node_modules","dist","build",".git"] Paths to ignore

Screenshots

Coming soon

License

See the project root LICENSE file.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft