gridtracker2-bin

maintainer invverse · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads prebuilt binaries from the project's own official domain (download2.gridtracker.org), which is a plausible release host for the software; while the host is not on a standard whitelist, it is project-specific and the binaries are verified via provided sha256sums, reducing supply-chain risk to low.

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 prebuilt binaries from the project's own official domain (download2.gridtracker.org), which is a plausible release host for the software; while the host is not on a standard whitelist, it is project-specific and the binaries are verified via provided sha256sums, reducing supply-chain risk to low.

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:10 source_x86_64=("https://download2.gridtracker.org/$_pkgname-$pkgver-x64.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: invverse <cheery DOT art2642 AT fastmail DOT com>
2pkgname=gridtracker2-bin
3_pkgname=GridTracker2
4pkgver=2.250914.1
5pkgrel=1
6pkgdesc='An Amateur Radio Companion (unofficial)'
7url='https://gridtracker.org'
8license=('BSD-3-Clause')
9arch=('x86_64' 'aarch64' 'armv7h')
10source_x86_64=("https://download2.gridtracker.org/$_pkgname-$pkgver-x64.tar.gz")
11source_aarch64=("https://download2.gridtracker.org/$_pkgname-$pkgver-arm64.tar.gz")
12source_armv7h=("https://download2.gridtracker.org/$_pkgname-$pkgver-armv7l.tar.gz")
13source=("$pkgname.desktop" "$pkgname.png" "$pkgname.install")
14install=$pkgname.install
15depends=('c-ares' 'http-parser' 'ffmpeg' 'gtk3' 'libevent' 'libvpx' 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy' 'libnotify' 'libappindicator-gtk3')
16provides=('gridtracker2')
17sha256sums=('f56a8857e15f87cbd6a8cd16eff0a2e588164561bd758a5cc1332158cef9d580'
18 '9a81eb3ef1fb8e2e227e5d8632f53c0ce2474d17b44862843262449cff00c8f2'
19 '98687391350dab02ef22f6782c5800292f8db24112a110763ef2a14137adafd1')
20sha256sums_x86_64=('13df2d567079adf6bdc61542cad328b662882428f5b87d9dfcab952a302784cf')
21sha256sums_aarch64=('e807f4ce574cc7621cb8dc79f2b94699dc0b0be6eef85fa2a752cf1d26ffe58d')
22sha256sums_armv7h=('f053601b4324807b7570ac8f023c12970fc6db303daf7224b37ae0115ba474d3')
23
24package() {
25 # Determine architecture
26 case "$CARCH" in
27 x86_64) _arch="x64";;
28 aarch64) _arch="arm64";;
29 armv7h) _arch="arm7l";;
30 esac
31
32 # Install app to /opt/GridTracker2 and link to executable
33 install -d -m755 "${pkgdir}/opt/${_pkgname}"
34 install -d -m755 "${pkgdir}/usr/bin"
35 cp -r "${srcdir}/${_pkgname}-${pkgver}-${_arch}/." "${pkgdir}/opt/${_pkgname}"
36 ln -s "/opt/${_pkgname}/gridtracker2" "${pkgdir}/usr/bin/gridtracker2"
37
38 # Install desktop entry and icon
39 install -d -m755 "${pkgdir}/usr/share/applications"
40 install -d -m755 "${pkgdir}/usr/share/icons/hicolor/256x256/apps"
41 install -D -m644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
42 install -D -m644 "${srcdir}/${pkgname}.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/${_pkgname}.png"
43}
44

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