noiz2sa
The source is a versioned zip file from a plausible project-related host (sakura.ne.jp, a Japanese web hosting service), and the package builds from source; the non-whitelisted host is not inherently dangerous given the context of a niche, older game hosted on a personal or project page.
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 source is a versioned zip file from a plausible project-related host (sakura.ne.jp, a Japanese web hosting service), and the package builds from source; the non-whitelisted host is not inherently dangerous given the context of a niche, older game hosted on a personal or project page.
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:10
source=("http://abagames.sakura.ne.jp/windows/${pkgname}${pkgver//./_}.zip"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgdesc="Abstract fast-paced vertical scroll shoot'em up"
pkgname=noiz2sa
pkgver=0.52
pkgrel=1
url=http://www.asahi-net.or.jp/~cs8k-cyu/windows/noiz2sa_e.html
license=(custom:BSD)
depends=(sdl_mixer libbulletml)
arch=(x86_64)
source=("http://abagames.sakura.ne.jp/windows/${pkgname}${pkgver//./_}.zip"
noiz2sa.patch Makefile.unix)
sha512sums=('bd240c472575c503acc18439620be9743a8089a886902b2f715a2c9974c74dc57c12e5dc9dd5bbf1c1b0c327c0aa08bca985e23afa84f3724d524e23370729c7'
'ede8411fbc9bb58ccce8130007b697f7de5b63a1e5c3895cf4a3ea8e8598eff214b00a66b731f2a1d5cc886130358bddf644c71506f0881490023838be2fe1b9'
'f762916ebd6574622229daeff9e6a1c735b4c6d3c4d04529b33aa245c635abe168194367f158087cf16a9268d4a3f4d4bf217b113320f471d9dd3655b07731bb')
prepare () {
cd "${pkgname}"
patch -p0 < "${srcdir}/noiz2sa.patch"
cp "${srcdir}/Makefile.unix" src/
}
build () {
make -C "${pkgname}/src" -f Makefile.unix MORE_CFLAGS="${CFLAGS}" MORE_LDFLAGS="${LDFLAGS}"
}
package () {
cd "${pkgname}"
install -Dm755 src/noiz2sa "${pkgdir}/usr/bin/noiz2sa"
install -dm755 "${pkgdir}/usr/share/noiz2sa"
cp -r boss images middle ogg sounds zako "${pkgdir}/usr/share/noiz2sa/"
install -Dm644 readme_e.txt "${pkgdir}/usr/share/doc/${pkgname}/README"
install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
ln -snf "../../doc/${pkgname}/README" "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}
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 |