wanderer
The source is a tarball from the maintainer's personal host, but it is a standard source code package for a known game, built locally with transparent patches; the worst case of a swapped source is limited to code execution during build, which is within expected AUR risk.
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 maintainer's personal host, but it is a standard source code package for a known game, built locally with transparent patches; the worst case of a swapped source is limited to code execution during build, which is within expected AUR risk.
2 higher static findings 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:11
source=("http://e271.net/~marina/$pkgname-$pkgver.tar.gz"
privileged_install
The package grants elevated privileges or installs an update path outside pacman: a /etc/sudoers.d rule (often passwordless), a setuid/setgid binary, or a self-update script/service that can fetch and run future code with no checksum verification. The initial install may be verified, but the ongoing privilege + update surface is a real supply-chain / privilege-escalation risk.
-
PKGBUILD:57
chmod g+s "$pkgdir/usr/bin/wanderer"
PKGBUILD
2 offending line(s) highlighted# Maintainer : catskillmarina <catskillmarina @ gmail.com>
pkgname=wanderer
pkgver=3.2
pkgrel=1.1
pkgdesc='Wanderer is a game like Boulderdash, Repton, XOR. (wanderer)'
arch=('any')
url="http://e271.net/~marina/wanderer"
license=('GPL')
depends=('ncurses' 'gzip')
source=("http://e271.net/~marina/$pkgname-$pkgver.tar.gz"
'patch-edit_c'
'patch-m_c'
'patch-wanderer_6'
)
md5sums=('83ca326c57a43c4d6cb3f7c7ef4008a1'
'8825bce23b746231cdfc5d05d1b331bc'
'e80004f41532fefc039aed0f76bcd176'
'239aa9ce75296e8de220664b8f1d9cbb'
)
prepare() {
cd "$pkgname-$pkgver"
pwd
sed -e "s|/usr/local/share/wanderer/screens|/usr/share/wanderer/screens|" \
-e "s|/* #define NO_ENCRYPTION |#define NO_ENCRYPTION |" -i $srcdir/$pkgname-$pkgver/wand_head.h
sed -e 's|char \*malloc();|\/\* char \*malloc(); \*\/|' -i $srcdir/$pkgname-$pkgver/monsters.c
sed -e 's|char \*malloc();|\/\* char \*malloc(); \*\/|' -i $srcdir/$pkgname-$pkgver/convert.c
patch -p0 < $srcdir/patch-edit_c
patch -p0 < $srcdir/patch-m_c
patch -p0 < $srcdir/patch-wanderer_6
# remove spurious binary #
rm wanderer
}
build(){
cd "$pkgname-$pkgver"
make
pwd
}
package() {
cd "$pkgname-$pkgver"
pwd
install -m 0755 -d -o root -g games "$pkgdir/usr/share/wanderer"
install -m 0755 -d -o root -g games "$pkgdir/usr/share/wanderer/screens"
install -m 0644 -o root -g games screens/* "$pkgdir/usr/share/wanderer/screens/"
install -dm775 $pkgdir/var/games/
# FS#43414: /var/games should be owned by root:games.
# copied from nethack
chown -R root:games $pkgdir/var/games/
install -Dm2755 wanderer "$pkgdir/usr/bin/wanderer"
# install -Dm655 wandererscores "$pkgdir/var/games/wandererscores
chown root:games "$pkgdir/usr/bin/wanderer"
chmod g+s "$pkgdir/usr/bin/wanderer"
install -Dm644 wanderer.6 "$pkgdir/usr/share/man/man6/wanderer.6"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 3 |
| 2026-09-16 00:03:17 | Low | 3 |
| 2026-09-15 00:25:31 | Low | 3 |
| 2026-09-14 00:27:57 | Low | 3 |
| 2026-09-13 00:19:54 | Low | 3 |
| 2026-09-12 00:25:17 | Low | 3 |
| 2026-09-11 00:19:22 | Low | 3 |
| 2026-09-10 00:22:44 | Low | 3 |
| 2026-09-09 00:04:09 | Low | 3 |
| 2026-09-08 00:18:08 | Low | 3 |
| 2026-09-07 00:30:15 | Low | 3 |
| 2026-09-06 00:17:06 | Low | 3 |
| 2026-09-05 00:16:27 | Low | 3 |
| 2026-09-04 00:03:13 | Low | 3 |
| 2026-09-03 00:15:47 | Low | 3 |
| 2026-09-02 00:02:31 | Low | 3 |
| 2026-09-01 00:11:19 | Low | 3 |
| 2026-08-31 00:19:57 | Low | 3 |
| 2026-08-30 00:04:14 | Low | 3 |
| 2026-08-29 00:29:17 | Low | 3 |