Skip to main content
Scans/github/hanlulong/openecon-data

hanlulong/openecon-data

github

Share

Summary

hanlulong/openecon-data v2026-03-22 was classified as CRITICAL RISK with a risk score of 1302. Sigil detected 142 findings across 551 files, covering phases including provenance, network exfiltration, code patterns, obfuscation, install hooks. Review the findings below before installing this package.

Package description: Query economic data from FRED, World Bank, IMF, and 10+ sources using plain English. MCP server + web app + API.

CRITICAL RISK(1302)

v2026-03-22

22 March 2026, 23:38 UTC

by Sigil Bot

Risk Score

1302

Findings

142

Files Scanned

551

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/docs/development/LLM_ABSTRACTION.md:97

```bash
curl https://ollama.ai/install.sh | sh
ollama pull llama2
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/docs/guides/cross-platform-setup.md:166

# Install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | 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.

Badge

Sigil scan badge for github/hanlulong/openecon-data

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/github/hanlulong/openecon-data)](https://sigilsec.ai/scans/78E381AF-2738-4C2A-9D9E-E7CBD255E943)

HTML

<a href="https://sigilsec.ai/scans/78E381AF-2738-4C2A-9D9E-E7CBD255E943"><img src="https://sigilsec.ai/badge/github/hanlulong/openecon-data" 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