Skip to main content
Scans/github/varun29ankuS/shodh-memory

varun29ankuS/shodh-memory

github

Share

Summary

varun29ankuS/shodh-memory v2026-03-20 was classified as CRITICAL RISK with a risk score of 2730. Sigil detected 295 findings across 309 files, covering phases including provenance, install hooks, network exfiltration, code patterns. Review the findings below before installing this package.

Package description: Cognitive memory for AI agents — learns from use, forgets what's irrelevant, strengthens what matters. Single binary, fully offline.

CRITICAL RISK(2730)

v2026-03-20

21 March 2026, 00:38 UTC

by Sigil Bot

Risk Score

2730

Findings

295

Files Scanned

309

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/.github/workflows/pypi.yml:28

        run: |
          curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
          echo "$HOME/.cargo/bin" >> $GITHUB_PATH
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-pip-setup-exec

CRITICAL

setup.py executes code at install time

repo/benches/memory_benchmarks.rs:135

            |b, &content| {
                // Use iter_batched to separate setup (experience creation) from measurement (record)
                b.iter_batched(
Why was this flagged?

This setup.py calls subprocess, os.system, exec, or eval during package installation. Legitimate packages rarely need to execute arbitrary commands at install time. This pattern is commonly used by malicious packages to download and run payloads, exfiltrate environment variables, or establish persistence. Rated CRITICAL because it runs with the installer's full permissions.

install-makefile-curl

HIGH

Makefile/script pipes remote content to shell

repo/job_log.txt:183

Build wheels (macos-latest)	Run dtolnay/rust-toolchain@stable	2025-12-03T16:17:05.5132320Z if ! command -v rustup &>/dev/null; then
Build wheels (macos-latest)	Run dtolnay/rust-toolchain@stable	2025-12-03T16:17:05.5132890Z   curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused --location --silent --show-error --fail https://sh.rustup.rs | sh -s -- --default-toolchain none -y
Build wheels (macos-latest)	Run dtolnay/rust-toolchain@stable	2025-12-03T16:17:05.5133500Z
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-npm-postinstall

CRITICAL

npm lifecycle script — runs automatically on install

repo/mcp-server/package.json:17

    "test:coverage": "vitest run --coverage",
    "postinstall": "node scripts/postinstall.cjs",
    "prepublishOnly": "npm run build"
Why was this flagged?

npm lifecycle scripts like postinstall run automatically during package installation with no user interaction required. This is the #1 attack vector for malicious npm packages — attackers embed data theft or backdoor installation in these hooks. Rated CRITICAL because code executes before the developer can review it.

Badge

Sigil scan badge for github/varun29ankuS/shodh-memory

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/github/varun29ankuS/shodh-memory)](https://sigilsec.ai/scans/12793295-1FB9-449F-ABCE-CC06A7759745)

HTML

<a href="https://sigilsec.ai/scans/12793295-1FB9-449F-ABCE-CC06A7759745"><img src="https://sigilsec.ai/badge/github/varun29ankuS/shodh-memory" 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