minovative-mind-vscode

agent
Security Audit
Fail
Health Warn
  • License — License: Apache-2.0
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 7 GitHub stars
Code Fail
  • fs.rmSync — Destructive file system operation in src/ai/cacheManager.ts
  • exec() — Shell command execution in src/ai/enhancedCodeGeneration.ts
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This extension is an AI-powered coding assistant for Visual Studio Code that uses Google Gemini models to plan, write, and debug code based on natural language prompts.

Security Assessment
Risk rating: High. This tool has significant security considerations due to its autonomous capabilities. The codebase uses shell command execution (found in src/ai/enhancedCodeGeneration.ts) and destructive file system operations like `rmSync` (found in src/ai/cacheManager.ts). While the README states it runs safely using your own API key and sanitizes outputs, the combination of local shell execution and autonomous file modification means an AI hallucination could potentially delete files or run malicious commands. No hardcoded secrets or dangerous manifest permissions were found.

Quality Assessment
The project is actively maintained with a recent push date. It uses the reputable Apache-2.0 open-source license and has a detailed, professional README. However, community visibility and trust are currently very low. It only has 7 GitHub stars, indicating that very few external developers have reviewed the code.

Verdict
Use with caution. While its features are promising, the tool's ability to autonomously execute shell commands and delete files—combined with minimal community oversight—makes it risky for critical environments.
SUMMARY

Minovative Mind is an AI-Agent, VS Code extension using Google Gemini 2.5 models to boost developer productivity with intelligent code assistance, automated code planning/execution, context-aware chat, and secure, efficient workflows for all developers

README.md

Minovative Mind (Free AI Agent)

Turn your ideas into software—just describe it in natural language, and this world-class extension builds it for you.

Minovative Mind is a powerful, open-source AI agent for Visual Studio Code that integrates Google's Gemini models directly into your workflow. It plans, writes code, fixes bugs, and automates mundane tasks, all while running locally on your machine with your own API key.

Official Website: minovativemind.dev

Installs
Version
License


🚀 Key Features

  • 🤖 Autonomous Planning & Execution: Give it a high-level goal (e.g., "Create a login form"), and it generates a plan, creates files, writes code, and self-corrects any issues. Uses a strict /plan command enforcement for structural modifications to ensure safety and precision. Includes Output Integrity Validation to ensure generated code snippets are complete and correctly formatted.
  • 💬 Intelligent Chat: Context-aware chat that understands your entire workspace. Text and image support (Multimodal).
  • 🛠️ Auto-Fix & Debug: /fix command to analyze errors and auto-repair code issues.
  • 📝 Documentation & Cleanup: /docs command to add comprehensive docs and remove clutter.
  • 🔎 Context Agent: Actively investigates your codebase using terminal commands and specialized tools (get_implementations, get_call_hierarchy, grep, find, read_file) with automatic .gitignore-aware filtering. Now features AI-driven Request Categorization to tailor investigation strategies based on user intent (e.g., bug fixing, refactoring).
  • 💾 Git Automation: /commit generates descriptive commit messages based on your changes.
  • 🛡️ Safe & Private: Runs locally using Gemini Flash Lite. Features decoupled context management for real-time synchronization and AI output sanitization to prevent agent control leaks.

View Full Capabilities


⚡ Quick Start

1. Install from VS Code Marketplace

Search for "Minovative Mind" in the VS Code Extensions view (Cmd+Shift+X) and install it.

Marketplace Link

2. Get Your Free Gemini API Key

Minovative Mind uses Google's Gemini models. You need your own API key (it's free!).

  1. Go to Google AI Studio.
  2. Create a new API key.

3. Configure the Extension

  1. Open the Minovative Mind sidebar in VS Code (click the icon in the Activity Bar).
  2. Scroll down to the API Key Management section.
  3. Paste your API key and click Save.

That's it! You're ready to code.


📚 Documentation


🤝 Contributing & Community

Minovative Mind is open source! We welcome contributions, whether it's fixing bugs, adding features, or improving documentation.

  • Build from Source: See CONTRIBUTING.md for local setup instructions.
  • Support: Star us on GitHub to show your support!

This project makes API calls directly from your VS Code environment using your own Gemini API key. No data is stored, processed, or transmitted by third parties beyond Google’s API.

Reviews (0)

No results found