xwefax

LOW
maintainer not_anonymous 0 votes scanned 2026-09-17 00:27:14.276658
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
5pkgname=xwefax
6pkgver=2.4.4
7pkgrel=1
8pkgdesc="Ham Radio WEFAX/RadioFAX engine using X/GTK+"
9arch=('i686' 'x86_64' 'aarch64')
10url="http://www.qsl.net/5b4az/pkg/$pkgname/$pkgname.html"
11license=(GPL)
12depends=('gtk3' 'alsa-lib' 'hamradio-menus')
13makedepends=('autoconf' 'automake' 'intltool' 'pkg-config')
14source=(http://www.qsl.net/5b4az/pkg/$pkgname/$pkgname-$pkgver.tar.bz2
15 $pkgname.desktop
16 $pkgname.1
17 xwefax.png
18)
19
20build() {
21 cd $srcdir/$pkgname-$pkgver
22
23# export LDFLAGS="-lm $LDFLAGS"
24 ./autogen.sh
25 ./configure --prefix=/usr
26 make
27}
28
29check() {
30 cd $srcdir/$pkgname-$pkgver
31
32 make check
33# make -i check # sadly the intl. files. are not correct (sigh)
34}
35
36package() {
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}
51md5sums=('f23299ebcd74211dd9c14670e6dc60ae'
52 '056d9bf5d23fe76173e8729f534979ba'
53 '0b707aca93887492e95f4638830f183f'
54 'd6657f45025d99c8a70c043fe61c195f')
55sha256sums=('22a1e403f98eb289be977df2a4872bb7634bc6d267bad5067be95662b55da28a'
56 '5051c88dff458f8dd2478a93b9c2ba6e43cfcaf7ddff8103d5b18f1f9235378b'
57 '0ba663d873218f317467e0036acbe8bdbb34def4e09581b9e8b48accdab56ce4'
58 '37658a7df89c9e97e2fc927c391260fe633ffdce133f4f57a2b3ed3d41afe417')
59

Scan history

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

Report a package

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

0 / 4000
Your suggestion