Skip to main content
Scans/pypi/beeq

beeq

pypi

Share

Summary

beeq v1.2.8 was classified as CRITICAL RISK with a risk score of 624. Sigil detected 47 findings across 71 files, covering phases including install hooks, obfuscation, code patterns, network exfiltration. Review the findings below before installing this package.

Package description: The first AI hive. One curl. One queen. An army that works.

CRITICAL RISK(624)

v1.2.8

21 March 2026, 03:26 UTC

by Sigil Bot

Risk Score

624

Findings

47

Files Scanned

71

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

beeq-1.2.8/PKG-INFO:47

```bash
curl -fsSL https://beeq.run/install | bash
```
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

beeq-1.2.8/PKG-INFO:73

# Option 1 — one curl (recommended)
curl -fsSL https://beeq.run/install | bash
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

beeq-1.2.8/README.md:6

```bash
curl -fsSL https://beeq.run/install | bash
```
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

beeq-1.2.8/README.md:32

# Option 1 — one curl (recommended)
curl -fsSL https://beeq.run/install | bash
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

beeq-1.2.8/install.sh:3

# BeeQ install script
# curl -fsSL https://beeq.run/install | bash
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

beeq-1.2.8/install.sh:60

            echo -e "      ${DIM}Installing Ollama...${RESET}"
            curl -fsSL https://ollama.ai/install.sh | sh
        fi
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/beeq

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/pypi/beeq)](https://sigilsec.ai/scans/720844CF-8045-42AE-924C-B959B72792CC)

HTML

<a href="https://sigilsec.ai/scans/720844CF-8045-42AE-924C-B959B72792CC"><img src="https://sigilsec.ai/badge/pypi/beeq" 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