balun-bin
The package installs a precompiled binary from the project's official GitHub releases, which is a normal and expected practice; the source host is not whitelisted but is plausibly legitimate, and the binary is not executed during build/install in a way that enables remote code execution.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a precompiled binary from the project's official GitHub releases, which is a normal and expected practice; the source host is not whitelisted but is plausibly legitimate, and the binary is not executed during build/install in a way that enables remote code execution.
PKGBUILD
# Maintainer: John-Michael Mulesa <jmulesa@gmail.com>
pkgname=balun-bin
pkgver=0.1.0
pkgrel=1
pkgdesc="A lightweight cross-platform HDHomeRun live TV viewer (Pre-compiled Binary)"
arch=('x86_64')
url="https://github.com/jm2/balun"
license=('GPL-3.0-or-later')
# The release binary is already stripped, so there is no debug info to split out.
options=('!debug')
depends=(
'glibc'
'libgcc'
'gtk4>=4.16'
'libadwaita>=1.6'
'gstreamer>=1.20'
'gst-plugins-base-libs'
'gst-plugins-good'
'gst-plugins-bad-libs'
'gst-plugin-gtk4'
'gst-libav'
)
provides=("balun=${pkgver}")
conflicts=('balun')
# Use the official Arch pre-compiled package as the source
source=("${pkgname}-${pkgver}.pkg.tar.zst::${url}/releases/download/v${pkgver}/balun-${CARCH}.pkg.tar.zst")
sha256sums=('522650fd095352fe564821fb8a6f0166e9e6831390770ea38688fea6eb845e92')
package() {
# The source is a .pkg.tar.zst which makepkg extracts to $srcdir.
# Copy its payload (everything under usr/) to $pkgdir.
cp -av "$srcdir"/usr "$pkgdir/"
# Ensure the license directory matches the package name for AUR standards
if [ -d "$pkgdir/usr/share/licenses/balun" ]; then
mv "$pkgdir/usr/share/licenses/balun" "$pkgdir/usr/share/licenses/$pkgname"
fi
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 18:00:42 | Low | 2 |