noiz2sa

LOW
maintainer aperez 0 votes scanned 2026-09-17 00:27:14.276658
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>
2pkgdesc="Abstract fast-paced vertical scroll shoot'em up"
3pkgname=noiz2sa
4pkgver=0.52
5pkgrel=1
6url=http://www.asahi-net.or.jp/~cs8k-cyu/windows/noiz2sa_e.html
7license=(custom:BSD)
8depends=(sdl_mixer libbulletml)
9arch=(x86_64)
10source=("http://abagames.sakura.ne.jp/windows/${pkgname}${pkgver//./_}.zip"
11 noiz2sa.patch Makefile.unix)
12sha512sums=('bd240c472575c503acc18439620be9743a8089a886902b2f715a2c9974c74dc57c12e5dc9dd5bbf1c1b0c327c0aa08bca985e23afa84f3724d524e23370729c7'
13 'ede8411fbc9bb58ccce8130007b697f7de5b63a1e5c3895cf4a3ea8e8598eff214b00a66b731f2a1d5cc886130358bddf644c71506f0881490023838be2fe1b9'
14 'f762916ebd6574622229daeff9e6a1c735b4c6d3c4d04529b33aa245c635abe168194367f158087cf16a9268d4a3f4d4bf217b113320f471d9dd3655b07731bb')
15
16prepare () {
17 cd "${pkgname}"
18 patch -p0 < "${srcdir}/noiz2sa.patch"
19 cp "${srcdir}/Makefile.unix" src/
20}
21
22build () {
23 make -C "${pkgname}/src" -f Makefile.unix MORE_CFLAGS="${CFLAGS}" MORE_LDFLAGS="${LDFLAGS}"
24}
25
26package () {
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)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