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.