d2x-rebirth-bin
maintainer stas-t
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
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: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
1
# Maintainer: stas-t (AUR)
2
# Contributor : zico <zico@dxx-rebirth.com>
3
# Contributor: Dominic Radermacher <dominic.radermacher@gmail.com>
4
# Contributor: Star-X (AUR)
5
# Contributor: SanskritFritz (gmail)
6
7
pkgname=d2x-rebirth-bin
8
pkgver=0.58.1
9
pkgrel=1
10
pkgdesc="An enhanced engine to play with Descent2 data (pre-built)."
11
arch=('x86_64')
12
url="https://www.dxx-rebirth.com/"
13
license=('custom:D2x' 'LGPL' 'custom:as-is')
14
depends=('sdl2' 'sdl2_mixer' 'mesa' 'physfs' 'sdl2_image')
15
makedepends=('unzip')
16
provides=('d2x-rebirth')
17
#conflicts=('d2x-rebirth')
18
install="$pkgname.install"
19
source=("https://lutris.net/files/games/dxxrebirth/d2x-rebirth-$pkgver-x86_64.tar.gz"
20
"https://www.dxx-rebirth.com/d2x-rebirth_addons.zip"
21
"https://raw.githubusercontent.com/dxx-rebirth/dxx-rebirth/refs/heads/master/d2x-rebirth/d2x-rebirth.xpm"
22
"https://raw.githubusercontent.com/dxx-rebirth/dxx-rebirth/refs/heads/master/COPYING.txt")
23
noextract=("d2x-rebirth.xpm" "COPYING.txt")
24
md5sums=('332b4091d0e26974bead32eebe68da7f'
25
'11c338bc1848da4bd58e239e336e59c3'
26
'4b5c23ba79561a88b3742fb5e47d9deb'
27
'7077769a51d612f2edcc6abd1e5dfa6d')
28
29
package() {
30
mkdir -p "$pkgdir/usr/bin/"
31
mkdir -p "$pkgdir/usr/share/$pkgname"
32
mkdir -p "$pkgdir/usr/share/pixmaps"
33
mkdir -p "$pkgdir/usr/share/applications"
34
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
35
36
install -m755 "d2x-rebirth/d2x-rebirth" "$pkgdir/usr/bin/"
37
38
install -m644 "d2x-rebirth.xpm" "$pkgdir/usr/share/pixmaps/"
39
40
install -m644 "../d2x-rebirth.desktop" "$pkgdir/usr/share/applications/"
41
42
install -m644 "COPYING.txt" "$pkgdir/usr/share/licenses/$pkgname/"
43
install -m644 "d2x-rebirth addons/d2xr-opl3-music.dxa" "$pkgdir/usr/share/$pkgname/"
44
install -m644 "d2x-rebirth addons/d2xr-sc55-music.dxa" "$pkgdir/usr/share/$pkgname/"
45
install -m644 "d2x-rebirth addons/editor.dxa" "$pkgdir/usr/share/$pkgname/"
46
}
47
48
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |