wipeout-rewrite-git

maintainer FabioLolix · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-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

Report a package

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

0 / 4000
Your suggestion