vvvvvv-git
maintainer Xesxen
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The non-standard host hosts a data file (data.zip) for personal use, not executable code; worst case is data tampering, not remote code execution, and the package otherwise builds from official project repositories.
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 90%): The non-standard host hosts a data file (data.zip) for personal use, not executable code; worst case is data tampering, not remote code execution, and the package otherwise builds from official project repositories.
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:26
"https://thelettervsixtim.es/makeandplay/data.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Xesxen <arch@xesxen.nl>
2
# Contributor: Gaetan Bisson <bisson@archlinux.org>
3
4
pkgname=vvvvvv-git
5
binname=vvvvvv
6
pkgver=20230402.c88f249f
7
_pkgver=git
8
pkgrel=1
9
pkgdesc='A retro-styled 2D platformer'
10
arch=('i686' 'x86_64')
11
url='https://thelettervsixtim.es/'
12
license=('custom')
13
depends=('sh' 'sdl2_mixer')
14
makedepends=('git' 'cmake')
15
provides=('vvvvvv')
16
conflicts=('vvvvvv')
17
source=(
18
"git+https://github.com/TerryCavanagh/VVVVVV.git"
19
"git+https://github.com/lvandeve/lodepng"
20
"git+https://github.com/icculus/physfs/"
21
"git+https://github.com/leethomason/tinyxml2/"
22
"git+https://github.com/FNA-XNA/FAudio"
23
"git+https://github.com/Mashpoe/c-hashmap"
24
"${binname}.desktop"
25
"${binname}.sh"
26
"https://thelettervsixtim.es/makeandplay/data.zip"
27
)
28
sha256sums=('SKIP'
29
'SKIP'
30
'SKIP'
31
'SKIP'
32
'SKIP'
33
'SKIP'
34
'8c704e92e6abc8172d7d9fe726f1a0bba4b8630682745d6daf1f34ce12e0e3e4'
35
'883913125c4630d16fe0081d9a96bf65f2bc08ace7fa345613669d827a8ea7c1'
36
'c767809594f6472da9f56136e76657e38640d584164a46112250ac6293ecc0ea')
37
install="${pkgname}.install"
38
39
pkgver() {
40
cd "${srcdir}/VVVVVV"
41
git log -1 --format='%cd.%h' --date=short | tr -d -
42
}
43
44
prepare() {
45
cd VVVVVV
46
47
echo "Please note: the retrieved data.zip is for personal use only without redistribution"
48
echo "See also: /usr/share/licenses/vvvvvv-git/LICENSE.md and https://thelettervsixtim.es/makeandplay/"
49
50
git submodule init
51
for submodule in lodepng physfs tinyxml2 FAudio c-hashmap; do
52
git config "submodule.third_party/$submodule.url" "$srcdir/$submodule"
53
done
54
git -c protocol.allow=never -c protocol.file.allow=always submodule update
55
}
56
57
build() {
58
cd VVVVVV/desktop_version
59
mkdir -p build
60
cd build
61
cmake ..
62
make
63
}
64
65
package() {
66
cd ${srcdir}/VVVVVV/desktop_version/build
67
install -d "${pkgdir}/opt/${binname}"
68
install -D -m644 ../../LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
69
# Legal: There used to be a separate LICENSE-data.md, but the LICENSE.md also mentions the "Make and Play" edition specifically.
70
# We now instead warn the user on build they should not redistribute the package and mention the same on install
71
install -m755 ${binname^^} \
72
"${pkgdir}/opt/${binname}/${binname}"
73
74
cd ${srcdir}
75
install -m644 -t "${pkgdir}/opt/${binname}" \
76
data.zip
77
install -D -m755 "${srcdir}/${binname}.sh" "${pkgdir}/usr/bin/${binname}"
78
install -D -m644 "VVVVVV.png" \
79
"${pkgdir}/usr/share/pixmaps/${binname}.png"
80
install -D -m644 "${srcdir}/${binname}.desktop" \
81
"${pkgdir}/usr/share/applications/${binname}.desktop"
82
}
83
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 |