aurga-viewer-bin
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 70%): Installs a prebuilt proprietary binary from the project's own official GitHub release infrastructure (aurgatech/linux-binaries) with verified sha256 checksums; the icon is fetched from the vendor's own CDN as pure image data. No obfuscation, no untrusted third-party hosts, no credential exfiltration. The only mild concern is that it is a closed-source prebuilt binary, but it comes from the vendor's own release channel with matching checksums.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:13
source=("aurga-viewer.png::https://www.aurga.com/cdn/shop/files/icon_256x256.png")
PKGBUILD
1 offending line(s) highlighted# Maintainer: deanqx <dean@kowatsch.de>
pkgname=aurga-viewer-bin
pkgdesc="Desktop app for the AURGA Viewer"
pkgver=2.1.0.1
pkgrel=1
arch=('x86_64' 'aarch64')
url="https://www.aurga.com"
license=('LicenseRef-Proprietary')
options=('!strip')
source_x86_64=("https://github.com/aurgatech/linux-binaries/releases/download/v$pkgver/AURGA.Viewer-${pkgver}_x86_64.tar.xz")
source_aarch64=("https://github.com/aurgatech/linux-binaries/releases/download/v$pkgver/AURGA.Viewer-${pkgver}_aarch64.tar.xz")
source=("aurga-viewer.png::https://www.aurga.com/cdn/shop/files/icon_256x256.png")
sha256sums=('fbde33f0269a875b1ec64bdc96f77b6227bf41777acd7c20e7e831aeba995d66')
sha256sums_x86_64=('f7d237b13217f7e0d7f31d207abfb0806ba0a2ce94160718a5ba86d9625b6589')
sha256sums_aarch64=('03de12ea8c38835141a4d23efa9749a0dad04ae25e486dbd8493b862046a120d')
# verified with namcap
makedepends=('patchelf')
depends=(
alsa-lib
at-spi2-core
cairo
dbus
expat
glib2
glibc
libcups
libgcc
libglvnd
libstdc++
libx11
libxcb
libxcomposite
libxdamage
libxext
libxfixes
libxkbcommon
libxrandr
mesa
nspr
nss
pango
systemd-libs
)
package() {
install -dm755 "$pkgdir/opt/$pkgname"
install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
cp -r --no-preserve=ownership "$srcdir/aurgav"/* "$pkgdir/opt/$pkgname/"
install -Dm644 "$srcdir/aurga-viewer.png" \
"$pkgdir/usr/share/icons/hicolor/256x256/apps/aurga-viewer.png"
# A constant RUNPATH '/usr/share/aurgav' is compiled in the ELF.
# Setting this to current directory.
patchelf --set-rpath '$ORIGIN' "$pkgdir/opt/$pkgname/aurgav"
# The executeable wants to create a desktop file in the home directory but
# because this package is installed system wide it should use the system
# desktop entry. This is stopped by using `unset HOME`, behaviour was verified with Ghidra.
install -Dm755 /dev/stdin "$pkgdir/usr/bin/aurga-viewer" <<EOF
#!/bin/sh
unset HOME
exec /opt/$pkgname/aurgav "\$@"
EOF
install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/aurga-viewer.desktop" <<EOF
[Desktop Entry]
Type=Application
Name=AURGA Viewer
Comment=Desktop app for the AURGA Viewer
Exec=/usr/bin/aurga-viewer %U
Terminal=false
Icon=aurga-viewer
Categories=Utility;Network;
Keywords=aurga;
EOF
chmod 755 "$pkgdir/opt/$pkgname/aurgav"
chmod 4755 "$pkgdir/opt/$pkgname/chrome-sandbox" 2>/dev/null || true
ln -s "/opt/$pkgname/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 3 |
| 2026-08-02 00:16:08 | LOW | 3 |
| 2026-08-01 00:11:18 | LOW | 3 |
| 2026-07-31 00:14:10 | LOW | 3 |
| 2026-07-30 00:17:23 | LOW | 3 |
| 2026-07-29 00:25:53 | LOW | 3 |
| 2026-07-28 00:07:28 | LOW | 3 |
| 2026-07-27 00:24:32 | LOW | 3 |
| 2026-07-26 00:07:32 | LOW | 3 |
| 2026-07-25 00:13:44 | LOW | 3 |
| 2026-07-24 13:33:15 | LOW | 3 |
| 2026-07-24 13:27:52 | MEDIUM | 3 |