Code Sentinel
Expose security vulnerabilities, deceptive constructs, and unfinished code before they reach production.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Analyze Code: Analyze code for security issues, errors, deceptive patterns, and placeholders. Returns a structured analysis with issues and strengths.
- Generate Report: Analyze code and generate a detailed HTML report with visual indicators for issues and strengths.
- Check Security: Check code for security vulnerabilities only (hardcoded secrets, SQL injection, XSS, etc.)
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Expose security vulnerabilities, deceptive constructs, and unfinished code before they reach production. Reveal architectural and design pattern usage with clear, actionable guidance to improve consistency and maintainability. Generate concise visual reports that highlight strengths and prioritize issues to speed up reviews and refactoring.
Список инструментов сервера (7)
Технические названия из tools/list. Нужны только разработчикам.
| analyze_code | Analyze code for security issues, errors, deceptive patterns, and placeholders. Returns a structured analysis with issues and strengths. |
| generate_report | Analyze code and generate a detailed HTML report with visual indicators for issues and strengths. |
| check_security | Check code for security vulnerabilities only (hardcoded secrets, SQL injection, XSS, etc.) |
| check_deceptive_patterns | Check for code patterns that hide errors or create false confidence (empty catches, silent failures, etc.) |
| check_placeholders | Check for placeholder code, dummy data, TODO/FIXME comments, and incomplete implementations |
| analyze_patterns | Analyze code for architectural, design, and implementation patterns. Detects pattern usage, inconsistencies, and provides actionable suggestions for improvement. |
| analyze_design_patterns | Focused analysis of Gang of Four (GoF) design patterns in code. Detects Singleton, Factory, Observer, Strategy, and other classic patterns with confidence levels and implementation details. |