d1x-rebirth-bin
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
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)
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# 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_=d1x-rebirth
pkgname=${pkgname_}-bin
pkgver=0.58.1
pkgrel=1
pkgdesc="An enhanced engine to play with Descent1 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=('d1x-rebirth')
conflicts=('d1x-rebirth')
install="$pkgname.install"
source=("https://lutris.net/files/games/dxxrebirth/d1x-rebirth-$pkgver-x86_64.tar.gz"
"https://www.dxx-rebirth.com/d1x-rebirth_addons.zip"
"https://raw.githubusercontent.com/dxx-rebirth/dxx-rebirth/refs/heads/master/d1x-rebirth/d1x-rebirth.xpm"
"https://raw.githubusercontent.com/dxx-rebirth/dxx-rebirth/refs/heads/master/COPYING.txt")
noextract=("d1x-rebirth.xpm" "COPYING.txt")
md5sums=('0117f7ce8565783e8aa1ffffc1e141b1'
'b1041f45a99961638b39dc5088ca7d06'
'27acb4397b62092ff5931d72fd1f1c0b'
'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 "d1x-rebirth/d1x-rebirth" "$pkgdir/usr/bin/"
install -m644 "d1x-rebirth.xpm" "$pkgdir/usr/share/pixmaps/"
install -m644 "../d1x-rebirth.desktop" "$pkgdir/usr/share/applications/"
install -m644 "COPYING.txt" "$pkgdir/usr/share/licenses/$pkgname/"
install -m644 "d1x-rebirth addons/d1xr-mac-demo-sounds.dxa" "$pkgdir/usr/share/$pkgname_/"
install -m644 "d1x-rebirth addons/d1xr-hires.dxa" "$pkgdir/usr/share/$pkgname_/"
install -m644 "d1x-rebirth addons/editor.dxa" "$pkgdir/usr/share/$pkgname_/"
install -m644 "d1x-rebirth addons/d1xr-sc55-music.dxa" "$pkgdir/usr/share/$pkgname_/"
install -m644 "d1x-rebirth addons/d1xr-opl3-music.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 |