🔌 pluginActivePromisingcritical
genie
Wishes in, PRs out. CLI agent that interviews you, plans the work, dispatches parallel agents in isolated worktrees, and reviews code before you see it.
Quality Breakdown
107/ 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
critical
Manual security review required. Use with extreme caution.
Active
Updated within the last 90 days. Actively maintained.
Risk Assessment
- Autonomous multi-agent spawning system: Described as 'dispatches parallel agents in isolated worktrees' with no explicit human approval gates shown
- Shell script execution capability: Contains .genie/agents/metrics-updater/tools with bash scripts (backfill.sh, collect-stats.sh, run-metrics.sh) that execute autonomously
- Persistent configuration storage: .claude/ and .genie/ directories indicate persistent config modification and agent state management
- Bootstrap/install automation: README explicitly mentions curl-based installer (curl -fsSL https://get.automagik.dev/genie | bash) that downloads and executes code from external CDN
- Complex agent orchestration: Multi-agent architecture with isolated worktrees, messaging system (NATS streaming references), and autonomous decision-making
- Code review bypass potential: 'reviews code before you see it' indicates autonomous code modification and PR generation without guaranteed human review