xdemorse

LOW
maintainer not_anonymous 6 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
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/morse/$pkgname/$pkgname-$pkgver.tar.bz2"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: not_anonymous <nmlibertarian@gmail.com>
2# Contributor: Maintainer: qs9rx <that nick at enjoys döt it>
3# Original Contributor: Bob Finch <w9ya@arrl.net>
4# Original author: Bennett Goble <nivardus at gmail dot com>
5
6pkgname=xdemorse
7pkgver=3.6.7
8pkgrel=1
9pkgdesc="An X/GTK+ application - decodes Morse Code signals into text."
10arch=('i686' 'x86_64')
11url="http://www.qsl.net/5b4az/pkg/morse/xdemorse/xdemorse.html"
12license=(GPL)
13depends=('gtk3' 'hamradio-menus' 'alsa-lib')
14makedepends=('autoconf' 'automake' 'intltool' 'imagemagick' 'pkg-config')
15source=("http://www.qsl.net/5b4az/pkg/morse/$pkgname/$pkgname-$pkgver.tar.bz2"
16# diff.autogen.sh
17 $pkgname.desktop
18 $pkgname.1
19)
20
21#prepare() {
22# cd $srcdir/$pkgname-$pkgver
23#
24# patch -p0 < ../diff.autogen.sh
25# sed -i s:xpm:png: Makefile.am
26# convert files/$pkgname.xpm files/$pkgname.png
27# install -m644 ../$pkgname.desktop files/$pkgname.desktop
28#}
29
30build() {
31 cd $srcdir/$pkgname-$pkgver
32
33# export LDFLAGS="-lm $LDFLAGS"
34 ./autogen.sh
35 ./configure --prefix=/usr
36 make
37}
38
39check() {
40 cd $srcdir/$pkgname-$pkgver
41
42 make check
43}
44
45package() {
46 cd $srcdir/$pkgname-$pkgver
47
48 mkdir -p $pkgdir/usr/share/doc/$pkgname/examples/
49 mkdir -p $pkgdir/usr/share/{applications,pixmaps,man/man1}
50 make DESTDIR=$pkgdir install
51
52 mkdir -p $pkgdir/usr/bin
53 mv $pkgdir/usr/bin/$pkgname $pkgdir/usr/bin/$pkgname.1
54 install -D -m 755 ../$pkgname.1 $pkgdir/usr/bin/$pkgname
55
56 install -Dm644 .$pkgname/xdemorserc $pkgdir/usr/share/doc/$pkgname/examples/xdemorserc.example
57
58 rm $pkgdir/usr/share/doc/$pkgname/$pkgname.1.gz
59}
60md5sums=('a265ce05e395264f2b1b31220642dbdf'
61 'abb9f6e6510c9f747d70c738eeb5a824'
62 '568d6a9bc01dc76a39408dc93ac094a1')
63sha256sums=('2d512d14047083175c621442684edfca8d86563faaddd44c27df86722f09adbf'
64 '1a690f6c7fdb73be3ebcedb59390faf74fcfb5f71484290d9d5a682650d3c9b1'
65 '8aead0451f0c0ef8158b89654882c27b9fe6836beac6ecf2e7e0840b4cd4ec39')
66

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