rigsofrods-bin

MEDIUM
maintainer skarbricat 7 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion