Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>CIPHER — Security Engineering AssistantNew to Visual Studio Code? Get it now.
CIPHER — Security Engineering Assistant

CIPHER — Security Engineering Assistant

defconxt

| (0) | Free
Security engineering assistant with 7 operating modes, RAG-powered knowledge base, and multi-provider LLM support.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CIPHER VS Code Extension

Security engineering assistant for Visual Studio Code.

Features

  • Sidebar chat panel — cyberpunk-themed interface for security queries
  • 7 operating modes — RED, BLUE, PURPLE, PRIVACY, RECON, INCIDENT, ARCHITECT
  • Code analysis — right-click selected code to analyze for security issues
  • Multi-backend — Ollama (local), Claude API, or any LiteLLM provider
  • Keyboard shortcut — Ctrl+Shift+C / Cmd+Shift+C to open query input

Requirements

  • Python 3.14+ with cipher-security installed
  • At least one LLM backend configured (Ollama recommended for local use)

Setup

  1. Install CIPHER: pip install cipher-security
  2. Run setup: cipher setup
  3. Install this extension
  4. Set cipher.pythonPath in VS Code settings if Python is not on PATH

Extension Settings

Setting Default Description
cipher.pythonPath python Path to Python with cipher-security
cipher.backend ollama LLM backend (ollama, claude, litellm)
cipher.defaultMode AUTO Default operating mode

Development

cd vscode/
npm install
npm run compile
# Press F5 in VS Code to launch Extension Development Host

Packaging

npm run package
# Produces cipher-security-0.1.0.vsix
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft