kilnmud
maintainer SeanStoves
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package repacks an unmodified official .deb from the maintainer's GitHub releases, which is a normal AUR practice for proprietary software; the low severity is due to few votes and recent upload, not malicious content.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package repacks an unmodified official .deb from the maintainer's GitHub releases, which is a normal AUR practice for proprietary software; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Sean Stoves <sean@seanstoves.com>
2
3
# Repacks the official .deb from the KilnMUD-Releases repo. Source is private, so
4
# per the nonfree AUR rules this is unsuffixed (not -bin).
5
# Releases: https://github.com/SeanStoves/KilnMUD-Releases/releases
6
7
pkgname=kilnmud
8
pkgver=0.66.0
9
pkgrel=1
10
pkgdesc="Cross-platform MUD client built on Tauri 2"
11
arch=('x86_64')
12
url="https://github.com/SeanStoves/KilnMUD-Releases"
13
license=('LicenseRef-proprietary')
14
depends=('webkit2gtk-4.1' 'gtk3' 'gdk-pixbuf2' 'cairo' 'glib2' 'dbus' 'libsoup3'
15
'gcc-libs' 'glibc' 'hicolor-icon-theme')
16
options=('!strip' '!debug')
17
source=("https://github.com/SeanStoves/KilnMUD-Releases/releases/download/v${pkgver}/KilnMUD_${pkgver}_amd64.deb")
18
sha256sums=('ab69f4d0572424b93473d9409ce9e45935f0b14d24a8974c31674339b54ba65d')
19
20
package() {
21
# makepkg already unpacked the .deb (ar archive) into srcdir
22
bsdtar -xf data.tar.* -C "$pkgdir"
23
24
# upstream ships an empty Categories= so it lands nowhere in app menus
25
sed -i 's/^Categories=$/Categories=Game;RolePlaying;/' "$pkgdir/usr/share/applications/KilnMUD.desktop"
26
27
install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE" <<'EOF'
28
KilnMUD is proprietary software. Copyright (c) Sean Stoves. All rights reserved.
29
30
Repackaged unmodified from the official binary release:
31
https://github.com/SeanStoves/KilnMUD-Releases/releases
32
EOF
33
}
34
Changes since previous scan
--- PKGBUILD @ 2026-07-31 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -5,7 +5,7 @@ # Releases: https://github.com/SeanStoves/KilnMUD-Releases/releases pkgname=kilnmud-pkgver=0.60.0+pkgver=0.66.0 pkgrel=1 pkgdesc="Cross-platform MUD client built on Tauri 2" arch=('x86_64')@@ -15,7 +15,7 @@ 'gcc-libs' 'glibc' 'hicolor-icon-theme') options=('!strip' '!debug') source=("https://github.com/SeanStoves/KilnMUD-Releases/releases/download/v${pkgver}/KilnMUD_${pkgver}_amd64.deb")-sha256sums=('f09cfb6b7ef6105c3accb1a78367bfb41822c8272ba9f8fba05a28ab509dcbe9')+sha256sums=('ab69f4d0572424b93473d9409ce9e45935f0b14d24a8974c31674339b54ba65d') package() { # makepkg already unpacked the .deb (ar archive) into srcdirScan 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 05:17:13 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 03:13:55 | LOW | 2 |
| 2026-07-30 01:13:52 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 23:13:22 | LOW | 2 |
| 2026-07-29 21:12:47 | LOW | 2 |
| 2026-07-29 19:12:33 | LOW | 2 |
| 2026-07-29 17:12:22 | LOW | 2 |
| 2026-07-29 15:12:02 | LOW | 2 |
| 2026-07-29 07:10:52 | LOW | 2 |
| 2026-07-29 05:10:22 | LOW | 2 |
| 2026-07-29 03:10:20 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 19:39:35 | LOW | 2 |
| 2026-07-28 17:39:33 | LOW | 2 |
| 2026-07-28 15:39:03 | LOW | 2 |