nxengine
maintainer linasundstrom
· 7 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads the game's source code and an official data file from plausible project-owned domains; the non-whitelisted host is the project's own SourceForge site, and the downloaded content is either source code or game assets, not a prebuilt executable, making the supply-chain risk low.
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 the game's source code and an official data file from plausible project-owned domains; the non-whitelisted host is the project's own SourceForge site, and the downloaded content is either source code or game assets, not a prebuilt executable, making the supply-chain risk low.
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:14
"http://www.cavestory.org/downloads/cavestoryen.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
2
# Contributor: Absolosba <absolosba at gmail dot com>
3
# Contributor: Ben Reedy <thebenj88 *AT* gmail *DOT* com>
4
5
pkgname=nxengine
6
pkgver=1.0.0.6
7
pkgrel=1
8
pkgdesc="A clone/engine-rewrite of the classic jump-and-run platformer Cave Story/Doukutsu Monogatari"
9
arch=('i686' 'x86_64')
10
url="http://nxengine.sourceforge.net/"
11
license=('GPL3')
12
depends=('sdl_ttf')
13
source=("http://nxengine.sourceforge.net/dl/nx-src-${pkgver//./}.tar.bz2"
14
"http://www.cavestory.org/downloads/cavestoryen.zip"
15
"nxengine.desktop"
16
"nxengine.sh"
17
"nxengine.png")
18
sha256sums=('cf9cbf15dfdfdc9936720a714876bb1524afbd2931e3eaa4c89984a40b21ad68'
19
'aa87fa30bee9b4980640c7e104791354e0f1f6411ee0d45a70af70046aa0685f'
20
'e9fa26e7e893d557f7805965e8d60ae7d4478d3b4ebb0d1e50bcfa232046cf0b'
21
'a77974864a17e69881e14567a899318b32c8b26cf54e9df3bf47803750afe91f'
22
'd6d8866939c10342bd3feebef311648586bed38f0390acbe16fd42f5240ff4e7')
23
install=nxengine.install
24
25
prepare() {
26
# small patch to not include a useless makedep on libdrm
27
sed 's|platform/Linux/vbesync.o ||g' -i nx/Makefile
28
}
29
30
build() {
31
make -C nx
32
}
33
34
package() {
35
# launcher
36
install -Dm755 nxengine.sh "$pkgdir"/usr/bin/nxengine
37
38
# .desktop entry
39
install -Dm644 nxengine.desktop "$pkgdir"/usr/share/applications/nxengine.desktop
40
install -Dm644 nxengine.png "$pkgdir"/usr/share/pixmaps/nxengine.png
41
42
# executable + data
43
cd nx
44
install -Dm755 nx "$pkgdir"/usr/share/nxengine/nx
45
install -m644 font.ttf smalfont.bmp sprites.sif tilekey.dat "$pkgdir"/usr/share/nxengine
46
cd ../CaveStory
47
cp -r Doukutsu.exe data "$pkgdir"/usr/share/nxengine
48
}
49
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 |