xpsk31

maintainer not_anonymous · 1 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 whitelist, but it is the project's own source code being built normally, with full checksums provided; the worst case of a swapped source would be code execution during build, but this is a standard AUR pattern for legitimate 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 whitelist, but it is the project's own source code being built normally, with full checksums provided; the worst case of a swapped source would be code execution during build, but this is a standard AUR pattern for legitimate 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:15 source=(http://www.qsl.net/5b4az/pkg/psk31/$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=xpsk31
6pkgver=3.6.2
7pkgrel=1
8pkgdesc="Ham Radio PSK31 engine using X/GTK+"
9arch=('i686' 'x86_64')
10url="http://www.qsl.net/5b4az/pkg/psk31/xpsk31/xpsk31.html"
11license=(GPL)
12depends=('gtk3' 'hamradio-menus')
13makedepends=('autoconf' 'automake' 'intltool' 'pkg-config')
14# 'imagemagick: used IF you want to convert icons/images')
15source=(http://www.qsl.net/5b4az/pkg/psk31/$pkgname/$pkgname-$pkgver.tar.bz2
16 diff.Makefile.am
17 $pkgname.desktop
18 $pkgname.1
19 xdemorse.png
20# $pkgname.man.1.gz
21)
22
23prepare() {
24 cd $srcdir/$pkgname-$pkgver
25
26 patch -p0 < ../diff.Makefile.am
27
28# sed -i s:xpm:png: Makefile.am
29# convert files/$pkgname.xpm files/$pkgname.png
30# install -m644 ../$pkgname.desktop files/$pkgname.desktop
31}
32
33build() {
34 cd $srcdir/$pkgname-$pkgver
35
36# export LDFLAGS="-lm $LDFLAGS"
37# It is possible 2 customize some entries in pskcodec.h; See the docs.
38 ./autogen.sh
39 ./configure --prefix=/usr
40 make
41}
42
43check() {
44 cd $srcdir/$pkgname-$pkgver
45
46# make check
47 make -i check # sadly the intl. files. are not correct (sigh)
48}
49
50package() {
51 cd $srcdir/$pkgname-$pkgver
52
53# mkdir -p $pkgdir/usr/share/doc/$pkgname/examples/
54# mkdir -p $pkgdir/usr/share/{applications,pixmaps,man/man1}
55 make DESTDIR=$pkgdir install
56
57 mkdir -p $pkgdir/usr/bin
58 mv $pkgdir/usr/bin/$pkgname $pkgdir/usr/bin/$pkgname.1
59 install -Dm755 ../$pkgname.1 $pkgdir/usr/bin/$pkgname
60
61 install -Dm644 ../$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
62 install -Dm644 ../xdemorse.png $pkgdir/usr/share/pixmaps/$pkgname.png
63 install -Dm644 $pkgname/xpsk31rc $pkgdir/usr/share/doc/$pkgname/examples/xpsk31rc.example
64
65 rm $pkgdir/usr/share/doc/$pkgname/$pkgname.1.gz
66}
67md5sums=('fe24677f3261b5d3b63fea7dd5b35c44'
68 '988264985f99e2869c590897c4219357'
69 'c784ec5d71a3897c515add6aa370cccd'
70 '0dd0a9e1cc2d745ef93333f97b2e138d'
71 'edcd3f301ec8ea95453d40534beb6ede')
72sha256sums=('a713c45b48fbb0f3c162a9b2125dda5dac36f9c57b7f7a289253188dd06ddbf4'
73 '5259e4e44cf4adffdb7a6d506958aa523523e3317554d180c6346348a59801a4'
74 'd1afe06070b7a6eec1967194c2d7a5a38cf29e73dca35976a72d52707dece0a5'
75 '1095a3122d3d448b8c2c48d8810ca37dbd8b9ec06b6fc51bc75ceb39c8eef071'
76 '857eb46c32c12333a7110fb3ea99d2246084724856638f2e04324fc2a576626d')
77

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion