prospector
The package downloads a source zip from a project-associated forum host for a legitimate roguelike game; the host is not whitelisted but plausibly official, and the content is unpacked and installed as data, not executed remotely.
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 package downloads a source zip from a project-associated forum host for a legitimate roguelike game; the host is not whitelisted but plausibly official, and the content is unpacked and installed as data, not executed remotely.
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:17
source=("${pkgname}-${pkgver}.zip::http://www.prospector.at/forum/dm_eds/${_fun}"
PKGBUILD
1 offending line(s) highlighted# Contributor: Lex Black <autumn-wind@web.de>
# Contributor: Aaron Fischer <mail@aaron-fischer.net>
# Contributor: Mark Pustjens <pustjens@dds.nl>
pkgname=prospector
pkgver=R210
pkgrel=1
_fun="download.php?id=117"
pkgdesc="A roguelike in space"
arch=("i686" "x86_64")
url="http://prospector.at/"
license=("GPL2")
depends=('ncurses5-compat-libs')
depends_x86_64=("lib32-libxpm" "lib32-libjpeg6" "lib32-ncurses" "lib32-freetype2" "lib32-libogg" "lib32-libvorbis")
depends_i686=("libxpm" "libjpeg6" "ncurses" "freetype2" "libogg" "libvorbis")
makedepends=("unzip")
source=("${pkgname}-${pkgver}.zip::http://www.prospector.at/forum/dm_eds/${_fun}"
"prospector.sh")
noextract=("${pkgname}-${pkgver}.zip")
sha256sums=('2948002bff3bde764c727c92e6343a660270e8156e14afa7c8b07ba0caf74985'
'4d20c555f4375c8dc12daa5b331d1f6d8473842713e4fa7f525e92bffd0b833e')
package() {
# install prospector files
install -m 755 -d "${pkgdir}/opt/prospector/"
cd "${pkgdir}/opt/prospector"
bsdtar -xf "${srcdir}/${pkgname}-${pkgver}.zip"
# install bin wrapper
install -m 755 -d "${pkgdir}/usr/bin"
install -m 755 "${srcdir}/prospector.sh" "${pkgdir}/usr/bin/prospector"
# Fix the permission so that all users can play the game
chown -R root:games "${pkgdir}/opt/${pkgname}"
find "${pkgdir}/opt/${pkgname}" -type d -exec chmod 755 {} \;
find "${pkgdir}/opt/${pkgname}" -type f -exec chmod 664 {} \;
# No sound for linux any more ...
#chmod 774 ${pkgdir}/opt/${pkgname}/prospector_fbsound
}
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 |