prospector
maintainer orphaned
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:17
source=("${pkgname}-${pkgver}.zip::http://www.prospector.at/forum/dm_eds/${_fun}"
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Lex Black <autumn-wind@web.de>
2
# Contributor: Aaron Fischer <mail@aaron-fischer.net>
3
# Contributor: Mark Pustjens <pustjens@dds.nl>
4
5
pkgname=prospector
6
pkgver=R210
7
pkgrel=1
8
_fun="download.php?id=117"
9
pkgdesc="A roguelike in space"
10
arch=("i686" "x86_64")
11
url="http://prospector.at/"
12
license=("GPL2")
13
depends=('ncurses5-compat-libs')
14
depends_x86_64=("lib32-libxpm" "lib32-libjpeg6" "lib32-ncurses" "lib32-freetype2" "lib32-libogg" "lib32-libvorbis")
15
depends_i686=("libxpm" "libjpeg6" "ncurses" "freetype2" "libogg" "libvorbis")
16
makedepends=("unzip")
17
source=("${pkgname}-${pkgver}.zip::http://www.prospector.at/forum/dm_eds/${_fun}"
18
"prospector.sh")
19
noextract=("${pkgname}-${pkgver}.zip")
20
sha256sums=('2948002bff3bde764c727c92e6343a660270e8156e14afa7c8b07ba0caf74985'
21
'4d20c555f4375c8dc12daa5b331d1f6d8473842713e4fa7f525e92bffd0b833e')
22
23
24
package() {
25
# install prospector files
26
install -m 755 -d "${pkgdir}/opt/prospector/"
27
cd "${pkgdir}/opt/prospector"
28
bsdtar -xf "${srcdir}/${pkgname}-${pkgver}.zip"
29
30
# install bin wrapper
31
install -m 755 -d "${pkgdir}/usr/bin"
32
install -m 755 "${srcdir}/prospector.sh" "${pkgdir}/usr/bin/prospector"
33
34
# Fix the permission so that all users can play the game
35
chown -R root:games "${pkgdir}/opt/${pkgname}"
36
find "${pkgdir}/opt/${pkgname}" -type d -exec chmod 755 {} \;
37
find "${pkgdir}/opt/${pkgname}" -type f -exec chmod 664 {} \;
38
39
# No sound for linux any more ...
40
#chmod 774 ${pkgdir}/opt/${pkgname}/prospector_fbsound
41
}
42
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 |