Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>Secret GuardNew to Visual Studio Code? Get it now.
Secret Guard

Secret Guard

Jhafet Cánepa

| (0) | Free
Real-time secret scanning with enterprise policies
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Secret Guard

ES: Extensi�n de VS Code para detectar secretos y credenciales expuestas en tiempo real.

EN: VS Code extension to detect exposed secrets and credentials in real-time.


Instalaci�n / Installation

npm install
npm run build

Para desarrollo / For development:

npm run watch

Caracter�sticas / Features

ES EN
Escaneo en tiempo real Real-time scanning
18 patrones de secretos integrados 18 built-in secret patterns
Patrones personalizados Custom patterns support
Comando para escanear workspace Workspace scan command
Severidad configurable Configurable severity
Rutas ignoradas Ignored paths

Secretos Detectados / Detected Secrets

  • AWS Access Key / Secret Key
  • GitHub Token
  • GitLab Token
  • Slack Token
  • Stripe Key
  • OpenAI Key
  • Google API Key
  • Azure Key
  • Private Keys (RSA, EC, DSA, OPENSSH)
  • JWT Tokens
  • Database URLs (MySQL, PostgreSQL, MongoDB, Redis)
  • Anthropic Key
  • Twilio Key
  • SendGrid Key
  • NPM Token
  • Heroku Key
  • Generic secrets (password, api_key, token, etc.)

Configuraci�n / Configuration

Abre Settings y busca "Secret Guard" / Open Settings and search "Secret Guard":

secretGuard.severity

  • error - Muestra como error (default) / Shows as error (default)
  • warning - Muestra como advertencia / Shows as warning
  • info - Muestra como informaci�n / Shows as info

secretGuard.customPatterns

Patrones personalizados / Custom patterns:

[
  {
    "name": "My Company Key",
    "pattern": "MYCOMPANY_[A-Z0-9]{32}"
  }
]

secretGuard.ignorePaths

Rutas a ignorar / Paths to ignore:

[
  "**/node_modules/**",
  "**/.git/**",
  "**/dist/**"
]

Comandos / Commands

Comando / Command Descripci�n / Description
Secret Guard: Scan Workspace Escanea todos los archivos / Scans all files

Uso / Usage

  1. Abre un archivo con c�digo / Open a code file
  2. Si hay secretos, ver�s errores subrayados / If secrets exist, you'll see underlined errors
  3. Revisa el panel de "Problems" / Check the "Problems" panel

Lenguajes Soportados / Supported Languages

JavaScript, TypeScript, Python, Java, Go, Rust, Ruby, PHP, C#, JSON, YAML, .env, Properties, Shell, Dockerfile


Desarrollo / Development

git clone https://github.com/jafcn09/vscode-secret-guardian.git
cd vscode-secret-guardian

npm install
npm run build


Licencia / License

MIT License - Ver archivo LICENSE / See LICENSE file

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