noiz2sa
maintainer aperez
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:10
source=("http://abagames.sakura.ne.jp/windows/${pkgname}${pkgver//./_}.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
2
pkgdesc="Abstract fast-paced vertical scroll shoot'em up"
3
pkgname=noiz2sa
4
pkgver=0.52
5
pkgrel=1
6
url=http://www.asahi-net.or.jp/~cs8k-cyu/windows/noiz2sa_e.html
7
license=(custom:BSD)
8
depends=(sdl_mixer libbulletml)
9
arch=(x86_64)
10
source=("http://abagames.sakura.ne.jp/windows/${pkgname}${pkgver//./_}.zip"
11
noiz2sa.patch Makefile.unix)
12
sha512sums=('bd240c472575c503acc18439620be9743a8089a886902b2f715a2c9974c74dc57c12e5dc9dd5bbf1c1b0c327c0aa08bca985e23afa84f3724d524e23370729c7'
13
'ede8411fbc9bb58ccce8130007b697f7de5b63a1e5c3895cf4a3ea8e8598eff214b00a66b731f2a1d5cc886130358bddf644c71506f0881490023838be2fe1b9'
14
'f762916ebd6574622229daeff9e6a1c735b4c6d3c4d04529b33aa245c635abe168194367f158087cf16a9268d4a3f4d4bf217b113320f471d9dd3655b07731bb')
15
16
prepare () {
17
cd "${pkgname}"
18
patch -p0 < "${srcdir}/noiz2sa.patch"
19
cp "${srcdir}/Makefile.unix" src/
20
}
21
22
build () {
23
make -C "${pkgname}/src" -f Makefile.unix MORE_CFLAGS="${CFLAGS}" MORE_LDFLAGS="${LDFLAGS}"
24
}
25
26
package () {
27
cd "${pkgname}"
28
install -Dm755 src/noiz2sa "${pkgdir}/usr/bin/noiz2sa"
29
install -dm755 "${pkgdir}/usr/share/noiz2sa"
30
cp -r boss images middle ogg sounds zako "${pkgdir}/usr/share/noiz2sa/"
31
install -Dm644 readme_e.txt "${pkgdir}/usr/share/doc/${pkgname}/README"
32
install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
33
ln -snf "../../doc/${pkgname}/README" "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
34
}
35
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 |