n8n AI Nodes
Open-source workflow automation with strong native AI node support — LangChain integration, agent loops, vector store nodes.
Delv Safety Grade: B
Score 73/100 · assessed 2026-04-18
n8n is a well-established open-source workflow automation platform with over 38,000 GitHub stars and active development from a funded company. The transparency is excellent: fully open source, comprehensive documentation, and clear versioning. The maintainer score is strong given n8n GmbH's backing and community size. However, the permissions footprint is broad. As a workflow orchestrator, n8n can execute arbitrary code via function nodes, make unrestricted network calls, read environment secrets, interact with databases, and control external services. Self-hosted deployments mitigate some risk, but the cloud version runs workflows with wide privileges. No known security incidents, and supply chain is solid via npm and Docker Hub. The visual workflow builder provides auditability, but the sheer scope of what workflows can do keeps the permissions score low. Suitable for teams comfortable managing workflow security boundaries.
Green flags
- Fully open source with 38k+ stars and active community
- Strong documentation and extensive node library (400+ integrations)
- Self-hosted option gives full control over execution environment
- Visual workflow editor provides clear audit trail of automation logic
- Established company (n8n GmbH) with VC backing and regular releases
Red flags
- Function nodes allow arbitrary JavaScript/Python execution in workflows
- Workflows can access all environment variables including secrets
- Cloud-hosted workflows run on n8n infrastructure with broad network access
- No sandboxing of custom code nodes by default
- Credential storage in workflows requires careful access control
Permissions requested
Pricing
Platforms
Review
Best for teams that want workflow automation with AI sprinkled in, not pure agent autonomy. Self-host if you are serious. Skip if you need cutting-edge agent frameworks or hate visual programming.
Good at
- Full control over agent logic with visual branching and loops
- Self-hosted option avoids vendor lock-in and API rate limits
- Native LangChain, vector store, and memory nodes in one platform
- Trigger workflows on cron, webhook, or external events for true automation
- Open-source core means you can fork or extend nodes yourself
Watch out
- Visual editor becomes unwieldy for complex multi-step agent graphs
- No smart retry or self-healing unless you build it manually
- LangChain version lags behind the library's latest releases
- Cloud tier has execution time and memory caps that break long agent runs
- Not true open-ended autonomy, just scripted workflows with AI steps
Use cases
- Self-hosted alternative to Zapier
- AI-augmented data pipelines
- Cron-driven agent runs
- On-prem ops automation