d2x-rebirth-bin
The package downloads a prebuilt binary from lutris.net, a non-whitelisted but reputable gaming platform; however, it is not an obfuscated payload or remote code execution, and the software is otherwise legitimate and verifiable via checksum.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from lutris.net, a non-whitelisted but reputable gaming platform; however, it is not an obfuscated payload or remote code execution, and the software is otherwise legitimate and verifiable via checksum.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:19
source=("https://lutris.net/files/games/dxxrebirth/d2x-rebirth-$pkgver-x86_64.tar.gz" -
PKGBUILD:20
"https://www.dxx-rebirth.com/d2x-rebirth_addons.zip"
PKGBUILD
2 offending line(s) highlighted# Maintainer: stas-t (AUR)
# Contributor : zico <zico@dxx-rebirth.com>
# Contributor: Dominic Radermacher <dominic.radermacher@gmail.com>
# Contributor: Star-X (AUR)
# Contributor: SanskritFritz (gmail)
pkgname=d2x-rebirth-bin
pkgver=0.58.1
pkgrel=1
pkgdesc="An enhanced engine to play with Descent2 data (pre-built)."
arch=('x86_64')
url="https://www.dxx-rebirth.com/"
license=('custom:D2x' 'LGPL' 'custom:as-is')
depends=('sdl2' 'sdl2_mixer' 'mesa' 'physfs' 'sdl2_image')
makedepends=('unzip')
provides=('d2x-rebirth')
#conflicts=('d2x-rebirth')
install="$pkgname.install"
source=("https://lutris.net/files/games/dxxrebirth/d2x-rebirth-$pkgver-x86_64.tar.gz"
"https://www.dxx-rebirth.com/d2x-rebirth_addons.zip"
"https://raw.githubusercontent.com/dxx-rebirth/dxx-rebirth/refs/heads/master/d2x-rebirth/d2x-rebirth.xpm"
"https://raw.githubusercontent.com/dxx-rebirth/dxx-rebirth/refs/heads/master/COPYING.txt")
noextract=("d2x-rebirth.xpm" "COPYING.txt")
md5sums=('332b4091d0e26974bead32eebe68da7f'
'11c338bc1848da4bd58e239e336e59c3'
'4b5c23ba79561a88b3742fb5e47d9deb'
'7077769a51d612f2edcc6abd1e5dfa6d')
package() {
mkdir -p "$pkgdir/usr/bin/"
mkdir -p "$pkgdir/usr/share/$pkgname"
mkdir -p "$pkgdir/usr/share/pixmaps"
mkdir -p "$pkgdir/usr/share/applications"
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
install -m755 "d2x-rebirth/d2x-rebirth" "$pkgdir/usr/bin/"
install -m644 "d2x-rebirth.xpm" "$pkgdir/usr/share/pixmaps/"
install -m644 "../d2x-rebirth.desktop" "$pkgdir/usr/share/applications/"
install -m644 "COPYING.txt" "$pkgdir/usr/share/licenses/$pkgname/"
install -m644 "d2x-rebirth addons/d2xr-opl3-music.dxa" "$pkgdir/usr/share/$pkgname/"
install -m644 "d2x-rebirth addons/d2xr-sc55-music.dxa" "$pkgdir/usr/share/$pkgname/"
install -m644 "d2x-rebirth addons/editor.dxa" "$pkgdir/usr/share/$pkgname/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |