gridtracker2-bin

LOW
maintainer invverse 2 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion