mudlet
maintainer rantnar
· 23 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official website, hosted on a plausible project-owned domain; building from own-source is normal AUR practice, even if the host is not on a whitelist.
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 the project's official website, hosted on a plausible project-owned domain; building from own-source is normal AUR practice, even if the host is not on a whitelist.
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:22
source=("https://www.mudlet.org/wp-content/files/Mudlet-${pkgver}.tar.xz")
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
2
# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
3
# Contributor: Ryon Sherman <ryon.sherman@gmail.com>
4
# Contributor: Dardo Marasca <gefarion@gmail.com>
5
# Contributor: Kevin Kyzer <kev@k3v.in>
6
# Contributor: Xabre <xabre @archlinux.info>
7
pkgname=mudlet
8
pkgver=4.19.1
9
pkgrel=2
10
pkgdesc="A modern MUD client with a graphical user inteface and built in Lua scripting"
11
arch=('i686' 'x86_64')
12
url="http://www.mudlet.org"
13
license=('GPL')
14
depends=('qt5-multimedia' 'hunspell' 'libzip' 'glu' 'lua51-filesystem' 'luazip5.1' 'lua51-sql-sqlite' \
15
'lrexlib-pcre5.1' 'qt5-gamepad' 'lua51-luautf8' 'ttf-font' 'pugixml' 'lua-yajl' 'qtkeychain-qt5' 'lua51-lcf' 'gst-plugins-good')
16
makedepends=('boost' 'qt5-tools')
17
optdepends=('ttf-bitstream-vera: default font'
18
'ttf-ubuntu-font-family: default font'
19
'noto-fonts-emoji: emoji font support')
20
#source=("http://www.mudlet.org/download/Mudlet-${pkgver}.tar.xz")
21
##using alternate link
22
source=("https://www.mudlet.org/wp-content/files/Mudlet-${pkgver}.tar.xz")
23
sha256sums=('9ad174502f7deae5498b51e9a79181bc31652b1f2e5d3c8f9d10b2a761eda011')
24
25
26
build() {
27
cd "$srcdir/src"
28
export WITH_FONTS=NO
29
export WITH_OWN_QTKEYCHAIN=NO
30
export WITH_UPDATER=NO
31
export WITH_VARIABLE_SPLASH_SCREEN=NO
32
export XDG_DATA_DIRS=/usr/share
33
export CFLAGS="$CFLAGS -std=gnu17"
34
35
36
qmake-qt5 PREFIX=/usr
37
make
38
}
39
40
package() {
41
cd $srcdir/src
42
make INSTALL_ROOT="$pkgdir" install
43
mkdir -p ${pkgdir}/usr/share/applications
44
mkdir -p ${pkgdir}/usr/share/pixmaps
45
install -m 644 ../mudlet.desktop ${pkgdir}/usr/share/applications
46
install -m 644 ../mudlet.svg ${pkgdir}/usr/share/pixmaps
47
}
48
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 |