ShielderX

Prevent sensitive keys, secrets, and internal data from leaking during AI-assisted coding.

        
        ~ $ 
      

Installation

ShielderX runs entirely locally and requires no additional configuration.

            
VSCode -> extension -> ShielderX

          

Platform Support (Phase 1)

ShielderX supports secure build-time protection across multiple platforms. Runtime decryption works only where a runtime SDK is available.

Platform Scan & Protect Auto Import Auto Install Runtime Decrypt
JavaScript (Node)
TypeScript
React
Angular
Vue
Next.js
Node Backend (Express, NestJS)
React Native
Flutter
Java
Python
Go
PHP
C# (.NET)

⚠️ Runtime decryption for backend platforms requires platform-specific SDKs and is coming soon.

Key Features

Pre-Scan Protection

Scans your project for secrets and sensitive values before any AI tool can access it.

Local Key Generation

Generates a project-specific protection key stored locally and never uploaded.

AI-Safe Context

Ensures only sanitized, safe context is shared with AI coding assistants.

Zero Cloud Dependency

No servers, no telemetry, no external data transfer.

Developer Controlled

You decide when scanning happens and what files are protected.

Reversible Protection

All protection can be reviewed, rotated, or removed at any time without affecting your project structure or workflow

Usage

Open the Command Palette (Cmd + Shift + P on macOS, Ctrl + Shift + P on Windows/Linux) and run the following command based on your need:

1. Scans your project for secrets and sensitive values before AI access

            
ShielderX: Scan Project

          

2. Manage all the protected value from one place

            
ShielderX: Manage Secrets

          

3. Replaces the existing protection key without affecting project files

            
ShielderX: Rotate Project Key

          

Version

v0.0.6

21/01/2026
  • Warnings on fresh project added
  • README.MD updated
  • webpage added

v0.0.2

17/01/2026
  • Value encryption
  • Able to see the list of key which ShielderX protected

v0.0.1

10/01/2026
  • Base Version with auto scan
  • UI updates