dungeon-gdt-glk
maintainer greenmanalishi
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from ifarchive.org, a well-known and trusted archive for interactive fiction games; the package builds from publicly available source code, and the host, while not whitelisted, is legitimate and appropriate for this type of software.
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 source is a tarball from ifarchive.org, a well-known and trusted archive for interactive fiction games; the package builds from publicly available source code, and the host, while not whitelisted, is legitimate and appropriate for this type of software.
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:15
source=("http://www.ifarchive.org/if-archive/games/source/${pkgname}.tar.gz" "${pkgname}.patch")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Antonis Geralis <capoiosct@gmail.com>
2
3
_pkgname=dungeon
4
pkgname=dungeon-gdt-glk
5
pkgver=3.2
6
pkgrel=1
7
pkgdesc="Dungeon is the original Zork text adventure."
8
arch=('i686' 'x86_64')
9
url="http://gunkies.org/wiki/Zork"
10
license=('custom')
11
depends=('glkterm')
12
makedepends=('make')
13
provides=("${_pkgname}" "${_pkgname}-glk")
14
conflicts=("${_pkgname}" "${_pkgname}-glk")
15
source=("http://www.ifarchive.org/if-archive/games/source/${pkgname}.tar.gz" "${pkgname}.patch")
16
sha256sums=('d6587be3f10dda85e152bb6c17966157bc9378f4ad6013b81b9fd285fd122032'
17
'f43151034031bcb6881802b3a4ee739302adc3ce8c7497f93b20262d13603178')
18
19
prepare() {
20
cd "${srcdir}/${_pkgname}-gdt"
21
patch -Np1 -i ../${pkgname}.patch
22
}
23
24
build() {
25
cd "${srcdir}/${_pkgname}-gdt"
26
make dungeon
27
}
28
29
package() {
30
cd "${srcdir}/${_pkgname}-gdt"
31
# executable
32
install -Dm755 dungeon "${pkgdir}/usr/bin/${_pkgname}"
33
# data file
34
install -Dm644 dundat "${pkgdir}/usr/share/${_pkgname}/dundat"
35
# license
36
install -d "${pkgdir}/usr/share/licenses/${_pkgname}"
37
grep -A 25 'Copyrights and Other Verbiage' README > "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
38
}
39
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 |