xritty

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 standard whitelist, but it is the project's own source code being built, which is normal for AUR packages; the checksums are provided and match, reducing 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 90%): The source is a tarball from a personal domain (qsl.net) not on the standard whitelist, but it is the project's own source code being built, which is normal for AUR packages; the checksums are provided and match, reducing 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:15 http://www.qsl.net/5b4az/pkg/$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=xritty
6pkgver=0.6
7pkgrel=2
8pkgdesc="Ham Radio RTTY engine using X/GTK+"
9arch=('i686' 'x86_64')
10url="http://www.qsl.net/5b4az/pkg/$pkgname/$pkgname.html"
11license=(GPL)
12depends=('gtk2' 'alsa-lib' 'hamradio-menus')
13makedepends=('autoconf' 'automake' 'intltool' 'pkg-config')
14source=(
15http://www.qsl.net/5b4az/pkg/$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 sed -i -e s:'1.15':'1.16': autogen.sh
28}
29
30build() {
31 cd $srcdir/$pkgname-$pkgver
32
33# export LDFLAGS="-lm $LDFLAGS"
34# It is possible 2 customize some entries in codec.h; See the docs.
35 ./autogen.sh
36 ./configure --prefix=/usr
37 make
38}
39
40check() {
41 cd $srcdir/$pkgname-$pkgver
42
43# make check
44 make -i check # sadly the intl. files. are not correct (sigh)
45}
46
47package() {
48 cd $srcdir/$pkgname-$pkgver
49
50 mkdir -p $pkgdir/usr/share/doc/$pkgname/examples/
51 mkdir -p $pkgdir/usr/share/{applications,pixmaps}
52 make DESTDIR=$pkgdir install
53
54 mkdir -p $pkgdir/usr/bin
55 mv $pkgdir/usr/bin/$pkgname $pkgdir/usr/bin/$pkgname.1
56 install -Dm755 ../$pkgname.1 $pkgdir/usr/bin/$pkgname
57
58 install -Dm644 ../$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
59 install -Dm644 ../xdemorse.png $pkgdir/usr/share/pixmaps/$pkgname.png
60# install -Dm644 ../$pkgname.man.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
61}
62md5sums=('411dd1088c21fd12a069f878a8aa4479'
63 '82186d72452d9f6798ba318ed0f44ab7'
64 '7261882a40cc69a591aa03801c5f8328'
65 'b78009cf3afb7bb234bac1a404bb721d'
66 'edcd3f301ec8ea95453d40534beb6ede')
67sha256sums=('43a926c0c67bb58370fe7c4188b9ee28288ecc8fbf2a90d0b4e3598823600a26'
68 '015cf449e29d0fd9a72f9635638bd329b29150f5ef8fdc579a824c034ff12c09'
69 'f839de258e9ecfb2b2f2e7dd2ceb7473014556928a0bd8c19d2d9a456bf998c6'
70 'adffa49301d51abfbbd28552d43f44979783563f608a17e6571753471f343dd7'
71 '857eb46c32c12333a7110fb3ea99d2246084724856638f2e04324fc2a576626d')
72

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