xdemorse
maintainer not_anonymous
· 6 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 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
6
pkgname=xdemorse
7
pkgver=3.6.7
8
pkgrel=1
9
pkgdesc="An X/GTK+ application - decodes Morse Code signals into text."
10
arch=('i686' 'x86_64')
11
url="http://www.qsl.net/5b4az/pkg/morse/xdemorse/xdemorse.html"
12
license=(GPL)
13
depends=('gtk3' 'hamradio-menus' 'alsa-lib')
14
makedepends=('autoconf' 'automake' 'intltool' 'imagemagick' 'pkg-config')
15
source=("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
30
build() {
31
cd $srcdir/$pkgname-$pkgver
32
33
# export LDFLAGS="-lm $LDFLAGS"
34
./autogen.sh
35
./configure --prefix=/usr
36
make
37
}
38
39
check() {
40
cd $srcdir/$pkgname-$pkgver
41
42
make check
43
}
44
45
package() {
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
}
60
md5sums=('a265ce05e395264f2b1b31220642dbdf'
61
'abb9f6e6510c9f747d70c738eeb5a824'
62
'568d6a9bc01dc76a39408dc93ac094a1')
63
sha256sums=('2d512d14047083175c621442684edfca8d86563faaddd44c27df86722f09adbf'
64
'1a690f6c7fdb73be3ebcedb59390faf74fcfb5f71484290d9d5a682650d3c9b1'
65
'8aead0451f0c0ef8158b89654882c27b9fe6836beac6ecf2e7e0840b4cd4ec39')
66
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |