📄 skillActivePromisingcritical
ColeMurray/background-agents
by ColeMurray
An open-source background agents coding system
Supported Platforms
🤖 Claude Code🧠Codex
Quality Breakdown
116/ 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
- Multi-agent spawning capability: Repository explicitly implements background agents that can 'spawn parallel sub-tasks that work in separate sandboxes simultaneously' (AGENTS.md, router.spawn-child.test.ts)
- Autonomous execution without human approval gates: System runs tasks in background and via webhooks/cron without per-execution human approval
- Full system access capabilities: Agents have access to 'full development environments (Node.js, Python, git, browser automation, VS Code)' and can execute arbitrary code in sandboxes
- Persistent configuration modification: .claude/ directory with SKILL.md and CLAUDE.md files indicates persistent agent configuration and behavior storage
- External code execution: System integrates with GitHub Apps, OpenAI, webhooks, and can clone/execute arbitrary repositories
- Sandbox escape risk: Multiple sandbox-related files (packages/control-plane/src/sandbox/) indicate sandbox management, but sandboxes can be compromised