midnight-rescue
maintainer twa022
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a game data archive from a project-owned domain (abandonia.com) which is not on the whitelist but hosts legitimate abandonware; the content is non-executable game data run via dosbox, posing minimal risk.
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 game data archive from a project-owned domain (abandonia.com) which is not on the whitelist but hosts legitimate abandonware; the content is non-executable game data run via dosbox, posing minimal risk.
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:11
source=('Midnight_Rescue.zip::http://files.abandonia.com/download.php?game=Super+Solvers+-+Midnight+Rescue&secure=da2b471ea49d5a02e5b2a87e4f8e34e5&td=1549091612'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: twa022 <twa022 at gmail dot com>
2
3
pkgname='midnight-rescue'
4
pkgver=1.0
5
pkgrel=3
6
pkgdesc='A classic educational game from Abandonia, played in DosBox'
7
url='https://www.myabandonware.com/game/super-solvers-midnight-rescue-1r5'
8
arch=('any')
9
license=('custom-freeware' 'Abandonware')
10
depends=('dosbox' 'unionfs-fuse')
11
source=('Midnight_Rescue.zip::http://files.abandonia.com/download.php?game=Super+Solvers+-+Midnight+Rescue&secure=da2b471ea49d5a02e5b2a87e4f8e34e5&td=1549091612'
12
${pkgname}.{sh,desktop,png})
13
sha256sums=('51a095a8093f549a653a67fc810d9cb385b0f81b8d1c2e0c8cf7fca0adc363c6'
14
'514e0d3e0443569cfcdfd6660ebd4944aa8c62bd7795f45aa280714c1205d0eb'
15
'a596dbf056cf9e28d8c6a050667717d4d37f662206f02329c42b78aea963edbf'
16
'5ee1dc824f4012952337fe2b4fdfc5bef140a3117fb4279b3454f91400b5d484')
17
18
package() {
19
install -dm755 "${pkgdir}"/opt/abandonia/${pkgname}
20
cp -ar SSR/* "${pkgdir}"/opt/abandonia/${pkgname}
21
22
install -Dm755 ${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
23
install -Dm644 ${pkgname}.png -t "${pkgdir}"/usr/share/pixmaps/
24
install -Dm644 ${pkgname}.desktop -t "${pkgdir}"/usr/share/applications/
25
}
26
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 |