jwizenfeld04/Echo-Guard
Semantic linting CLI that detects codebase redundancy created by AI coding agents.
Analyzes code semantics using a two-tier pipeline—AST hash matching for exact/renamed clones and embedding-based similarity search (CodeSage/UniXcoder) for modified and intent-driven duplicates—then classifies findings by actionability (extract vs. review). Integrates with Claude Code via MCP server, VS Code via real-time daemon architecture, and GitHub Actions for PR checks; runs entirely locally with optional consent-based feedback sharing.
Available on PyPI.
Stars
2
Forks
—
Language
Python
License
MIT
Category
Last pushed
Mar 28, 2026
Commits (30d)
0
Dependencies
11
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/jwizenfeld04/Echo-Guard"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SireJeff/k0ntext
AI Context Engineering - Intelligent context for Claude, Copilot, Cline, and more with...
oldjs/web-code-agent
Browser-local AI code Q&A engine. Chat with your codebase, ensure privacy, and optimize LLM...
ShunsukeHayashi/context-and-impact
Unified Context-to-Execution pipeline: Obsidian semantic search + GitNexus code impact analysis...
Carlosagamez2021/AI-Indexing
🚀 Simplify code indexing with structured prompts and testing, optimizing source code for...
AndySze/session-seek
Search your AI coding agent session history with semantic + keyword search via MCP. Supports...