Quality Breakdown
87/ 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 via src/common/llm/tools/bash.ts - tool enables arbitrary command execution
- Subagent spawning capability via src/common/llm/tools/subAgent.ts - supports multi-agent orchestration
- Persistent configuration modification via .cursor/rules directory - allows modification of Cursor IDE behavior
- MCP (Model Context Protocol) client integration in src/common/llm/mcp/client.ts - enables external tool execution and integration
- GitHub Actions workflow automation (.github/workflows/claude.yml) - runs AI agent autonomously in CI/CD without explicit approval gates
- External code execution via fetch tool (src/common/llm/tools/fetch.ts) - can retrieve and potentially execute remote code