nxengine-evo

maintainer bentekarlsen · 6 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

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 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)
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 "https://www.cavestory.org/downloads/cavestoryen.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: ibrokemypie <ibrokemypie@bastardi.net>
2pkgname=nxengine-evo
3pkgver=2.6.5.1
4_ver=2.6.5-1
5_langver=1.14
6pkgrel=3
7pkgdesc="A somewhat upgraded/refactored version of nxengine"
8arch=('i686' 'x86_64')
9url="https://github.com/isage/nxengine-evo"
10license=('GPL3')
11depends=(sdl2_mixer sdl2_image sdl2_ttf)
12makedepends=(cmake libpng libjpeg)
13source=("https://github.com/isage/nxengine-evo/archive/v${_ver}.tar.gz"
14 "https://www.cavestory.org/downloads/cavestoryen.zip"
15 "https://github.com/nxengine/translations/releases/download/v${_langver}/all.zip")
16sha256sums=('db9b78b0c4005959ab8f3a6a05c02d86e764e6593cdd11a2178c581bb03a0699'
17 'aa87fa30bee9b4980640c7e104791354e0f1f6411ee0d45a70af70046aa0685f'
18 '1dd85a8c230c5ebf23c6fd6283fe168d9bf4044339d1e93e324bd336165a4422')
19
20build() {
21 cd "${pkgname}-${_ver}"
22 mkdir build
23 cd build
24 cmake -DCMAKE_BUILD_TYPE=None -Wno-dev -DCMAKE_INSTALL_PREFIX=/usr ..
25 make
26
27 cd ../
28 cp -r "../CaveStory/data/" "./"
29 cp "../CaveStory/Doukutsu.exe" "./"
30 cp -r "../data/" "./"
31
32 ./build/nxextract
33}
34
35package() {
36 cd "${pkgname}-${_ver}/build"
37 make DESTDIR="$pkgdir" install
38}
39

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion