gridloc
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) 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
4
pkgname=gridloc
5
pkgver=0.7
6
pkgrel=1
7
pkgdesc="Ham Radio Maidenhead grid converter & bearing + distance calculator"
8
arch=('i686' 'x86_64')
9
url="http://www.qsl.net/5b4az/pkg/locator/gridloc/gridloc.html"
10
license=('GPL')
11
depends=('bash')
12
source=(http://www.qsl.net/5b4az/pkg/locator/gridloc/gridloc-0.7.tar.bz2
13
diff.Makefile
14
$pkgname
15
$pkgname.1)
16
17
prepare() {
18
cd $srcdir/$pkgname-$pkgver
19
20
patch -p0 < ../diff.Makefile
21
}
22
23
build() {
24
cd $srcdir/$pkgname-$pkgver
25
26
make || return 1
27
}
28
29
package() {
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
}
40
md5sums=('9e1437ea29f5b9380501fd5258c8bdf5'
41
'747e7f0e28d70e1acaa9c4c195c94510'
42
'a300bf4eeea7624516cfef35e3c63e3d'
43
'b553a1ae3de7c467055d6072959c1230')
44
sha256sums=('2e1b53ed478402d65a50ad0d0ed860415337d2e2867ebdef494e9ccfc0a2cdf4'
45
'37a48068265b5dd79fab34dbd76d72b56fef48cab640c860832b4c056e289d1c'
46
'dc158c315d805d97b47d740dcd05eda4ce9da2fa9fe350ae5c899c6d0bd91069'
47
'e0a4957ed18b7526685056cae0c9bfddb833727a223cc4c0de1cf928a8b9c867')
48
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |