vvvvvv-git
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
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)
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# Maintainer: Xesxen <arch@xesxen.nl>
# Contributor: Gaetan Bisson <bisson@archlinux.org>
pkgname=vvvvvv-git
binname=vvvvvv
pkgver=20230402.c88f249f
_pkgver=git
pkgrel=1
pkgdesc='A retro-styled 2D platformer'
arch=('i686' 'x86_64')
url='https://thelettervsixtim.es/'
license=('custom')
depends=('sh' 'sdl2_mixer')
makedepends=('git' 'cmake')
provides=('vvvvvv')
conflicts=('vvvvvv')
source=(
"git+https://github.com/TerryCavanagh/VVVVVV.git"
"git+https://github.com/lvandeve/lodepng"
"git+https://github.com/icculus/physfs/"
"git+https://github.com/leethomason/tinyxml2/"
"git+https://github.com/FNA-XNA/FAudio"
"git+https://github.com/Mashpoe/c-hashmap"
"${binname}.desktop"
"${binname}.sh"
"https://thelettervsixtim.es/makeandplay/data.zip"
)
sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'8c704e92e6abc8172d7d9fe726f1a0bba4b8630682745d6daf1f34ce12e0e3e4'
'883913125c4630d16fe0081d9a96bf65f2bc08ace7fa345613669d827a8ea7c1'
'c767809594f6472da9f56136e76657e38640d584164a46112250ac6293ecc0ea')
install="${pkgname}.install"
pkgver() {
cd "${srcdir}/VVVVVV"
git log -1 --format='%cd.%h' --date=short | tr -d -
}
prepare() {
cd VVVVVV
echo "Please note: the retrieved data.zip is for personal use only without redistribution"
echo "See also: /usr/share/licenses/vvvvvv-git/LICENSE.md and https://thelettervsixtim.es/makeandplay/"
git submodule init
for submodule in lodepng physfs tinyxml2 FAudio c-hashmap; do
git config "submodule.third_party/$submodule.url" "$srcdir/$submodule"
done
git -c protocol.allow=never -c protocol.file.allow=always submodule update
}
build() {
cd VVVVVV/desktop_version
mkdir -p build
cd build
cmake ..
make
}
package() {
cd ${srcdir}/VVVVVV/desktop_version/build
install -d "${pkgdir}/opt/${binname}"
install -D -m644 ../../LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
# Legal: There used to be a separate LICENSE-data.md, but the LICENSE.md also mentions the "Make and Play" edition specifically.
# We now instead warn the user on build they should not redistribute the package and mention the same on install
install -m755 ${binname^^} \
"${pkgdir}/opt/${binname}/${binname}"
cd ${srcdir}
install -m644 -t "${pkgdir}/opt/${binname}" \
data.zip
install -D -m755 "${srcdir}/${binname}.sh" "${pkgdir}/usr/bin/${binname}"
install -D -m644 "VVVVVV.png" \
"${pkgdir}/usr/share/pixmaps/${binname}.png"
install -D -m644 "${srcdir}/${binname}.desktop" \
"${pkgdir}/usr/share/applications/${binname}.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |