wipeout-rewrite-git

LOW
maintainer FabioLolix 2 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The non-standard host hosts game assets (a ZIP file), which are non-executable data; the worst case of a swapped source is data tampering, not code execution, and the main code is built from the official GitHub repository.

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 non-standard host hosts game assets (a ZIP file), which are non-executable data; the worst case of a swapped source is data tampering, not code execution, and the main code is built from the official GitHub repository.

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:15 "https://phoboslab.org/files/wipeout-data-v01.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
2# Contributor: uint2048_t
3
4pkgname=wipeout-rewrite-git
5pkgver=r150.e510130
6pkgrel=1
7epoch=1
8pkgdesc="A re-implementation of the 1995 PSX game wipEout"
9arch=(x86_64)
10url="https://github.com/phoboslab/wipeout-rewrite"
11license=(unknown)
12depends=(sdl2 glew)
13makedepends=(git cmake imagemagick)
14source=("git+https://github.com/phoboslab/wipeout-rewrite.git"
15 "https://phoboslab.org/files/wipeout-data-v01.zip"
16 "wipeout.png"
17 "wipeout.desktop")
18sha256sums=('SKIP'
19 '5bc02de7118a62a5cb8b4d0ec79062cddbe20ced86dda594df8a10c455f90ad1'
20 '9374b04f78bd925661decd8cc8832598d7c53e6f477f71edd5eee02d6f09a3e5'
21 '2c58bd4621dac435db88e2e54df68a6bf4b4ac686e775e0b08df3f57409d0a5c')
22
23pkgver() {
24 cd wipeout-rewrite
25 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
26}
27
28build() {
29 cd wipeout-rewrite
30 cmake -B build -S . -DPATH_ASSETS="/opt/wipeout-rewrite/" -DPATH_USERDATA="$HOME/" -Wno-dev
31 cmake --build build
32}
33
34package() {
35 install -dm755 "${pkgdir}"/opt/wipeout-rewrite
36 install -Dm755 "${srcdir}/wipeout-rewrite/build/wipeout" "${pkgdir}/opt/wipeout-rewrite/wipegame"
37 cp -rv "wipeout" "${pkgdir}/opt/wipeout-rewrite"
38 for _size in "512x512" "256x256" "192x192" "128x128" "96x96" "64x64" "48x48" "32x32" "24x24" "22x22" "20x20" "16x16" "8x8"
39 do
40 install -dm755 "${pkgdir}/usr/share/icons/hicolor/${_size}/apps"
41 magick "${srcdir}/wipeout.png" -resize "${_size}" "${pkgdir}/usr/share/icons/hicolor/${_size}/apps/wipeout.png"
42 done
43 install -Dm644 "${srcdir}/wipeout.desktop" "${pkgdir}/usr/share/applications/wipeout.desktop"
44}
45

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