OpenHands
Open-source platform for cloud coding agents (formerly OpenDevin) that take actions across codebases, terminals and browsers.
Delv Safety Grade: B
Score 71/100 · assessed 2026-04-18
OpenHands (formerly OpenDevin) is an open-source autonomous coding agent platform maintained by All Hands AI, a venture-backed startup. The project shows strong transparency with active development, comprehensive documentation, and a large community (28k+ GitHub stars). However, it requests extremely broad permissions: full filesystem access, arbitrary shell execution, browser control, and network access. This is inherent to its design as an autonomous coding agent that can modify codebases and execute commands. The maintainer is a legitimate startup but relatively new (founded 2024), creating some organisational risk. Supply chain is reasonable via Docker and pip, though the agent's ability to execute arbitrary code means traditional sandboxing is limited. A security incident in mid-2024 involved exposed API keys in logs, which was addressed. Suitable for experienced developers who understand the security implications of autonomous agents with broad system access.
Green flags
- Fully open source with active development and 28k+ GitHub stars
- Comprehensive documentation and transparent security practices
- Distributed via standard package managers (pip) and Docker
- Active community with responsive issue tracking and changelogs
- Clear disclosure of capabilities and permission requirements
Red flags
- Full shell execution and filesystem write access with minimal sandboxing
- Browser control capabilities extend attack surface significantly
- Security incident in 2024: API keys exposed in logs (since patched)
- Relatively new organisation (2024) with moderate bus factor risk
- Autonomous agent can make arbitrary code changes without approval gates
Permissions requested
Pricing
Platforms
Review
Best for teams doing large refactors, migrations, or parallel development work who want transparency and control. Skip it if you need polished UX or can't afford to review its output carefully. Self-hosters and open-source advocates will appreciate the MIT licence.
Good at
- Multi-agent mode genuinely speeds up parallel refactors and migrations
- Open-source core with self-hosting option for security-conscious teams
- Sandboxed environment lets it safely run tests and iterate on failures
- Transparent execution logs make debugging easier than black-box competitors
- Works with multiple LLM providers so you're not locked to one vendor
Watch out
- Burns through API tokens quickly on complex tasks, costs add up
- Browser integration is slow and occasionally gets stuck in loops
- Requires clear requirements or it will iterate endlessly without progress
- Self-hosting setup is non-trivial, cloud version queues can be slow
- Not as polished as closed-source competitors like Devin
Use cases
- autonomous coding
- legacy migration
- parallel agents