Summary
mdsa-framework v2.1.0 was classified as CRITICAL RISK with a risk score of 625. Sigil detected 58 findings across 210 files, covering phases including provenance, network exfiltration, install hooks, obfuscation, code patterns. Review the findings below before installing this package.
Package description: Domain-agnostic AI orchestration framework for e-commerce, healthcare, HR, finance, and custom domains
v2.1.0
23 March 2026, 11:20 UTC
by Sigil Bot
Risk Score
625
Findings
58
Files Scanned
210
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
mdsa_framework-2.1.0/docs/OLLAMA_SETUP.md:99
```bash
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
mdsa_framework-2.1.0/docs/OLLAMA_SETUP.md:119
```bash
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
mdsa_framework-2.1.0/docs/SETUP_GUIDE.md:430
# Install Ollama
curl -fsSL https://ollama.com/install.sh | sh # Linux/Mac
# Or download from https://ollama.com/download # WindowsWhy 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
mdsa_framework-2.1.0/docs/getting-started/first-application.md:70
```bash
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
mdsa_framework-2.1.0/examples/medical_chatbot/DEPLOYMENT.md:173
# Install Docker (optional)
curl -fsSL https://get.docker.com | sh
sudo usermod -aG docker ubuntuWhy 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
mdsa_framework-2.1.0/examples/medical_chatbot/DEPLOYMENT.md:192
# Install Ollama
curl -fsSL https://ollama.com/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
mdsa_framework-2.1.0/examples/medical_chatbot/QUICKSTART.md:105
# Linux/Mac
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
mdsa_framework-2.1.0/examples/medical_chatbot/README.md:280
# Linux/Mac
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.
Badge
Markdown
[](https://sigilsec.ai/scans/17BE3A4B-FBFC-4EFE-9D58-D654853C2F4F)HTML
<a href="https://sigilsec.ai/scans/17BE3A4B-FBFC-4EFE-9D58-D654853C2F4F"><img src="https://sigilsec.ai/badge/pypi/mdsa-framework" 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.