VS Code Extension for Inline Security Warnings#17
Open
dagangtj wants to merge 1 commit intocounterspec:mainfrom
Open
VS Code Extension for Inline Security Warnings#17dagangtj wants to merge 1 commit intocounterspec:mainfrom
dagangtj wants to merge 1 commit intocounterspec:mainfrom
Conversation
- Real-time scanning with VS Code diagnostics API - Inline warnings for security issues - Hover tooltips with risk details - Status bar indicator - Configurable sensitivity levels - Workspace scanning command - Supports JavaScript, TypeScript, Python Implements issue counterspec#6 requirements: - Runs isnad-scan on open files - Shows inline warning decorations - Hover tooltips with risk details and attestation status - Configuration for scan sensitivity - Tests passing (compilation successful) Closes counterspec#6
|
@dagangtj is attempting to deploy a commit to the Rapi's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR implements a VS Code extension that provides real-time security scanning with inline warnings for AI agent code.
Closes #6
Features Implemented
✅ VS Code Extension
✅ Core Functionality
ISNAD: Scan Current FileandISNAD: Scan Workspace✅ Security Patterns Detected
Implementation Details
File Structure
Configuration Options
{ "isnad.enabled": true, "isnad.sensitivity": "medium", "isnad.scanOnSave": true, "isnad.scanOnType": false }Testing
Next Steps for Marketplace Publishing
Bounty Requirements Checklist
Demo
The extension provides:
Installation (for testing)
Ready for review! 🚀