Summary
uwaserver/uwas v2026-03-26 was classified as CRITICAL RISK with a risk score of 5735.5. Sigil detected 591 findings across 382 files, covering phases including provenance, install hooks, network exfiltration, code patterns, obfuscation, credential access. Review the findings below before installing this package.
Package description: Unified Web Application Server — Apache+Nginx+Varnish+Caddy in a single Go binary. Auto HTTPS, built-in caching, PHP/FastCGI, reverse proxy, load balancing, WAF, web dashboard, and MCP server.
v2026-03-26
26 March 2026, 14:15 UTC
by Sigil Bot
Risk Score
5735.5
Findings
591
Files Scanned
382
Provenance
Repository
https://github.com/uwaserver/uwasScanned From
https://github.com/uwaserver/uwas.gitFindings 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/CHANGELOG.md:406
- **Config hot reload**: Live config reload via `POST /api/v1/reload` with document root change support
- **Install script**: `curl -fsSL https://uwaserver.com/install.sh | sh` for Linux/macOS
- **Benchmark suite**: Static file, vhost lookup, middleware chain, cache get/set benchmarksWhy 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/docs/BRANDING.md:148
# Install
curl -fsSL https://uwaserver.com/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
HIGHMakefile/script pipes remote content to shell
repo/examples/wordpress/README.md:21
```bash
curl -fsSL https://get.docker.com | 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/examples/wordpress/setup.sh:5
# UWAS + WordPress — One-Command VPS Setup
# Usage: curl -fsSL https://raw.githubusercontent.com/uwaserver/uwas/main/examples/wordpress/setup.sh | bash -s yourdomain.com
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/examples/wordpress/setup.sh:23
echo "Installing Docker..."
curl -fsSL https://get.docker.com | sh
systemctl enable dockerWhy 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/install.sh:5
# UWAS Installer
# Usage: curl -fsSL https://uwaserver.com/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
HIGHMakefile/script pipes remote content to shell
repo/scripts/install.sh:3
# UWAS Installer — Unified Web Application Server
# Usage: curl -fsSL https://raw.githubusercontent.com/uwaserver/uwas/main/scripts/install.sh | bash
set -euo pipefailWhy 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/scripts/uninstall.sh:3
# UWAS Uninstaller
# Usage: curl -fsSL https://raw.githubusercontent.com/uwaserver/uwas/main/scripts/uninstall.sh | bash
set -euo pipefailWhy 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/245D5EF6-14C1-4F82-977A-DF98EE4D3A19)HTML
<a href="https://sigilsec.ai/scans/245D5EF6-14C1-4F82-977A-DF98EE4D3A19"><img src="https://sigilsec.ai/badge/github/uwaserver/uwas" 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.