Codemind — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Codemind (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<p align="center"> <pre align="center"> ___ _ __ __ _ _ / __\___ __| | ___| \/ (_)_ __ __| | / / / _ \ / _ |/ _ \ |\/| | | '_ \ / _ | / /__| (_) | (_| | __/ | | | | | | | (_| | \____/\___/ \__,_|\___|_| |_|_|_| |_|\__,_| </pre> </p>
<p align="center"> <strong>🛡️ Enterprise-Grade Security for AI-Generated Code</strong><br> <em>Think before ship.</em> </p>
<p align="center"> <a href="https://pypi.org/project/codemind-mcp/">📦 PyPI</a> • <a href="https://codemind-ai.github.io/codemind">📖 Documentation</a> • <a href="#installation">🚀 Quick Start</a> • <a href="#available-tools">🔧 Tools</a> </p>
<p align="center"> <a href="https://pypi.org/project/codemind-mcp/"> <img src="https://img.shields.io/pypi/v/codemind-mcp.svg" alt="PyPI Version"> </a> <img src="https://img.shields.io/badge/python-3.10+-green.svg" alt="Python"> <img src="https://img.shields.io/badge/MCP-Native-purple.svg" alt="MCP"> <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"> <img src="https://img.shields.io/badge/privacy-100%25%20local-brightgreen.svg" alt="Privacy"> </p>
CodeMind transforms your AI coding assistant (Cursor, Windsurf, Claude Desktop) into a full security platform for the modern web. Specialized for Next.js, React, and TypeScript, it provides real-time oversight of AI-generated code across five security dimensions.
| Module | Description |
|---|---|
| Modular Skills | Plugin-based agentic personas (Security, UI, Docs) with specialized prompts. |
| Safety Lock | Hard-coded protection against DROP, TRUNCATE, and unconditional DELETE. |
| Intent Discovery | Automatic detection of the optimal skill/persona for any given task. |
| SAST Engine | Detection of SQL injection, XSS, SSRF, and command injection patterns. |
| Prompt Security | Specialized detection for prompt injection and leak vulnerabilities. |
| Secrets Detection | Identification of hardcoded API keys and tokens with entropy analysis. |
| IaC Scanning | Security auditing for Dockerfiles, GitHub Actions, and docker-compose. |
Install the core engine from PyPI:
pip install codemind-mcpAdd CodeMind to your claude_desktop_config.json (or equivalent MCP client config):
{
"mcpServers": {
"codemind": {
"command": "codemind",
"args": ["serve"],
"env": {
"CONTEXT7_API_KEY": "your_optional_key_here"
}
}
}
}Simply include the trigger phrase in your chat prompt:
"Generate a login endpoint for FastAPI. use codemind"
When you use the use codemind trigger, the Guardian automatically enforces essential protections for modern SaaS applications:
dangerouslySetInnerHTML, exposed NEXT_PUBLIC_ secrets, and insecure localStorage patterns.CodeMind exposes 15 MCP tools for seamless automated workflows:
guard_code: Static analysis for vulnerabilities (including Prompt Injection).detect_intent: 🧠 Automatically identifies the best Skill for a given task.activate_skill: Manually switch between agentic personas (Security, UI, Docs).run_workflow: 🚀 Execute complex multi-step actions (e.g., /deploy, /audit-deep).list_skills: View all available modular personas and their capabilities.audit_prompt: Specialized analyzer for AI prompt security and leaks.scan_secrets: Entropy-based credential detection.scan_dependencies: Software Composition Analysis (SCA).scan_iac_file: Infrastructure-as-Code auditing.deep_security_scan: Consolidated multi-layer analysis.The transition from a hackathon project to a foundational security primitive.
CodeMind is built on the principle of Local-First Security.
Distributed under the MIT License. See LICENSE for more information.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.