Summary
openops-cloud/openops v2026-03-20 was classified as CRITICAL RISK with a risk score of 9723. Sigil detected 1125 findings across 3685 files, covering phases including provenance, install hooks, network exfiltration, code patterns, obfuscation, credential access. Review the findings below before installing this package.
Package description: The batteries-included, No-Code FinOps automation platform, with the AI you trust.
v2026-03-20
21 March 2026, 00:40 UTC
by Sigil Bot
Risk Score
9723
Findings
1125
Files Scanned
3685
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
HIGHMakefile/script pipes remote content to shell
repo/.devcontainer/Dockerfile:41
# Install Azure CLI
curl -sL https://aka.ms/InstallAzureCLIDeb | bash
mkdir -p /tmp/azureWhy 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
HIGHMakefile/script pipes remote content to shell
repo/.devcontainer/Dockerfile:72
git checkout 7f964bd4fcfd46fbb7ab4b96abd15e4d3d77758d
wget -qO- https://astral.sh/uv/install.sh | sh && source $HOME/.local/bin/env
uv venv && . .venv/bin/activate && uv pip install -r requirements.txtWhy 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
HIGHMakefile/script pipes remote content to shell
repo/.devcontainer/Dockerfile:81
git checkout 2025.10.20251006150229
wget -qO- https://astral.sh/uv/install.sh | sh && source $HOME/.local/bin/env
uv python install 3.10Why 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
HIGHMakefile/script pipes remote content to shell
repo/.github/ISSUE_TEMPLATE/bug.md:24
You can upload your logs to OpenOps support team by running `curl https://openops.sh/share-logs | sh` and sharing the log file name. Only OpenOps support team will be able to view the logs file.
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
HIGHMakefile/script pipes remote content to shell
repo/Dockerfile:21
git checkout 7f964bd4fcfd46fbb7ab4b96abd15e4d3d77758d
wget -qO- https://astral.sh/uv/install.sh | sh && source $HOME/.local/bin/env
uv venv && . .venv/bin/activate && uv pip install -r requirements.txtWhy 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
HIGHMakefile/script pipes remote content to shell
repo/Dockerfile:30
git checkout 2025.10.20251006150229
wget -qO- https://astral.sh/uv/install.sh | sh && source $HOME/.local/bin/env
python3 -m venv .venvWhy 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
HIGHMakefile/script pipes remote content to shell
repo/deploy/docker-compose/nginx.gateway.tls.conf:5
# - Include cert.pem and key.pem files in a "tls" subdirectory
# Alternatively, run "curl -fsSL https://openops.sh/tls | sh" to create a certificate and enable TLS.
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
Markdown
[](https://sigilsec.ai/scans/F553A754-2C99-4F04-842E-1767F6EB6C57)HTML
<a href="https://sigilsec.ai/scans/F553A754-2C99-4F04-842E-1767F6EB6C57"><img src="https://sigilsec.ai/badge/github/openops-cloud/openops" alt="Sigil Scan"></a>Run This Scan Yourself
Scan your own packages
Run Sigil locally to audit any package before it touches your codebase.
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.