Skip to content

feat: add VS Code extension with inline security warnings#23

Open
idiottrader wants to merge 2 commits intocounterspec:mainfrom
idiottrader:vscode-extension
Open

feat: add VS Code extension with inline security warnings#23
idiottrader wants to merge 2 commits intocounterspec:mainfrom
idiottrader:vscode-extension

Conversation

@idiottrader
Copy link

Summary

This PR adds a VS Code extension for ISNAD as requested in #6.

Features

  • ✅ Inline security warnings for dependencies
  • ✅ Hover tooltips with trust details
  • ✅ Auto-scan on file open/save
  • ✅ Configurable sensitivity levels
  • ✅ SARIF/JSON output support
  • ✅ Status bar integration
  • ✅ Attestation dashboard

Commands

  • ISNAD: Scan Current File - Manual file scan
  • ISNAD: Scan Workspace - Bulk workspace scan
  • ISNAD: Check Attestation Status - View attestation details

Configuration

  • isnad.sensitivity: low/medium/high
  • isnad.autoScan: Enable auto-scan
  • isnad.showInlineWarnings: Show/hide warnings

Trust Tiers Display

  • 🟢 VERIFIED (>80%)
  • 🟡 COMMUNITY (50-80%)
  • 🔴 UNVERIFIED (<50%)

Closes #6

@vercel
Copy link

vercel bot commented Feb 28, 2026

@idiottrader is attempting to deploy a commit to the Rapi's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

VS Code extension for inline warnings

1 participant