rigsofrods-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: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-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 |