speed-dreams-bin
This PKGBUILD downloads a prebuilt binary tarball from files.speed-dreams.net using an opaque hash-like URL path (not a versioned release filename), with sha512sums='SKIP', meaning no integrity verification whatsoever. The package() function then extracts this binary tarball directly into pkgdir and installs it system-wide. While files.speed-dreams.net appears to be the official project's file host, the combination of: (1) a non-descriptive URL with no version in the filename, (2) completely skipped checksum verification, and (3) installation of prebuilt binaries rather than compiled-from-source code constitutes a genuine supply-chain risk. If the remote file is replaced or the host is compromised, arbitrary binaries would be installed with no integrity check to catch it. This is a real medium-severity concern, not a false positive.
Triggered rules
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:37
source=("https://files.speed-dreams.net/public/1af7cc7b92323e918c1087051b32d647")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 82%): This PKGBUILD downloads a prebuilt binary tarball from files.speed-dreams.net using an opaque hash-like URL path (not a versioned release filename), with sha512sums='SKIP', meaning no integrity verification whatsoever. The package() function then extracts this binary tarball directly into pkgdir and installs it system-wide. While files.speed-dreams.net appears to be the official project's file host, the combination of: (1) a non-descriptive URL with no version in the filename, (2) completely skipped checksum verification, and (3) installation of prebuilt binaries rather than compiled-from-source code constitutes a genuine supply-chain risk. If the remote file is replaced or the host is compromised, arbitrary binaries would be installed with no integrity check to catch it. This is a real medium-severity concern, not a false positive.
PKGBUILD
1 offending line(s) highlighted# Maintainer: baboon
pkgname="speed-dreams-bin"
pkgver=2.4.2
pkgrel=1
pkgdesc="Speed Dreams is a fork of TORCS which aims to implement exciting new features, improving visual and physics realism. "
arch=('x86_64')
url="https://speed-dreams.net/"
license=('GPL3')
depends=(
speed-dreams-data
glibc
cjson
libcurl-gnutls
enet
expat
gcc-libs
freeglut
libglvnd
libjpeg6-turbo
minizip
freealut
mesa
openscenegraph
libpng
rhash
sdl2_mixer
libstdc++5
zlib
libxi
libxmu
libxrandr
libarchive
libplib-bin)
conflicts=('speed-dreams-svn' 'speed-dreams-git' 'speed-dreams-appimage' 'speed-dreams')
provides=('speed-dreams')
source=("https://files.speed-dreams.net/public/1af7cc7b92323e918c1087051b32d647")
sha512sums=('SKIP')
options=('!strip')
package() {
cd $pkgdir
tar xf $srcdir/data.tar.gz
#echo "Speed Dreams wants /usr/lib/librhash.so.0, which doesn't seem to exist when rhash is installed on Arch."
#if [ ! -f /usr/lib/librhash.so.0 ]; then
echo "Symlinking /usr/lib/librhash.so /usr/lib/librhash.so.0"
ln -sfv /usr/lib/librhash.so $pkgdir/usr/lib/librhash.so.0
#else
# echo "It seems like you already have it though! "
#fi
ln -s /usr/lib/x86_64-linux-gnu/libsolid.so $pkgdir/usr/lib/
ln -s /usr/lib/x86_64-linux-gnu/libbroad.so $pkgdir/usr/lib/
ln -s /usr/lib/x86_64-linux-gnu/libmoto.so $pkgdir/usr/lib
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |