Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ priority: high

The Execute Command node runs shell commands on the host machine that runs n8n.

/// warning | Security considerations
The Execute Command node can introduce significant security risks in environments that operate with untrusted users. Because of this, n8n recommends [disabling](/hosting/securing/blocking-nodes.md#exclude-nodes) it in such setups.
///

/// note | Which shell runs the command?
This node executes the command in the default shell of the host machine. For example, `cmd` on Windows and `zsh` on macOS.

Expand Down
1 change: 1 addition & 0 deletions styles/config/vocabularies/default/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ Typeform
[Uu]npublish
[Uu]nshare
Untrash
[Uu]ntrusted
UpLead
uProc
[Uu]psert
Expand Down