speed-dreams-bin

maintainer baboon · 2 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged 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

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:37 source=("https://files.speed-dreams.net/public/1af7cc7b92323e918c1087051b32d647")
MEDIUM AI review 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
1# Maintainer: baboon
2
3pkgname="speed-dreams-bin"
4pkgver=2.4.2
5pkgrel=1
6pkgdesc="Speed Dreams is a fork of TORCS which aims to implement exciting new features, improving visual and physics realism. "
7arch=('x86_64')
8url="https://speed-dreams.net/"
9license=('GPL3')
10depends=(
11speed-dreams-data
12glibc
13cjson
14libcurl-gnutls
15enet
16expat
17gcc-libs
18freeglut
19libglvnd
20libjpeg6-turbo
21minizip
22freealut
23mesa
24openscenegraph
25libpng
26rhash
27sdl2_mixer
28libstdc++5
29zlib
30libxi
31libxmu
32libxrandr
33libarchive
34libplib-bin)
35conflicts=('speed-dreams-svn' 'speed-dreams-git' 'speed-dreams-appimage' 'speed-dreams')
36provides=('speed-dreams')
37source=("https://files.speed-dreams.net/public/1af7cc7b92323e918c1087051b32d647")
38sha512sums=('SKIP')
39options=('!strip')
40
41package() {
42 cd $pkgdir
43 tar xf $srcdir/data.tar.gz
44 #echo "Speed Dreams wants /usr/lib/librhash.so.0, which doesn't seem to exist when rhash is installed on Arch."
45 #if [ ! -f /usr/lib/librhash.so.0 ]; then
46 echo "Symlinking /usr/lib/librhash.so /usr/lib/librhash.so.0"
47 ln -sfv /usr/lib/librhash.so $pkgdir/usr/lib/librhash.so.0
48 #else
49 # echo "It seems like you already have it though! "
50 #fi
51 ln -s /usr/lib/x86_64-linux-gnu/libsolid.so $pkgdir/usr/lib/
52 ln -s /usr/lib/x86_64-linux-gnu/libbroad.so $pkgdir/usr/lib/
53 ln -s /usr/lib/x86_64-linux-gnu/libmoto.so $pkgdir/usr/lib
54}
55

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion