xsatcom
maintainer not_anonymous
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a personal domain (qsl.net) not on the standard whitelist, but it is the project's own source code being built normally, with provided and matching checksums, posing no executable or supply-chain risk beyond typical AUR packages.
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 domain (qsl.net) not on the standard whitelist, but it is the project's own source code being built normally, with provided and matching checksums, posing no executable or supply-chain risk beyond typical AUR packages.
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:13
source=("http://www.qsl.net/5b4az/pkg/satellite/$pkgname/$pkgname-$pkgver.tar.bz2"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: not_anonymous <nmlibertarian@gmail.com>
2
3
pkgname=xsatcom
4
pkgver=3.2
5
pkgrel=1
6
pkgdesc="Ham Radio - satellite tracking."
7
arch=('i686' 'x86_64')
8
url="http://www.qsl.net/5b4az/pkg/satellite/xsatcom/xsatcom.html"
9
license=(GPL3)
10
depends=('gtk3' 'hamradio-menus')
11
makedepends=('autoconf' 'automake' 'intltool' 'pkg-config' 'gettext')
12
optdepends=('xplanet: provides data on great circle map')
13
source=("http://www.qsl.net/5b4az/pkg/satellite/$pkgname/$pkgname-$pkgver.tar.bz2"
14
$pkgname.desktop
15
xdemorse.png
16
$pkgname.1)
17
18
prepare() {
19
cd $srcdir/$pkgname-$pkgver
20
21
mkdir files/
22
install -m644 ../$pkgname.desktop files/$pkgname.desktop
23
install -m644 ../xdemorse.png files/$pkgname.png
24
}
25
26
build() {
27
cd $srcdir/$pkgname-$pkgver
28
29
# export LDFLAGS="-lm $LDFLAGS"
30
./autogen.sh
31
./configure --prefix=/usr
32
make
33
}
34
35
check() {
36
cd $srcdir/$pkgname-$pkgver
37
38
# make check
39
make -i check # sadly the intl. files. are not correct (sigh)
40
}
41
42
package() {
43
cd $srcdir/$pkgname-$pkgver
44
45
mkdir -p $pkgdir/usr/share/{applications,pixmaps,doc/$pkgname,$pkgname}
46
make DESTDIR=$pkgdir install
47
48
install .xsatcom/* $pkgdir/usr/share/xsatcom/.
49
rm $pkgdir/usr/share/xsatcom/*.glade
50
51
mkdir -p $pkgdir/usr/share/man/man1
52
mv $pkgdir/usr/share/doc/xsatcom/xsatcom.1.gz \
53
$pkgdir/usr/share/man/man1/.
54
55
mv $pkgdir/usr/bin/$pkgname $pkgdir/usr/bin/$pkgname.1
56
install -D -m 755 ../$pkgname.1 $pkgdir/usr/bin/$pkgname
57
}
58
md5sums=('8b8cd3eb831dfa505c874d2ac90f4a4a'
59
'da46deb421a73376507b575629df5a48'
60
'edcd3f301ec8ea95453d40534beb6ede'
61
'49b427b41f3e7354c2502883d7f6801b')
62
sha256sums=('bb1132146167c0b907beeb73259abd08fbdfee9289f63c00853d10f260f375f1'
63
'cbbc674993a789a42f7117358fa7b2b959c85376656722db942c40a2ad2eece8'
64
'857eb46c32c12333a7110fb3ea99d2246084724856638f2e04324fc2a576626d'
65
'357c69b07dfe18090998f59d10bbaa3e24b636e177a863c67d83015160b973d2')
66
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 |