nxengine-evo

LOW
maintainer bentekarlsen 6 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion