squidservers-bin
The package downloads a prebuilt AppImage executable from a non-standard, non-whitelisted CDN host (cdn.squidservers.com), which is unverifiable and could be silently swapped; this presents a supply-chain risk despite originating from the project's own domain.
Triggered rules
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:16
source=("${_pkgname}.AppImage::https://cdn.squidservers.com/squidservers-latest.AppImage")
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt AppImage executable from a non-standard, non-whitelisted CDN host (cdn.squidservers.com), which is unverifiable and could be silently swapped; this presents a supply-chain risk despite originating from the project's own domain.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Your Name <your.email@example.com>
pkgname=squidservers-bin
_pkgname=squidservers
pkgver=20260623
pkgrel=1
pkgdesc="A tool to easily self-host Minecraft servers without port forwarding"
arch=('x86_64')
url="https://squidservers.com"
license=('custom:All Rights Reserved')
# fuse2 is required to execute AppImages; others ensure Electron UI support
depends=('hicolor-icon-theme' 'fuse2' 'nss' 'libxss' 'gtk3' 'libnotify' 'alsa-lib' 'at-spi2-core' 'libxtst')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
options=('!strip')
source=("${_pkgname}.AppImage::https://cdn.squidservers.com/squidservers-latest.AppImage")
sha256sums=('b8eb7e8cc6926ff04b7bc2372faf508070c2a310c7e4f8a18511de87af94de8f')
prepare() {
chmod +x "${_pkgname}.AppImage"
# Extract AppImage contents to harvest the icon and desktop file safely
./${_pkgname}.AppImage --appimage-extract
}
package() {
msg2 "Installing AppImage binary..."
install -Dm755 "${srcdir}/${_pkgname}.AppImage" "${pkgdir}/opt/${_pkgname}/${_pkgname}.AppImage"
msg2 "Creating executable symlink..."
install -d "${pkgdir}/usr/bin"
ln -sf "/opt/${_pkgname}/${_pkgname}.AppImage" "${pkgdir}/usr/bin/${_pkgname}"
msg2 "Installing Desktop Entry..."
install -Dm644 "${srcdir}/squashfs-root/${_pkgname}.desktop" \
"${pkgdir}/usr/share/applications/${_pkgname}.desktop"
# Force the desktop entry to use our system symlink path
sed -i "s|Exec=.*|Exec=${_pkgname} %U|" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
msg2 "Installing icons..."
install -Dm644 "${srcdir}/squashfs-root/${_pkgname}.png" \
"${pkgdir}/usr/share/icons/hicolor/512x512/apps/${_pkgname}.png"
msg2 "Installing License..."
install -Dm644 /dev/stdin "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" << 'EOF'
Proprietary license - see squidservers.com
EOF
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |