xgridloc

maintainer not_anonymous · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from a personal website (qsl.net) not on the standard whitelist, but it is the project's own source code, checksummed and built locally; the worst case of a swapped source is limited to building modified code, which is normal for AUR packages, and no remote code execution or data exfiltration is present.

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 source is a tarball from a personal website (qsl.net) not on the standard whitelist, but it is the project's own source code, checksummed and built locally; the worst case of a swapped source is limited to building modified code, which is normal for AUR packages, and no remote code execution or data exfiltration is present.

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 source=("http://www.qsl.net/5b4az/pkg/locator/$pkgname/$pkgname-$pkgver.tar.bz2"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: not_anonymous <nmlibertarian@gmail.com>
2# Original Contributor: Bob Finch <w9ya@arrl.net>
3
4pkgname=xgridloc
5pkgver=1.8.4
6pkgrel=1
7pkgdesc="Ham Radio Maidenhead grid converter & bearing + distance calculator"
8arch=('i686' 'x86_64')
9url="http://www.qsl.net/5b4az/pkg/locator/xgridloc/xgridloc.html"
10license=('GPL3')
11depends=('gtk3' 'hamradio-menus')
12makedepends=('autoconf' 'automake' 'intltool' 'gettext'
13# 'imagemagick'
14 'pkg-config')
15optdepends=('xplanet: provides visual path on great circle map')
16# ^^^ see xgridloc's html (in the doc dir.) 4 instructions
17source=("http://www.qsl.net/5b4az/pkg/locator/$pkgname/$pkgname-$pkgver.tar.bz2"
18 $pkgname.desktop
19 xdemorse.png)
20
21build() {
22 cd $srcdir/$pkgname-$pkgver
23
24# export LDFLAGS="-lm $LDFLAGS"
25 ./autogen.sh
26 ./configure --prefix=/usr
27 make
28}
29
30check() {
31 cd $srcdir/$pkgname-$pkgver
32
33# make check
34 make -i check # sadly the intl. files. are not correct (sigh)
35}
36
37package() {
38 cd $srcdir/$pkgname-$pkgver
39
40 mkdir -p $pkgdir/usr/share/{applications,pixmaps}
41 make DESTDIR=$pkgdir install
42
43 install -Dm644 ../$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
44 install -Dm644 ../xdemorse.png $pkgdir/usr/share/pixmaps/$pkgname.png
45}
46md5sums=('5b0f958fd00845683ab631f6b08c0d6b'
47 'f4da450b0dd9f4c996bf38ab7985feb9'
48 'edcd3f301ec8ea95453d40534beb6ede')
49sha256sums=('0333e160fa5ed0a7d3aa2f80904bb48b2a16455439f2896a49d2695dfccaaddb'
50 '2258247e36111af347a7067630f5b0736a4ea6932d9880bceb9cd982187a07fe'
51 '857eb46c32c12333a7110fb3ea99d2246084724856638f2e04324fc2a576626d')
52

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