nodetool
Build and manage AI workflows with NodeTool, integrating LLM agents and multimodal data flows in a local-first environment.
Install this skill
or
3/100
Security score
The nodetool skill was audited on Feb 9, 2026 and we found 9 security issues across 2 threat categories, including 6 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
high line 36
Piping content to bash shell
SourceSKILL.md
| 36 | curl -fsSL https://raw.githubusercontent.com/nodetool-ai/nodetool/refs/heads/main/install.sh | bash |
high line 42
Piping content to bash shell
SourceSKILL.md
| 42 | curl -fsSL https://raw.githubusercontent.com/nodetool-ai/nodetool/refs/heads/main/install.sh | bash --prefix ~/.nodetool |
high line 51
Piping content to bash shell
SourceSKILL.md
| 51 | curl -fsSL https://raw.githubusercontent.com/nodetool-ai/nodetool/refs/heads/main/install.sh | bash -y |
high line 385
Piping content to bash shell
SourceSKILL.md
| 385 | curl -fsSL https://raw.githubusercontent.com/nodetool-ai/nodetool/refs/heads/main/install.sh | bash |
high line 391
Piping content to bash shell
SourceSKILL.md
| 391 | curl -fsSL https://raw.githubusercontent.com/nodetool-ai/nodetool/refs/heads/main/install.sh | bash --prefix ~/.nodetool |
high line 400
Piping content to bash shell
SourceSKILL.md
| 400 | curl -fsSL https://raw.githubusercontent.com/nodetool-ai/nodetool/refs/heads/main/install.sh | bash -y |
low line 42
Access to hidden dotfiles in home directory
SourceSKILL.md
| 42 | curl -fsSL https://raw.githubusercontent.com/nodetool-ai/nodetool/refs/heads/main/install.sh | bash --prefix ~/.nodetool |
low line 391
Access to hidden dotfiles in home directory
SourceSKILL.md
| 391 | curl -fsSL https://raw.githubusercontent.com/nodetool-ai/nodetool/refs/heads/main/install.sh | bash --prefix ~/.nodetool |
medium line 435
Access to hidden dotfiles in home directory
SourceSKILL.md
| 435 | - **NodeTool environment** — Conda env at `~/.nodetool/env` |
Scanned on Feb 9, 2026
View Security Dashboard