Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>KORE ToolsNew to Visual Studio Code? Get it now.
KORE Tools

KORE Tools

CARMEN ESTEBAN

|
1 install
| (0) | Free
AI-powered development tools: security scanning, complexity analysis, knowledge base, and project memory
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

KORE Tools

AI-powered development tools integrated directly into VS Code. Security scanning, complexity analysis, knowledge base, and project memory — all in one extension.

Features

Create from Idea

Describe your project idea in natural language and get a complete scaffold generated automatically.

Security Scanning (AEGIS)

Real-time security analysis powered by AEGIS. Detects dangerous commands, insecure dependencies, and common vulnerabilities. Auto-scans Python files on save.

Complexity Analysis (SC-Router)

Instant complexity classification (SC-1 to SC-5) for your code. See complexity scores inline and per-function breakdowns.

Knowledge Base (Kore Engine)

Search your indexed knowledge base directly from VS Code. Find patterns, solutions, and documentation without leaving your editor.

Project Memory (Kore Mind)

Your project remembers decisions, patterns, and context across sessions. Store notes, view history, and never lose track of why things were built a certain way.

AI Code Review

Get intelligent code reviews with actionable suggestions. Right-click any selection for instant feedback.

Test Generation

Automatically generate test scaffolds for your code. Supports Python and more.

Commands

Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P) and type KORE:

Command Description
KORE: Create Project from Idea Generate project from natural language
KORE: Scan Security (AEGIS) Run security scan on current file
KORE: Analyze Complexity Analyze code complexity
KORE: Search Knowledge Base Search indexed knowledge
KORE: View Project Memory View project decisions and context
KORE: Generate Tests Auto-generate tests
KORE: AI Code Review Get AI-powered code review
KORE: Explain Selected Code Get explanation for selected code

Requirements

  • Python 3.8+
  • KORE Python packages (auto-install prompt on first launch):
    pip install aegis-security sc-router kore-engine kore-mind aip-engine
    

Settings

Setting Default Description
kore.pythonPath python3 Path to Python interpreter
kore.autoScan true Auto-scan security on Python file save
kore.showComplexityInline true Show complexity indicators inline
kore.autoInstallPackages false Auto-install missing Python packages

Getting Started

  1. Install the extension from VS Code Marketplace
  2. Open a project
  3. Click the KORE icon in the Activity Bar
  4. If prompted, install the required Python packages
  5. Start using KORE commands from the sidebar or Command Palette

License

MIT

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