aprstac-bin

MEDIUM
maintainer 9M2PJU 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt AppImage and an ARM binary from a non-whitelisted, project-owned domain (aprstac.com), which could be swapped by an unrelated party; however, the binaries are from the official project site and checksums are provided, reducing but not eliminating risk.

Triggered rules

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_x86_64=('APRStac-x86_64.AppImage::https://aprstac.com/downloads/APRStac-x86_64.AppImage')
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt AppImage and an ARM binary from a non-whitelisted, project-owned domain (aprstac.com), which could be swapped by an unrelated party; however, the binaries are from the official project site and checksums are provided, reducing but not eliminating risk.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: 9M2PJU <9m2pju@gmail.com>
2pkgname=aprstac-bin
3pkgver=0.2.4
4pkgrel=2
5pkgdesc="A modern APRS web client, digipeater, IGate, BBS, and fileshare (pre-compiled binary)"
6arch=('x86_64' 'aarch64')
7url="https://aprstac.com/"
8license=('custom:proprietary')
9options=('!strip')
10depends=('gcc-libs' 'glibc')
11provides=('aprstac')
12conflicts=('aprstac')
13source=('LICENSE'
14 'aprstac.desktop'
15 'aprstac.service'
16 'aprstac.png')
17source_x86_64=('APRStac-x86_64.AppImage::https://aprstac.com/downloads/APRStac-x86_64.AppImage')
18source_aarch64=('aprstac-server-arm64::https://aprstac.com/downloads/aprstac-server-arm64')
19sha256sums=('d2309a72446dac53dbe391ec2e8972f2fccbc6a06ab144c9011d5bd419c998e7'
20 '6c57b27e9502b24d45105c6bd64f4e692750f485611285a92a75a87c5ffd2a12'
21 'e0517815bc0ffe3a771b167757c00640f9c907ecbee0a753d1f8487e92205cf6'
22 '9f57e5714745c334a09389cba494a101b193c88c642f9c5c68a4387844eae094')
23sha256sums_x86_64=('838c67fa375937e312244be00cbf5452f7fb0bba21763b21be0c16795a97ed82')
24sha256sums_aarch64=('12e5866981f0dae4c7735ba7addb54ca9d6f6cb221eeaf36f3e440d3f1ab5311')
25
26prepare() {
27 if [[ $CARCH == x86_64 ]]; then
28 chmod +x "$srcdir/APRStac-x86_64.AppImage"
29 cd "$srcdir"
30 "$srcdir/APRStac-x86_64.AppImage" --appimage-extract >/dev/null
31 fi
32}
33
34package() {
35 if [[ $CARCH == x86_64 ]]; then
36 install -Dm755 "$srcdir/squashfs-root/usr/bin/aprstac-server" \
37 "$pkgdir/usr/bin/aprstac-server"
38 else
39 install -Dm755 "$srcdir/aprstac-server-arm64" \
40 "$pkgdir/usr/bin/aprstac-server"
41 fi
42
43 # Install enhanced desktop entry (adds GenericName, Keywords for Ham Radio menu integration)
44 install -Dm644 "$srcdir/aprstac.desktop" "$pkgdir/usr/share/applications/aprstac.desktop"
45
46 install -Dm644 "$srcdir/aprstac.png" \
47 "$pkgdir/usr/share/icons/hicolor/256x256/apps/aprstac.png"
48
49 install -Dm644 "$srcdir/aprstac.service" \
50 "$pkgdir/usr/lib/systemd/system/aprstac.service"
51
52 # Install the custom license file
53 install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
54}
55

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 Medium 2

Report a package

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

0 / 4000
Your suggestion