Summary
kailash-kaizen v2.2.1 was classified as CRITICAL RISK with a risk score of 4380. Sigil detected 333 findings across 1901 files, covering phases including provenance, code patterns, network exfiltration, install hooks, credential access, obfuscation. Review the findings below before installing this package.
Package description: Advanced AI agent framework built on Kailash SDK
v2.2.1
24 March 2026, 05:33 UTC
by Sigil Bot
Risk Score
4380
Findings
333
Files Scanned
1901
Provenance
Findings by Phase
Phase Ordering
Phases are ordered by criticality, with the most dangerous at the top. Click any phase header to expand or collapse its findings. Critical phases are expanded by default.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/docs/benchmarks/BENCHMARK_GUIDE.md:94
```bash
curl -fsSL https://ollama.ai/install.sh | sh
sudo systemctl start ollamaWhy was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/docs/getting-started/quickstart.md:263
# Install Ollama
curl -fsSL https://ollama.com/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/docs/guides/developer-workflow-guide.md:2547
# Install Ollama
curl https://ollama.ai/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/docs/guides/document-extraction-integration.md:378
# Install Ollama (for free local processing)
RUN curl https://ollama.ai/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/docs/guides/ollama-quickstart.md:12
# macOS/Linux
curl -fsSL https://ollama.ai/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/docs/guides/ollama-quickstart.md:189
# 1. Install Ollama
curl -fsSL https://ollama.ai/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/docs/reference/troubleshooting.md:216
# macOS/Linux
curl -fsSL https://ollama.com/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/docs/testing/E2E_TEST_COVERAGE.md:459
run: |
curl -fsSL https://ollama.ai/install.sh | sh
ollama serve &Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/docs/testing/e2e-testing-guide.md:154
# Install Ollama (macOS/Linux)
curl -fsSL https://ollama.ai/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/docs/testing/e2e-testing-guide.md:966
run: |
curl -fsSL https://ollama.ai/install.sh | sh
ollama pull llama3.2:1bWhy was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/examples/autonomy/EXAMPLE_GALLERY.md:44
# Install Ollama (macOS/Linux)
curl -fsSL https://ollama.com/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/examples/autonomy/EXAMPLE_GALLERY.md:603
ollama list
# If not installed: curl -fsSL https://ollama.com/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/examples/autonomy/TODO-175_IMPLEMENTATION_PLAN.md:596
run: |
curl -fsSL https://ollama.ai/install.sh | sh
ollama serve &Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/examples/autonomy/checkpoints/multi-day-project/README.md:72
# Install Ollama (if not already installed)
curl -fsSL https://ollama.com/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/examples/autonomy/checkpoints/resume-interrupted-research/README.md:61
# Install Ollama (if not already installed)
curl -fsSL https://ollama.com/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/examples/autonomy/full-integration/autonomous-research-agent/README.md:30
# Linux:
curl -fsSL https://ollama.ai/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/examples/autonomy/interrupts/README.md:104
# Install Ollama
curl https://ollama.ai/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/examples/autonomy/interrupts/README_01_ctrl_c.md:21
# Linux:
curl -fsSL https://ollama.ai/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/examples/autonomy/interrupts/README_03_budget.md:21
# Linux:
curl -fsSL https://ollama.ai/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/examples/autonomy/memory/customer-support/README.md:30
# Linux:
curl -fsSL https://ollama.ai/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/examples/autonomy/memory/long-running-research/README.md:30
# Linux:
curl -fsSL https://ollama.ai/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/examples/autonomy/meta-controller/complex-data-pipeline/README.md:75
# Install Ollama (if not already installed)
curl -fsSL https://ollama.ai/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/examples/autonomy/meta-controller/multi-specialist-coding/README.md:67
# Install Ollama (if not already installed)
curl -fsSL https://ollama.ai/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/examples/autonomy/planning/content-creator/README.md:23
# Linux:
curl -fsSL https://ollama.ai/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/examples/autonomy/planning/problem-solver/README.md:23
# Linux:
curl -fsSL https://ollama.ai/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/examples/autonomy/planning/research-assistant/README.md:23
# Linux:
curl -fsSL https://ollama.ai/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
install-makefile-curl
HIGHMakefile/script pipes remote content to shell
kailash_kaizen-2.2.1/examples/autonomy/tool-calling/code-review-agent/README.md:21
# Linux:
curl -fsSL https://ollama.ai/install.sh | sh
Why was this flagged?
A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.
Badge
Markdown
[](https://sigilsec.ai/scans/4B13BAD0-428A-4459-BB13-6D54FD0E0954)HTML
<a href="https://sigilsec.ai/scans/4B13BAD0-428A-4459-BB13-6D54FD0E0954"><img src="https://sigilsec.ai/badge/pypi/kailash-kaizen" alt="Sigil Scan"></a>Run This Scan Yourself
Scan your own packages
Run Sigil locally to audit any package before it touches your codebase.
Early Access
Get cloud scanning, threat intel, and CI/CD integration.
Join 150+ developers on the waitlist.
Get threat intelligence and product updates
Security research, new threat signatures, and product updates. No spam.
Other pypi scans
Believe this result is incorrect? Request a review or see our Terms of Service and Methodology.