lpsk31

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 domain (qsl.net) hosting amateur radio software, which is common in niche communities; it builds from source without executing untrusted binaries, and the checksums are provided, reducing supply-chain risk.

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) hosting amateur radio software, which is common in niche communities; it builds from source without executing untrusted binaries, and the checksums are provided, reducing supply-chain risk.

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:12 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# Original Contributor: Bob Finch <w9ya@arrl.net>
3
4pkgname=lpsk31
5pkgver=1.3
6pkgrel=1
7pkgdesc="Ham Radio - Ncurses psk31 engine + min. FT847 cat info."
8arch=('i686' 'x86_64')
9url="http://www.qsl.net/5b4az/pkg/psk31/lpsk31/lpsk31.html"
10license=('GPL3')
11depends=('bash' 'alsa-lib')
12source=(http://www.qsl.net/5b4az/pkg/psk31/$pkgname/$pkgname-$pkgver.tar.bz2
13 diff.Makefile
14 $pkgname
15 $pkgname.man.1.gz
16)
17
18prepare() {
19 cd $srcdir/$pkgname-$pkgver
20
21 patch -p0 < ../diff.Makefile
22 # You can customize display items in lpsk31.h. See doc/lpsk31.html .
23}
24
25build() {
26 cd $srcdir/$pkgname-$pkgver
27
28 make || return 1
29}
30
31package() {
32 cd $srcdir/$pkgname-$pkgver
33
34 # Consider modifying the Makefile to use its' install info.
35
36 install -Dm755 ../lpsk31 $pkgdir/usr/bin/lpsk31
37 install -Dm755 lpsk31 $pkgdir/usr/bin/lpsk31.1
38
39 install -Dm644 default/lpsk31rc $pkgdir/usr/share/$pkgname/lpsk31rc
40
41 install -Dm644 ../$pkgname.man.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
42 install -Dm644 doc/$pkgname.html $pkgdir/usr/share/doc/$pkgname/$pkgname.html
43 install -Dm644 doc/*.pdf $pkgdir/usr/share/doc/$pkgname/.
44
45 # Consider making/adding .desktop file (et al) to add this to the "menus".
46}
47md5sums=('091ecabd1921c53249e6e85ca45eb2c0'
48 'b8af15926c83bd27953adde1d64b4056'
49 'e6e5e78f311d8ea91834c9832f8ea67f'
50 'cbb6e25ca737f53274c85c348e1809a6')
51sha256sums=('b19926cc66ab341b610e2ac2ffbfda5b765bc21b3d83b3eecdae3e0f67f7f855'
52 'eaed47056fdfc43bf4fb789d035ed646aedc6bca6e84efe5907b7753865008ab'
53 '5f411d1fb9500446e2c20591f7050d15d85b1964672fd0fbf3a9b59feaabce76'
54 'bd8ded7822a781c6e678255f2609560f6a0163a722f04e94306d7fb18a5b4c4b')
55

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