Skip to main content
Scans/github/ProductionLineHQ/cortex

ProductionLineHQ/cortex

github

Share

Summary

ProductionLineHQ/cortex v2026-03-23 was classified as CRITICAL RISK with a risk score of 547. Sigil detected 38 findings across 257 files, covering phases including provenance, network exfiltration, install hooks, code patterns, credential access. Review the findings below before installing this package.

Package description: Persistent memory for Claude Code. MCP server that captures decisions, context, and preferences during sessions and injects them back automatically. Local-first SQLite, quality-gated, multi-machine...

CRITICAL RISK(547)

v2026-03-23

23 March 2026, 14:57 UTC

by Sigil Bot

Risk Score

547

Findings

38

Files Scanned

257

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

repo/README.md:57

```bash
curl -fsSL https://raw.githubusercontent.com/ProductionLineHQ/cortex/main/scripts/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

repo/RELEASE_v1.0.0.md:48


# curl
curl -fsSL https://raw.githubusercontent.com/ProductionLineHQ/cortex/main/scripts/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

repo/assets/cortex-ui-demo.html:746

          <div class="install-for">curl</div>
          <div class="install-cmd">curl -fsSL install.cortex.sh | sh</div>
        </div>
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

repo/packages/cli/README.md:17


# curl
curl -fsSL https://cortex.sh/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

repo/packages/installer/install.sh:6

# Cortex Installer
# curl -fsSL https://cortex.sh/install | 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

repo/packages/installer/scripts/install.sh:4


# Cortex Installer — curl -fsSL install.cortex.sh | sh
# Detects OS + arch, installs cortex, runs cortex init.
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

repo/packages/web/public/index.html:385

          <span class="method-label">curl</span>
          <code>curl -fsSL https://cortex.sh/install.sh | sh</code>
          <button class="copy-btn" onclick="copyCmd(this, 'curl -fsSL https://cortex.sh/install.sh | sh')">Copy</button>
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

repo/packages/web/public/index.html:386

          <code>curl -fsSL https://cortex.sh/install.sh | sh</code>
          <button class="copy-btn" onclick="copyCmd(this, 'curl -fsSL https://cortex.sh/install.sh | sh')">Copy</button>
        </div>
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

repo/packages/web/src/routes/install.ts:11

 *
 * This is what `curl -fsSL install.cortex.sh | sh` hits.
 * Tries to read from the sibling installer package first,
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 github/ProductionLineHQ/cortex

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/github/ProductionLineHQ/cortex)](https://sigilsec.ai/scans/815FD21C-A93D-4FC0-B019-7118323F03C6)

HTML

<a href="https://sigilsec.ai/scans/815FD21C-A93D-4FC0-B019-7118323F03C6"><img src="https://sigilsec.ai/badge/github/ProductionLineHQ/cortex" 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 github scans

Believe this result is incorrect? Request a review or see our Terms of Service and Methodology.

Scanned bySigil Bot