Real-time hallucination guard for AI coding assistants.
AuthorityLog verifies every import, API call, and function reference in your TypeScript/JavaScript files against the actual published source of truth — npm registry, node_modules, and TypeScript declarations.
Features
✓ Green gutter marks — verified references
✗ Red gutter marks — hallucinated references (AI made these up)
⚠ Yellow gutter marks — deprecated but real APIs
Hover tooltips — explains what was verified and against which source, with "did you mean" suggestions for typos
Status bar summary — AuthorityLog: 47 ✓ | 2 ✗ | 1 ⚠ at a glance
Findings panel — full list of findings, click to jump to line
Requirements
VS Code 1.85+ or Cursor
Node.js 20+ (for workspace with node_modules)
Extension Settings
Setting
Default
Options
authoritylog.enabled
true
true / false
authoritylog.severity
all
all / errors-only
authoritylog.network
enabled
enabled / offline-only
Commands
AuthorityLog: Verify Current File — manually trigger verification