d1x-rebirth-bin
maintainer stas-t
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt binary and assets from a mix of sources, but the primary executable comes from a well-known gaming site (lutris.net) and the additional data files are from official project repositories; while the host is not whitelisted, the context suggests legitimate use for bundling game data and binaries, with no evidence of malicious intent or code execution from untrusted sources.
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 installs a prebuilt binary and assets from a mix of sources, but the primary executable comes from a well-known gaming site (lutris.net) and the additional data files are from official project repositories; while the host is not whitelisted, the context suggests legitimate use for bundling game data and binaries, with no evidence of malicious intent or code execution from untrusted sources.
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:20
source=("https://lutris.net/files/games/dxxrebirth/d1x-rebirth-$pkgver-x86_64.tar.gz" -
PKGBUILD:21
"https://www.dxx-rebirth.com/d1x-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_=d1x-rebirth
8
pkgname=${pkgname_}-bin
9
pkgver=0.58.1
10
pkgrel=1
11
pkgdesc="An enhanced engine to play with Descent1 data (pre-built)."
12
arch=('x86_64')
13
url="https://www.dxx-rebirth.com/"
14
license=('custom:D2x' 'LGPL' 'custom:as-is')
15
depends=('sdl2' 'sdl2_mixer' 'mesa' 'physfs' 'sdl2_image')
16
makedepends=('unzip')
17
provides=('d1x-rebirth')
18
conflicts=('d1x-rebirth')
19
install="$pkgname.install"
20
source=("https://lutris.net/files/games/dxxrebirth/d1x-rebirth-$pkgver-x86_64.tar.gz"
21
"https://www.dxx-rebirth.com/d1x-rebirth_addons.zip"
22
"https://raw.githubusercontent.com/dxx-rebirth/dxx-rebirth/refs/heads/master/d1x-rebirth/d1x-rebirth.xpm"
23
"https://raw.githubusercontent.com/dxx-rebirth/dxx-rebirth/refs/heads/master/COPYING.txt")
24
noextract=("d1x-rebirth.xpm" "COPYING.txt")
25
md5sums=('0117f7ce8565783e8aa1ffffc1e141b1'
26
'b1041f45a99961638b39dc5088ca7d06'
27
'27acb4397b62092ff5931d72fd1f1c0b'
28
'7077769a51d612f2edcc6abd1e5dfa6d')
29
30
package() {
31
mkdir -p "$pkgdir/usr/bin/"
32
mkdir -p "$pkgdir/usr/share/$pkgname_"
33
mkdir -p "$pkgdir/usr/share/pixmaps"
34
mkdir -p "$pkgdir/usr/share/applications"
35
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
36
37
install -m755 "d1x-rebirth/d1x-rebirth" "$pkgdir/usr/bin/"
38
39
install -m644 "d1x-rebirth.xpm" "$pkgdir/usr/share/pixmaps/"
40
41
install -m644 "../d1x-rebirth.desktop" "$pkgdir/usr/share/applications/"
42
43
install -m644 "COPYING.txt" "$pkgdir/usr/share/licenses/$pkgname/"
44
install -m644 "d1x-rebirth addons/d1xr-mac-demo-sounds.dxa" "$pkgdir/usr/share/$pkgname_/"
45
install -m644 "d1x-rebirth addons/d1xr-hires.dxa" "$pkgdir/usr/share/$pkgname_/"
46
install -m644 "d1x-rebirth addons/editor.dxa" "$pkgdir/usr/share/$pkgname_/"
47
install -m644 "d1x-rebirth addons/d1xr-sc55-music.dxa" "$pkgdir/usr/share/$pkgname_/"
48
install -m644 "d1x-rebirth addons/d1xr-opl3-music.dxa" "$pkgdir/usr/share/$pkgname_/"
49
}
50
51
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 |