pylon
The package downloads a source tarball from Microsoft Azure Blob Storage (Basler's official hosting), which is not on the whitelist but is plausibly the project's legitimate distribution channel; the payload is a self-contained installer for a proprietary camera suite, built and installed locally without remote code execution or obfuscation.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source tarball from Microsoft Azure Blob Storage (Basler's official hosting), which is not on the whitelist but is plausibly the project's legitimate distribution channel; the payload is a self-contained installer for a proprietary camera suite, built and installed locally without remote code execution or obfuscation.
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:18
"https://downloadbsl.blob.core.windows.net/software/${pkgname}-${pkgver}_linux-${CARCH}_setup.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Eike Gebauer <eike(at)zettelkiste.de>
# Contributor: Maarten de Vries <maarten@de-vri.es>
pkgname=pylon
pkgdesc="Basler camera Software suite"
pkgver="8.0.2.16314"
pkgrel=1
arch=(x86_64)
license=(custom)
url="https://www.baslerweb.com/en/downloads/software-downloads/#os=linuxx8664bit;type=pylonsoftware"
options=(!strip)
depends=(fontconfig freetype2 mesa-utils libice libsm libusb libx11 libxcb xcb-util xcb-util-image xcb-util-keysyms xcb-util-renderutil libxext libxkbcommon zlib ld-lsb)
makedepends=(patchelf)
source=(
"https://downloadbsl.blob.core.windows.net/software/${pkgname}-${pkgver}_linux-${CARCH}_setup.tar.gz"
"LICENSE"
)
sha512sums=(
'aea057c1ddf2c0eea88c2b32179eb76d3a6bc8b570d43ba80d9c293d8cbdf807f5ad45eea2fb76a03b17628a6c59df7e3ca6ed993e8e661e12f263ee8e49c224'
'a88072c34d5b18ebbdcc3003c7bbd899f81557500f963cda988239df7e692637fe29948b866fe80341b28c4820e1593f35fe37473de9ba35f7de8a8b31601ae1'
)
_dir="$pkgname_$pkgver_$CARCH"
prepare() {
mkdir -p "$srcdir/$_dir"
cd "$srcdir/$_dir"
bsdtar -xf "../${pkgname}-${pkgver}_linux-${CARCH}_setup.tar.gz"
bsdtar -xf "${pkgname}-${pkgver}_linux-${CARCH}.tar.gz"
}
_shrink_rpaths() {
for file in "$@"; do
local type="$(file -hb "$file")"
[[ "${type:0:4}" = "ELF " ]] || continue
patchelf --shrink-rpath "$file"
done
}
package() {
cd "$srcdir/$_dir"
mkdir -p "$pkgdir/opt/pylon"
cp -a --no-preserve=ownership "$srcdir/$_dir/"{bin,include,lib,share,INSTALL} "$pkgdir/opt/pylon"
install -m 644 -Dt "$pkgdir/usr/lib/udev/rules.d" "$srcdir/$_dir/share/pylon/69-basler-cameras.rules"
install -m 644 -Dt "$pkgdir/usr/share/licenses/$pkgname/" "$srcdir/LICENSE"
_shrink_rpaths "$pkgdir/opt/pylon/lib/"*
_shrink_rpaths "$pkgdir/opt/pylon/bin/"*
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |