gridloc

LOW
maintainer not_anonymous 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a tarball from a personal website (qsl.net) hosting amateur radio software, which is plausible for the project; the package builds from source and installs only scripts and data, with no evidence of malicious or obfuscated code execution.

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) hosting amateur radio software, which is plausible for the project; the package builds from source and installs only scripts and data, with no evidence of malicious or obfuscated code execution.

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:12 source=(http://www.qsl.net/5b4az/pkg/locator/gridloc/gridloc-0.7.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=gridloc
5pkgver=0.7
6pkgrel=1
7pkgdesc="Ham Radio Maidenhead grid converter & bearing + distance calculator"
8arch=('i686' 'x86_64')
9url="http://www.qsl.net/5b4az/pkg/locator/gridloc/gridloc.html"
10license=('GPL')
11depends=('bash')
12source=(http://www.qsl.net/5b4az/pkg/locator/gridloc/gridloc-0.7.tar.bz2
13 diff.Makefile
14 $pkgname
15 $pkgname.1)
16
17prepare() {
18 cd $srcdir/$pkgname-$pkgver
19
20 patch -p0 < ../diff.Makefile
21}
22
23build() {
24 cd $srcdir/$pkgname-$pkgver
25
26 make || return 1
27}
28
29package() {
30 cd $srcdir/$pkgname-$pkgver
31
32 install -Dm755 ../gridloc $pkgdir/usr/bin/gridloc
33 install -Dm755 gridloc $pkgdir/usr/bin/gridloc.1
34
35 install -Dm644 default/.gridlocrc $pkgdir/usr/share/$pkgname/gridlocrc
36
37 install -Dm644 ../$pkgname.1 $pkgdir/usr/share/man/man1
38 install -Dm644 doc/$pkgname.html $pkgdir/usr/share/doc/$pkgname/$pkgname.html
39}
40md5sums=('9e1437ea29f5b9380501fd5258c8bdf5'
41 '747e7f0e28d70e1acaa9c4c195c94510'
42 'a300bf4eeea7624516cfef35e3c63e3d'
43 'b553a1ae3de7c467055d6072959c1230')
44sha256sums=('2e1b53ed478402d65a50ad0d0ed860415337d2e2867ebdef494e9ccfc0a2cdf4'
45 '37a48068265b5dd79fab34dbd76d72b56fef48cab640c860832b4c056e289d1c'
46 'dc158c315d805d97b47d740dcd05eda4ce9da2fa9fe350ae5c899c6d0bd91069'
47 'e0a4957ed18b7526685056cae0c9bfddb833727a223cc4c0de1cf928a8b9c867')
48

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