xdemorse
The source is a tarball from a personal domain (qsl.net) not on the whitelist, but it contains the project's own source code that is compiled locally; the package builds from verifiable source with valid checksums, posing no active supply-chain threat.
Triggered rules
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 contains the project's own source code that is compiled locally; the package builds from verifiable source with valid checksums, posing no active supply-chain threat.
1 higher static finding superseded - not the current verdict (shown for transparency)
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/morse/$pkgname/$pkgname-$pkgver.tar.bz2"
PKGBUILD
1 offending line(s) highlighted# Maintainer: not_anonymous <nmlibertarian@gmail.com>
# Contributor: Maintainer: qs9rx <that nick at enjoys döt it>
# Original Contributor: Bob Finch <w9ya@arrl.net>
# Original author: Bennett Goble <nivardus at gmail dot com>
pkgname=xdemorse
pkgver=3.6.7
pkgrel=1
pkgdesc="An X/GTK+ application - decodes Morse Code signals into text."
arch=('i686' 'x86_64')
url="http://www.qsl.net/5b4az/pkg/morse/xdemorse/xdemorse.html"
license=(GPL)
depends=('gtk3' 'hamradio-menus' 'alsa-lib')
makedepends=('autoconf' 'automake' 'intltool' 'imagemagick' 'pkg-config')
source=("http://www.qsl.net/5b4az/pkg/morse/$pkgname/$pkgname-$pkgver.tar.bz2"
# diff.autogen.sh
$pkgname.desktop
$pkgname.1
)
#prepare() {
# cd $srcdir/$pkgname-$pkgver
#
# patch -p0 < ../diff.autogen.sh
# sed -i s:xpm:png: Makefile.am
# convert files/$pkgname.xpm files/$pkgname.png
# install -m644 ../$pkgname.desktop files/$pkgname.desktop
#}
build() {
cd $srcdir/$pkgname-$pkgver
# export LDFLAGS="-lm $LDFLAGS"
./autogen.sh
./configure --prefix=/usr
make
}
check() {
cd $srcdir/$pkgname-$pkgver
make check
}
package() {
cd $srcdir/$pkgname-$pkgver
mkdir -p $pkgdir/usr/share/doc/$pkgname/examples/
mkdir -p $pkgdir/usr/share/{applications,pixmaps,man/man1}
make DESTDIR=$pkgdir install
mkdir -p $pkgdir/usr/bin
mv $pkgdir/usr/bin/$pkgname $pkgdir/usr/bin/$pkgname.1
install -D -m 755 ../$pkgname.1 $pkgdir/usr/bin/$pkgname
install -Dm644 .$pkgname/xdemorserc $pkgdir/usr/share/doc/$pkgname/examples/xdemorserc.example
rm $pkgdir/usr/share/doc/$pkgname/$pkgname.1.gz
}
md5sums=('a265ce05e395264f2b1b31220642dbdf'
'abb9f6e6510c9f747d70c738eeb5a824'
'568d6a9bc01dc76a39408dc93ac094a1')
sha256sums=('2d512d14047083175c621442684edfca8d86563faaddd44c27df86722f09adbf'
'1a690f6c7fdb73be3ebcedb59390faf74fcfb5f71484290d9d5a682650d3c9b1'
'8aead0451f0c0ef8158b89654882c27b9fe6836beac6ecf2e7e0840b4cd4ec39')
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |