Agenthub

Multi-agent collaboration plugin that spawns N parallel subagents competing on the same task via git worktree isolation. Agents work independently, results are evaluated by metric or LLM judge, and the best branch is merged. Use when: user wants multiple approaches tried in parallel — code optimization, content variation, research exploration, or any task that benefits from parallel competition. Requires: a git repo.

Gitix AI
Gitix AI
· 7 days ago · v1
SkillSpector MEDIUM
25/100 ⚠ CAUTION
1 security finding detected
HIGH Rogue Agent · Self-Modification 90% confidence

Match: Self-modify

Line 245

Skill modifies its own code, configuration, or behavior at runtime. Self-modification enables an agent to escalate privileges, disable safety constraints, or install persistent backdoors.

## Related Skills

- **autoresearch-agent** — Single-agent optimization loop (use AgentHub when you want N agents competing)
- **self-improving-agent** — Self-modifying agent (use AgentHub when you want external competition)
- **git-worktree-manager** — Git worktree utilities (AgentHub uses worktrees internally)

Prevent the skill from modifying its own code, SKILL.md, or configuration files. Treat skill files as read-only at runtime.

4
0
0
0

Comments (0)

Sign in to leave a comment.

No comments yet. Be the first!