spinnaker-sdk

maintainer orphaned · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a source tarball from a non-whitelisted but plausibly official Teledyne/FLIR host (flir.netx.net) used for asset delivery; it contains prebuilt .deb files which are extracted and installed, but these are official SDK binaries from the vendor, not obfuscated or untrusted executables, and the worst case of a swapped source would be supply-chain compromise of official SDK artifacts, which is a realistic but moderate risk for such a package.

Triggered rules

LOW AI review downgraded a static finding 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 a non-whitelisted but plausibly official Teledyne/FLIR host (flir.netx.net) used for asset delivery; it contains prebuilt .deb files which are extracted and installed, but these are official SDK binaries from the vendor, not obfuscated or untrusted executables, and the worst case of a swapped source would be supply-chain compromise of official SDK artifacts, which is a realistic but moderate risk for such a package.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM source=() URL on a non-standard host 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:17 "$pkgname-$pkgver.tar.gz::https://flir.netx.net/file/asset/71711/original/attachment"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: shtrophic <aur at shtrophic dot net>
2
3pkgname=spinnaker-sdk
4_pkgname=spinnaker
5pkgdesc="Teledyne’s next-generation GenICam3 API library for machine vision developers"
6pkgver=4.2.0.88
7pkgrel=1
8provides=(libgentl libspinnaker libspinnaker-dev libspinnaker-c libspinnaker-c-dev libspinvideo libspinvideo-dev libspinvideo-c libspinvideo-c-dev spinnaker spinnaker-doc spinupdate spinupdate-dev spinview-qt spinview-qt-dev)
9conflicts=(libgentl libspinnaker libspinnaker-dev libspinnaker-c libspinnaker-c-dev libspinvideo libspinvideo-dev libspinvideo-c libspinvideo-c-dev spinnaker spinnaker-doc spinupdate spinupdate-dev spinview-qt spinview-qt-dev)
10arch=(x86_64)
11license=(custom)
12url="https://www.flir.com/products/spinnaker-sdk/"
13depends=('libusb' 'qt5-base' 'qt5-tools' 'ffmpeg4.4')
14
15_dir="$_pkgname-$pkgver-amd64"
16source=(
17 "$pkgname-$pkgver.tar.gz::https://flir.netx.net/file/asset/71711/original/attachment"
18 "$_pkgname-usbfs.service"
19 "$_pkgname.rules"
20 "$_pkgname-gentl-64.sh"
21 "$_pkgname-paths.sh"
22)
23b2sums=('f0a75ac5afacfd2e4ed7befcc86e04a0af29865d5ee6f559af8869c8a5e460c7f4368a7d21c0f66c0d8d9ec35013024ea7dcf4b7e96885ebf22553b94837ceb2'
24 'bd3fd6855a868a6839cc77537a1fa9a537ba0d63c874ed1a973417cd98a56a363cb66c8a47d12fbab324e84a627077e2a37154e9fbb7c8a56df3b8bcd0f3dfaa'
25 'a449e038db08db9da143ea37c6a6072baa2cb3f0d0b343bcdf1c027ac023ca7019779338a2c5f0d8af5547baff3743983eae5b8c2e581ba508cd126ce18cfa30'
26 '38b44ae16e9542496bb3b3dae5a297234ed96f8929783b5663a775406eeeee5a3b0b17734a54803e81d878b3f4d3d7d5b876dcd204f618ece5a6b2f0d3d5b708'
27 '015136fabeb9e89fed4252feeba2207f3fb21ec8332f5ee1ea263f217cd499a3ab66974f22dc080c60f8a5bae5bd7b114153e681d0c4e5e99f86f69a8d626aaf')
28
29prepare() {
30 cd "$srcdir/$_dir"
31
32 for deb in *.deb; do
33 local xdir="$(basename "$deb" .deb)"
34 mkdir -p "$xdir"
35 ar x "$deb" --output "$xdir"
36 done
37}
38
39package() {
40 cd "$srcdir/$_dir"
41
42 for tarball in **/data.tar.zst; do
43 tar xf "$tarball" --directory="$pkgdir"
44 done
45
46 install -Dm 644 "$pkgdir/etc/ld.so.conf.d/libspinnaker.conf" "$pkgdir/usr/lib/ld.so.conf.d/$_pkgname.conf"
47 rm -rf "$pkgdir/etc/ld.so.conf.d"
48
49 install -Dm 644 "$srcdir/$_pkgname-usbfs.service" -t "$pkgdir/usr/lib/systemd/system"
50 install -Dm 644 "$srcdir/$_pkgname.rules" "$pkgdir/usr/lib/udev/rules.d/40-$_pkgname.rules"
51 install -Dm 644 "$srcdir/$_pkgname"-*.sh -t "$pkgdir/etc/profile.d"
52}
53

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion