Back to Home
iamyureka icon

ynode

Verified Safe

by iamyureka

Overview

A visual workflow automation platform for orchestrating various tasks and integrations through a node-based editor.

Installation

Run Command
pnpm --filter ynode-server dev

Environment Variables

  • CREDENTIAL_ENCRYPTION_KEY
  • JWT_SECRET
  • NODE_ENV
  • DB_PATH
  • PORT
  • LOG_LEVEL

Security Notes

The server demonstrates good security practices including Argon2 for password hashing, AES-256-GCM for credential encryption, JWT for authentication, and Express middleware (helmet, hpp, express-rate-limit) for common web vulnerabilities. Custom user-provided code for nodes is executed within a sandboxed `isolated-vm` environment, significantly mitigating risks from dynamic code execution. The `ifElse` node uses `new Function()` for condition evaluation, which, while contained, is generally less secure than a static parser. Overall, the architecture shows a strong focus on security.

Similar Servers

Stats

Interest Score86
Security Score8
Cost ClassLow
Stars11
Forks1
Last Update2026-01-17

Tags

Workflow AutomationLow-codeNode-based EditorExtensibleAPI Integrations