Skip to main content
Scans/pypi/python-doctor

python-doctor

pypi

Share

Summary

python-doctor v2026.3.21.2 was classified as CRITICAL RISK with a risk score of 242. Sigil detected 12 findings across 41 files, covering phases including provenance, code patterns, install hooks. Review the findings below before installing this package.

Package description: One command. One score. Built for AI agents. Scans Python codebases and returns a 0-100 health score.

CRITICAL RISK(242)

v2026.3.21.2

21 March 2026, 15:18 UTC

by Sigil Bot

Risk Score

242

Findings

12

Files Scanned

41

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

HIGH

Makefile/script pipes remote content to shell

python_doctor-2026.3.21.2/CONTRIBUTING.md:82

```bash
curl -sL https://raw.githubusercontent.com/saikatkumardey/python-doctor/main/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

HIGH

Makefile/script pipes remote content to shell

python_doctor-2026.3.21.2/PKG-INFO:62

# Recommended - curl (no Python required, works on macOS/Linux)
curl -sL https://raw.githubusercontent.com/saikatkumardey/python-doctor/main/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

HIGH

Makefile/script pipes remote content to shell

python_doctor-2026.3.21.2/README.md:27

# Recommended - curl (no Python required, works on macOS/Linux)
curl -sL https://raw.githubusercontent.com/saikatkumardey/python-doctor/main/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

HIGH

Makefile/script pipes remote content to shell

python_doctor-2026.3.21.2/docs/index.html:537

      <span class="dollar">$</span>
      <span>curl -sL https://raw.githubusercontent.com/saikatkumardey/python-doctor/main/install.sh | sh</span>
      <svg class="copy-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1"/></svg>
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

HIGH

Makefile/script pipes remote content to shell

python_doctor-2026.3.21.2/docs/index.html:781

function copyInstall() {
  const cmd = 'curl -sL https://raw.githubusercontent.com/saikatkumardey/python-doctor/main/install.sh | sh';
  navigator.clipboard.writeText(cmd).then(() => {
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

Sigil scan badge for pypi/python-doctor

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/pypi/python-doctor)](https://sigilsec.ai/scans/09AEDF2A-03D1-4234-9A73-6B12E48AB431)

HTML

<a href="https://sigilsec.ai/scans/09AEDF2A-03D1-4234-9A73-6B12E48AB431"><img src="https://sigilsec.ai/badge/pypi/python-doctor" alt="Sigil Scan"></a>

Run This Scan Yourself

Scan your own packages

Run Sigil locally to audit any package before it touches your codebase.

curl -sSL https://sigilsec.ai/install.sh | sh
Read the docs →Free. Apache 2.0.

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.

Scanned bySigil Bot