Caveat verdict
openclaw-n8n-orchestrator
Reads local files AND makes external network calls
Integration skill for routing OpenClaw agent API calls through n8n webhooks; explicitly designed as a credential isolation pattern to prevent the agent from touching external API keys directly, which improves security.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)
LLM02 · LLM06 · ASI03
Reads files, encodes data, AND makes external network calls — the obfuscated-exfiltration pattern (data-flow not verified)
LLM02 · ASI03
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
network_out
file_read
credential_access
Findings (14)
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
references/deployment.md · code · curl -fsSL https://tailscale.com/install.sh | sh
Pipe to sh — executes piped content as shell commands
references/deployment.md · code · | sh
Recursive delete from root or home — destructive command
references/security.md · code · rm -rf /
Pipe to bash — executes piped content as shell commands
references/deployment.md · prose · downgraded · | bash
HTTP request to bare IP address — common in malicious payloads
references/deployment.md · code · http://127.0.0.1
Accesses process.env — reads environment variables
SKILL.md · code
References webhook/callback URL
SKILL.md · code · WEBHOOK_URL
Node http/https module — low-level network access
SKILL.md · code · require('https')
Opens WebSocket connection
README.md · code · WebSocket
Instructs covert action — may act without user awareness
references/security.md · prose · downgraded · secretly
Base64 encoding/decoding
references/security.md · prose · downgraded · base64-encode
Python urllib.request — network access
scripts/validate_integration.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
scripts/validate_integration.py · prose · downgraded · os.environ.get(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
network_innetwork_outfile_readdata_encodingcredential_access Thanks — recorded.