aprx
maintainer TheLugal
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project maintainer's personal domain, which is not on a standard forge but plausibly the project's official host; it is built from source, not a prebuilt binary, and the checksums are fully verified, reducing supply-chain risk.
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 the project maintainer's personal domain, which is not on a standard forge but plausibly the project's official host; it is built from source, not a prebuilt binary, and the checksums are fully verified, reducing supply-chain risk.
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=("$pkgname-$pkgver.tar.gz::http://thelifeofkenneth.com/$pkgname/release/$pkgname-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Sander Danielsen <thelugal at gmail dot com>
2
# Contributor: CarstenF <archlinux at carstenfeuls dot de>
3
pkgname=aprx
4
pkgver=2.9.1
5
pkgrel=1
6
pkgdesc="An APRS Digipeater and/or Internet Gateway"
7
arch=('any')
8
url="http://thelifeofkenneth.com/aprx/"
9
license=('custom')
10
depends=('glibc')
11
backup=('etc/aprx.conf')
12
source=("$pkgname-$pkgver.tar.gz::http://thelifeofkenneth.com/$pkgname/release/$pkgname-$pkgver.tar.gz"
13
'aprx.service')
14
sha256sums=('a28bafbb882f36e154eed19c8ed44a13dd1aac34432d2497e61479af369b61ed'
15
'ef586aa9c5f7dfc70e6631e60648764738923ccb1374732f7ae356d4789e69c5')
16
sha512sums=('469e007e06af9979ec1423c089ef7a9d3ec6c88202d298fd616abd3b18c62d43e43b585cb7dfd5bc056b727eb98d37187de97a9e0066e09e5370fa4dfd88b6da'
17
'e9a6d4ce894c692e2a959ae5a7644b1a18c7d2df550d44a3cba3bff484400262bc9da5f12b06b406ccc64094b242d6783a887eacd633a59b68d8519a299e0b6b')
18
19
build() {
20
# For a small memory system without writeable /tmp add --with-embedded
21
cd "$pkgname-$pkgver"
22
./configure --prefix=/usr -mandir=/usr/share/man #--with-embedded
23
make CFLAGS="-fcommon -O2"
24
}
25
26
package() {
27
cd "$pkgname-$pkgver"
28
mkdir -p "${pkgdir}/usr/lib/systemd/system"
29
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
30
make DESTDIR="$pkgdir/" install
31
cp ${srcdir}/aprx.service ${pkgdir}/usr/lib/systemd/system
32
mkdir -p "${pkgdir}/usr/bin"
33
mv ${pkgdir}/sbin/* ${pkgdir}/usr/bin
34
rmdir ${pkgdir}/sbin
35
}
36
37
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 |