xwefax
maintainer not_anonymous
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a personal qsl.net page, which is non-standard but plausibly the project's own; it builds from source, checksums are provided, and no remote code execution or obfuscation is present.
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 qsl.net page, which is non-standard but plausibly the project's own; it builds from source, checksums are provided, and no remote code execution or obfuscation is present.
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:14
source=(http://www.qsl.net/5b4az/pkg/$pkgname/$pkgname-$pkgver.tar.bz2
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: not_anonymous <nmlibertarian@gmail.com>
2
# Contributor: WB2FKO <mph at sportscliche dot com>
3
# Original Contributor: Bob Finch <w9ya@arrl.net>
4
5
pkgname=xwefax
6
pkgver=2.4.4
7
pkgrel=1
8
pkgdesc="Ham Radio WEFAX/RadioFAX engine using X/GTK+"
9
arch=('i686' 'x86_64' 'aarch64')
10
url="http://www.qsl.net/5b4az/pkg/$pkgname/$pkgname.html"
11
license=(GPL)
12
depends=('gtk3' 'alsa-lib' 'hamradio-menus')
13
makedepends=('autoconf' 'automake' 'intltool' 'pkg-config')
14
source=(http://www.qsl.net/5b4az/pkg/$pkgname/$pkgname-$pkgver.tar.bz2
15
$pkgname.desktop
16
$pkgname.1
17
xwefax.png
18
)
19
20
build() {
21
cd $srcdir/$pkgname-$pkgver
22
23
# export LDFLAGS="-lm $LDFLAGS"
24
./autogen.sh
25
./configure --prefix=/usr
26
make
27
}
28
29
check() {
30
cd $srcdir/$pkgname-$pkgver
31
32
make check
33
# make -i check # sadly the intl. files. are not correct (sigh)
34
}
35
36
package() {
37
cd $srcdir/$pkgname-$pkgver
38
39
mkdir -p $pkgdir/usr/share/doc/$pkgname/examples/
40
mkdir -p $pkgdir/usr/share/{applications,pixmaps}
41
make DESTDIR=$pkgdir install
42
43
mkdir -p $pkgdir/usr/bin
44
mv $pkgdir/usr/bin/$pkgname $pkgdir/usr/bin/$pkgname.1
45
install -Dm755 ../$pkgname.1 $pkgdir/usr/bin/$pkgname
46
47
install -Dm644 $pkgname/xwefaxrc $pkgdir/usr/share/doc/$pkgname/examples/xwefaxrc.example
48
install -Dm644 ../$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
49
install -Dm644 ../$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
50
}
51
md5sums=('f23299ebcd74211dd9c14670e6dc60ae'
52
'056d9bf5d23fe76173e8729f534979ba'
53
'0b707aca93887492e95f4638830f183f'
54
'd6657f45025d99c8a70c043fe61c195f')
55
sha256sums=('22a1e403f98eb289be977df2a4872bb7634bc6d267bad5067be95662b55da28a'
56
'5051c88dff458f8dd2478a93b9c2ba6e43cfcaf7ddff8103d5b18f1f9235378b'
57
'0ba663d873218f317467e0036acbe8bdbb34def4e09581b9e8b48accdab56ce4'
58
'37658a7df89c9e97e2fc927c391260fe633ffdce133f4f57a2b3ed3d41afe417')
59
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 |