world-radio-league-desktop-bin
The PKGBUILD downloads a prebuilt proprietary binary .deb from auth.worldradioleague.com (a Supabase storage endpoint for this project) and installs it directly. The checksum is 'SKIP', meaning there is zero integrity verification — any compromise of that host or URL would silently deliver arbitrary code to users. The host is the project's own auth/storage subdomain rather than a well-known package mirror, and the software is closed-source proprietary, so the binary contents cannot be audited. These factors together constitute a genuine supply-chain risk: executed binary from an unverified source with no checksum. This is a real medium-severity concern, not a false positive, though there is no evidence of active malice.
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:31
"world-radio-league-desktop_${pkgver}_amd64.deb::https://auth.worldradioleague.com/storage/v1/object/public/public-uploads/desktop-updates/stable/world-radio-league-desktop_${pkgver}_amd64.deb"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 82%): The PKGBUILD downloads a prebuilt proprietary binary .deb from auth.worldradioleague.com (a Supabase storage endpoint for this project) and installs it directly. The checksum is 'SKIP', meaning there is zero integrity verification — any compromise of that host or URL would silently deliver arbitrary code to users. The host is the project's own auth/storage subdomain rather than a well-known package mirror, and the software is closed-source proprietary, so the binary contents cannot be audited. These factors together constitute a genuine supply-chain risk: executed binary from an unverified source with no checksum. This is a real medium-severity concern, not a false positive, though there is no evidence of active malice.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Meredith V. <delightful.device@pm.me>
pkgname=world-radio-league-desktop-bin
pkgver=0.0.9
pkgrel=1
pkgdesc="World Radio League desktop application"
arch=('x86_64')
url="https://worldradioleague.com"
license=('LicenseRef-upstream-proprietary')
depends=(
'gtk3'
'libnotify'
'nss'
'libxss'
'libxtst'
'at-spi2-core'
'util-linux-libs'
'libsecret'
'make'
'alsa-lib'
'libusb'
'lib32-gcc-libs'
'java-runtime'
)
provides=('world-radio-league-desktop')
conflicts=('world-radio-league-desktop')
source=(
"world-radio-league-desktop_${pkgver}_amd64.deb::https://auth.worldradioleague.com/storage/v1/object/public/public-uploads/desktop-updates/stable/world-radio-league-desktop_${pkgver}_amd64.deb"
)
sha256sums=(
'SKIP'
)
package() {
cd "${srcdir}"
# Extract Debian package
bsdtar -xf "world-radio-league-desktop_${pkgver}_amd64.deb"
# Extract filesystem contents
bsdtar -xf data.tar.xz -C "${pkgdir}"
# Ensure binaries are executable
find "${pkgdir}/usr/bin" -type f -exec chmod 755 {} \; 2>/dev/null || true
install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
cat > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" << EOF
world-radio-league-desktop is proprietary software.
For licensing terms and usage restrictions, see the upstream developer:
https://worldradioleague.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 |