Quality Breakdown
57/ 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
high
Broad system access required. Carefully review permissions before installing.
Stale
No commits in 90-365 days and no tagged releases.
Risk Assessment
- Bash/Shell execution capability: src/agentic/tools/bash.ts provides direct bash command execution
- File system manipulation: src/agentic/tools/write.ts, edit.ts enable autonomous file writes and edits without clear human approval gates
- Autonomous agent loop: src/agentic/agent-loop.ts implements autonomous agentic execution with LLM-driven control flow
- Multi-agent orchestration: Framework spawns and coordinates multiple LLM agents (Claude, Gemini, Codex, Ollama, Mistral) without apparent centralized approval mechanism
- Agentic file executor: src/agentic/file-executor.ts executes agent-proposed file modifications to the filesystem
- Codebase exploration tools: grep, glob, view tools allow agents autonomous access to scan and read arbitrary repository content