OpenClaw n8n Orchestrator

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The bundle is a comprehensive security-focused framework for integrating OpenClaw agents with n8n workflows. It provides templates and instructions for implementing a 'proxy orchestration pattern' designed to isolate sensitive API credentials within n8n, preventing leakage from the agent's environment. The included scripts, such as 'validate_integration.py' and the trigger templates (trigger-template.sh/js), incorporate robust security practices including input sanitization via URL encoding, strict error handling (set -euo pipefail), and mandatory security manifests. The documentation (references/security.md) provides high-quality threat modeling and hardening guidance, demonstrating a clear intent to improve system security rather than exploit it.