nxengine-evo
The package downloads the game data from a non-whitelisted but official and static host (cavestory.org), which is necessary for the game to function; this is a common and expected practice for game engines, and the data is not executable code.
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 the game data from a non-whitelisted but official and static host (cavestory.org), which is necessary for the game to function; this is a common and expected practice for game engines, and the data is not executable code.
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:14
"https://www.cavestory.org/downloads/cavestoryen.zip"
PKGBUILD
1 offending line(s) highlighted# Maintainer: ibrokemypie <ibrokemypie@bastardi.net>
pkgname=nxengine-evo
pkgver=2.6.5.1
_ver=2.6.5-1
_langver=1.14
pkgrel=3
pkgdesc="A somewhat upgraded/refactored version of nxengine"
arch=('i686' 'x86_64')
url="https://github.com/isage/nxengine-evo"
license=('GPL3')
depends=(sdl2_mixer sdl2_image sdl2_ttf)
makedepends=(cmake libpng libjpeg)
source=("https://github.com/isage/nxengine-evo/archive/v${_ver}.tar.gz"
"https://www.cavestory.org/downloads/cavestoryen.zip"
"https://github.com/nxengine/translations/releases/download/v${_langver}/all.zip")
sha256sums=('db9b78b0c4005959ab8f3a6a05c02d86e764e6593cdd11a2178c581bb03a0699'
'aa87fa30bee9b4980640c7e104791354e0f1f6411ee0d45a70af70046aa0685f'
'1dd85a8c230c5ebf23c6fd6283fe168d9bf4044339d1e93e324bd336165a4422')
build() {
cd "${pkgname}-${_ver}"
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=None -Wno-dev -DCMAKE_INSTALL_PREFIX=/usr ..
make
cd ../
cp -r "../CaveStory/data/" "./"
cp "../CaveStory/Doukutsu.exe" "./"
cp -r "../data/" "./"
./build/nxextract
}
package() {
cd "${pkgname}-${_ver}/build"
make DESTDIR="$pkgdir" install
}
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 |