knightsgame
The source is a tarball from the project's official website, building the project's own source code, which is a normal AUR practice; the non-whitelisted host is the project's own domain, so the risk is low despite the static analyzer flag.
Triggered rules
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, building the project's own source code, which is a normal AUR practice; the non-whitelisted host is the project's own domain, so the risk is low despite the static analyzer flag.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:12
source=(http://www.knightsgame.org.uk/files/knights_${pkgver}_src.tar.gz knightsgame.desktop knightsgame.png)
PKGBUILD
1 offending line(s) highlighted# Maintainer: Adrian Room <ingolemo@gmail.com>
pkgname=knightsgame
pkgver=027
pkgrel=3
pkgdesc="A free multiplayer competitive game involving knights, dungeons, and quests."
arch=('x86_64')
url="http://www.knightsgame.org.uk/"
license=('GPL2')
depends=('boost-libs' 'sdl2' 'curl' 'lua' 'fontconfig' 'enet')
makedepends=('boost')
source=(http://www.knightsgame.org.uk/files/knights_${pkgver}_src.tar.gz knightsgame.desktop knightsgame.png)
sha256sums=('b344315a56d20b7de537de8d9aea3207127629b4a94915187653e260b35f99fd'
'006ebd0580195d160a387a02b776519aa520290a807bcf90037112e8136575bb'
'648cdec9d411e8ba58e8827d594bd7bfbde620df62457c729cad93c03961550e')
build() {
cd "$srcdir/knights_${pkgver}_src"
# correct the lua++ package name
sed 's/pkg-config lua-c++ --cflags/pkg-config lua++ --cflags/' -i Makefile
sed 's/pkg-config lua-c++ --libs/pkg-config lua --libs/' -i Makefile
prefix=/usr
make \
PREFIX="$prefix" \
DOC_DIR="$prefix/share/doc/$pkgname" \
DATA_DIR="$prefix/share/$pkgname"
}
package() {
cd "$srcdir/knights_${pkgver}_src"
prefix="$pkgdir/usr"
make install \
PREFIX="$prefix" \
DOC_DIR="$prefix/share/doc/$pkgname" \
DATA_DIR="$prefix/share/$pkgname"
install -D -m 644 "$srcdir/knightsgame.desktop" "$prefix/share/applications/knightsgame.desktop"
install -D -m 644 "$srcdir/knightsgame.png" "$prefix/share/pixmaps/knightsgame.png"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |