🔌 pluginActivePromisingmedium
coderlm
by JaredStewart
Tree-sitter-powered code indexing server that gives LLM agents precise, on-demand access to symbols, implementations, callers, tests, and grep across multi-language projects - so they explore codebases through targeted queries instead of loading everything into context.
Quality Breakdown
89/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.
Trust & Verification
medium
Requires extended permissions (shell access, subagents). Review before use.
Active
Updated within the last 90 days. Actively maintained.
Risk Assessment
- Contains shell scripts for daemon management (coderlm-daemon.sh, session-init.sh, session-stop.sh) that could execute arbitrary commands
- Includes CLAUDE.md configuration file which may persist Claude-specific settings or behavioral instructions
- Plugin architecture with hooks system (plugin/hooks/hooks.json) could enable automated execution
- Server component exposes JSON API that accepts queries - potential for indirect command execution through query patterns
- Python CLI wrapper (coderlm_cli.py) could execute system commands based on API responses
- File watcher and indexing daemon that automatically monitors filesystem changes