rigsofrods-bin

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

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:12 source=('https://update.rigsofrods.org/rigs-of-rods-linux-2022.04.zip' 'rigsofrods-bin' 'RoR.desktop' 'rigsofrods.png')
MEDIUM AI review 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
1# Maintainer: tritonas00 <tritonas00@gmail.com>
2
3pkgname=rigsofrods-bin
4pkgver=2022.04
5pkgrel=1
6pkgdesc='An open source vehicle simulator based on soft-body physics'
7arch=('x86_64')
8url='https://www.rigsofrods.org'
9license=('GPLv3')
10depends=('openal' 'nvidia-cg-toolkit' 'openjpeg2')
11conflicts=('rigsofrods' 'rigsofrods-git' 'rigsofrods-noangelscript-git')
12source=('https://update.rigsofrods.org/rigs-of-rods-linux-2022.04.zip' 'rigsofrods-bin' 'RoR.desktop' 'rigsofrods.png')
13md5sums=('1ffa755c741ad0044039f615e7f6177b'
14 'a2b0a314317baca59bf00b3dbbc19c96'
15 'd08fa6b90c78d12de7772b15af0380a4'
16 'eb771473d8e14a8814c6d1d68f25f02d')
17
18package() {
19 cd "$srcdir"
20 install -dm755 "$pkgdir/opt/rigsofrods-bin"
21 install -Dm755 rigsofrods-bin "$pkgdir/usr/bin/rigsofrods-bin"
22 install -Dm755 RoR.desktop "$pkgdir/usr/share/applications/RoR.desktop"
23 install -Dm755 rigsofrods.png "$pkgdir/usr/share/pixmaps/rigsofrods.png"
24 install -Dm755 plugins.cfg "${pkgdir}/opt/rigsofrods-bin/plugins.cfg"
25 install -Dm755 RoR "${pkgdir}/opt/rigsofrods-bin/RoR"
26 cp -r content "${pkgdir}/opt/rigsofrods-bin/content"
27 cp -r languages "${pkgdir}/opt/rigsofrods-bin/languages"
28 cp -r lib "${pkgdir}/opt/rigsofrods-bin/lib"
29 cp -r resources "${pkgdir}/opt/rigsofrods-bin/resources"
30 chmod 775 -R "${pkgdir}/opt/rigsofrods-bin/"
31}
32

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