Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>AuthorityLogNew to Visual Studio Code? Get it now.
AuthorityLog

AuthorityLog

authoritylog

| (0) | Free
Real-time hallucination guard for AI coding assistants — verifies every API call and import against authoritative sources
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AuthorityLog for VS Code / Cursor

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
  • AuthorityLog: Clear Cache — clear npm registry cache

More

See the full documentation.

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