Summary
kirbeeinsipid671/linux-server-skill v2026-04-16 was classified as CRITICAL RISK with a risk score of 182. Sigil detected 8 findings across 18 files, covering phases including provenance, install hooks, code patterns. Review the findings below before installing this package.
Package description: Manage Linux servers with AI over SSH for deploys, SSL, databases, Docker, firewall, monitoring, logs, and files
v2026-04-16
30 April 2026, 05:06 UTC
by Sigil Bot
Risk Score
182
Findings
8
Files Scanned
18
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/deploy-guide.md:150
# 1. Install Node.js via nvm (isolated per-user, easy version switching)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
export NVM_DIR="$HOME/.nvm" && source "$NVM_DIR/nvm.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
HIGHMakefile/script pipes remote content to shell
repo/deploy-guide.md:698
# Install Docker
curl -fsSL https://get.docker.com | bash
usermod -aG docker $USERWhy 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-guide.md:833
# Universal installer (all major distros)
curl -fsSL https://get.docker.com | bash
usermod -aG docker $USER # add current user to docker groupWhy 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/distro-guide.md:41
# Node.js (via NodeSource, pick version)
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejsWhy 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/distro-guide.md:89
# Node.js (NodeSource)
curl -fsSL https://rpm.nodesource.com/setup_20.x | bash -
dnf install -y nodejsWhy 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/A740F1FC-7CFF-4399-BECD-C98A341C2B92)HTML
<a href="https://sigilsec.ai/scans/A740F1FC-7CFF-4399-BECD-C98A341C2B92"><img src="https://sigilsec.ai/badge/github/kirbeeinsipid671/linux-server-skill" 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.