rigsofrods-bin
The package downloads a prebuilt binary zip from update.rigsofrods.org and installs the contained 'RoR' executable and bundled shared libraries directly into /opt. While update.rigsofrods.org appears to be the official Rigs of Rods update/distribution server (the project is open source under GPLv3 and this is a -bin package for the official release), the host is not a well-known forge like GitHub releases, and the integrity check uses only MD5 (weak, collision-prone). The core concern is that prebuilt binaries plus bundled libs (cp -r lib) are installed and executed without any source build, and the distribution host, while plausibly official, is a single point of failure for supply-chain compromise. This is a textbook medium: a real but not clearly malicious supply-chain risk from an executed binary from a non-primary/unofficial host with weak integrity verification.
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:12
source=('https://update.rigsofrods.org/rigs-of-rods-linux-2022.04.zip' 'rigsofrods-bin' 'RoR.desktop' 'rigsofrods.png')
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt binary zip from update.rigsofrods.org and installs the contained 'RoR' executable and bundled shared libraries directly into /opt. While update.rigsofrods.org appears to be the official Rigs of Rods update/distribution server (the project is open source under GPLv3 and this is a -bin package for the official release), the host is not a well-known forge like GitHub releases, and the integrity check uses only MD5 (weak, collision-prone). The core concern is that prebuilt binaries plus bundled libs (cp -r lib) are installed and executed without any source build, and the distribution host, while plausibly official, is a single point of failure for supply-chain compromise. This is a textbook medium: a real but not clearly malicious supply-chain risk from an executed binary from a non-primary/unofficial host with weak integrity verification.
PKGBUILD
1 offending line(s) highlighted# Maintainer: tritonas00 <tritonas00@gmail.com>
pkgname=rigsofrods-bin
pkgver=2022.04
pkgrel=1
pkgdesc='An open source vehicle simulator based on soft-body physics'
arch=('x86_64')
url='https://www.rigsofrods.org'
license=('GPLv3')
depends=('openal' 'nvidia-cg-toolkit' 'openjpeg2')
conflicts=('rigsofrods' 'rigsofrods-git' 'rigsofrods-noangelscript-git')
source=('https://update.rigsofrods.org/rigs-of-rods-linux-2022.04.zip' 'rigsofrods-bin' 'RoR.desktop' 'rigsofrods.png')
md5sums=('1ffa755c741ad0044039f615e7f6177b'
'a2b0a314317baca59bf00b3dbbc19c96'
'd08fa6b90c78d12de7772b15af0380a4'
'eb771473d8e14a8814c6d1d68f25f02d')
package() {
cd "$srcdir"
install -dm755 "$pkgdir/opt/rigsofrods-bin"
install -Dm755 rigsofrods-bin "$pkgdir/usr/bin/rigsofrods-bin"
install -Dm755 RoR.desktop "$pkgdir/usr/share/applications/RoR.desktop"
install -Dm755 rigsofrods.png "$pkgdir/usr/share/pixmaps/rigsofrods.png"
install -Dm755 plugins.cfg "${pkgdir}/opt/rigsofrods-bin/plugins.cfg"
install -Dm755 RoR "${pkgdir}/opt/rigsofrods-bin/RoR"
cp -r content "${pkgdir}/opt/rigsofrods-bin/content"
cp -r languages "${pkgdir}/opt/rigsofrods-bin/languages"
cp -r lib "${pkgdir}/opt/rigsofrods-bin/lib"
cp -r resources "${pkgdir}/opt/rigsofrods-bin/resources"
chmod 775 -R "${pkgdir}/opt/rigsofrods-bin/"
}
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 |