speed-dreams-bin
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-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |