leveret
leveret
leveret은 새끼 산토끼입니다. 작고 빠르며, 눈을 뜬 채 태어납니다.
leveret은 코드가 외부로 나가지 않는 팀을 위한 호스팅형 AI 리뷰 봇의 후속작으로, 자체 호스팅 방식의 하이브리드 비공개 코드 리뷰 엔진입니다. 결정적 정적 분석, AST 수준 검색, 그리고 MCP로 노출되는 등급화된 필터링 파이프라인을 갖추고 있으며, 여러분이 가져오는 어떤 리뷰 에이전트로도 구동됩니다(BYOM — Claude Code, MCP를 지원하는 클라이언트를 통한 로컬 모델, 또는 CI 러너). 엔진 레이어 자체는 절대 LLM을 호출하지 않습니다.
프로젝트가 목표로 하는 파이프라인:
[diff] → [deterministic first pass: leveret scan] → [review agent: leads → concerns]
→ [verification agent: refute-or-evidence filter] → [report]도구
scan
{repo, base? | files?, engines?, delta?}— 변경 집합에 적용 가능한 엔진을 실행하고 정규화된 파인딩(engine, rule, severity, file, line, message, provenance)과 엔진별 상태 보고서를 반환합니다. base ref가 있으면 스캔은 기본적으로 delta 모드입니다. base 트리에 이미 존재하는 파인딩은 기존의 것으로 간주되어 제외되며(집계는 되지만 조용히 무시되지는 않음), 남은 파인딩은introduced로 태그됩니다. 엔진: semgrep(레지스트리 보안 + 언어별 규칙 세트), gitleaks(base..HEAD커밋에서 시크릿 탐지), shellcheck, ruff, actionlint, zizmor(워크플로 보안), osv-scanner(lockfile CVE), typos(맞춤법), jscpd(프로필로 제어되는 중복 탐지), 프로필에 선언된 semgrep/ast-grep 규칙 팩, 그리고custom:프로필 항목을 통한 임의의 SARIF 출력 명령(레시피: psalm taint, hadolint, trivy, ...)입니다. 파인딩은 리뷰 단서이지, 최종 판정이 아닙니다.ast_search
{repo, pattern, lang, paths?}— ast-grep을 통한 구조적 패턴 매칭(메타변수, 문법 인식)으로, 텍스트 grep이 잘못 다루는 호출 지점 형태의 질문을 위한 기능입니다.context
{repo, files}— 파인딩이 아닌 우선순위 신호입니다: 함수별 순환 복잡도(lizard), 12개월 변경량, 마지막 수정 날짜.
Related MCP server: reporelay
실행
npm install && npm run build
node dist/server.js # stdio MCP server
npm test # integration tests (need semgrep, gitleaks, shellcheck, ruff, actionlint, ast-grep on PATH)Claude Code 등록:
claude mcp add leveret -- node /Users/andre/git/leveret/dist/server.js상태 / 로드맵
DESIGN.md를 참조하세요 — 아키텍처, 3단계 필터(actionable / priced-noise / false-positive), 리포지토리 내 메모리 저장소, 에이전트 프롬프트 계약, 그리고 도입을 결정하는 검증 벤치마크.
라이선스
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityAmaintenanceLocal-first code intelligence MCP server with hybrid BM25 + ONNX vector search, symbol-level impact analysis, diff-aware PR review with risk scoring, and persistent memory tied to git state.3669576MIT
- AlicenseNot gradedqualityFmaintenanceSelf-hosted MCP server for indexing and searching code repositories via hybrid search and deep code understanding.718MIT
- AlicenseNot gradedqualityCmaintenanceOpen-source AI code review MCP server for local git diff auditing with deterministic security rules and AI-powered analysis using any OpenAI-compatible model.4MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for automated code review using AI agents. It analyzes code diffs or file paths for bugs, security issues, and style violations.MIT
Related MCP Connectors
Enterprise code intelligence for M&A, security audits, and tech debt. Hosted server with 200k free.
Zero-config MCP security scanner for AI-generated apps. 25K+ vulnerability patterns.
Multi-engine search for AI agents. Trust scoring, local corpus, MCP-native. Self-hostable, BYOK.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/andrebrait/leveret'
If you have feedback or need assistance with the MCP directory API, please join our Discord server