xlibre-server-xephyr-bin
This PKGBUILD downloads a prebuilt binary package (a compiled X server component) from x11libre.net, which is not an established, widely-trusted infrastructure host like GitHub releases, GitLab, or a major Linux distribution mirror. XLibre is a real fork of X.Org (announced in 2025 as a response to X.Org governance concerns), and x11libre.net appears to be its official project website, so this is not a random personal host. However, the package installs a prebuilt binary directly extracted from a .pkg.tar.zst archive into the system, bypassing normal build-from-source verification. The sha256sum is present but cannot be independently verified against a separate upstream manifest or signature. The risk is real but not clearly malicious: if x11libre.net were compromised or the maintainer of this AUR package substituted a different binary, it would result in execution of arbitrary code with X server privileges. This fits the medium category — an executed binary from a non-mainstream host with no additional integrity verification (e.g., PGP signature check).
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:28
source=(https://x11libre.net/repo/arch_based/x86_64/xlibre-xserver-xephyr-25.0.0.21-1-x86_64.pkg.tar.zst)
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): This PKGBUILD downloads a prebuilt binary package (a compiled X server component) from x11libre.net, which is not an established, widely-trusted infrastructure host like GitHub releases, GitLab, or a major Linux distribution mirror. XLibre is a real fork of X.Org (announced in 2025 as a response to X.Org governance concerns), and x11libre.net appears to be its official project website, so this is not a random personal host. However, the package installs a prebuilt binary directly extracted from a .pkg.tar.zst archive into the system, bypassing normal build-from-source verification. The sha256sum is present but cannot be independently verified against a separate upstream manifest or signature. The risk is real but not clearly malicious: if x11libre.net were compromised or the maintainer of this AUR package substituted a different binary, it would result in execution of arbitrary code with X server privileges. This fits the medium category — an executed binary from a non-mainstream host with no additional integrity verification (e.g., PGP signature check).
PKGBUILD
1 offending line(s) highlighted# Maintainer: artist for Xlibre
_pkgname=xlibre-server-xephyr
_orgpkgname=xlibre-xserver-xephyr
pkgname=$_pkgname-bin
pkgver=25.0.0.21
pkgrel=1
pkgdesc="XLibre Official Easy Install Drop in Replacement fork of X.Org nested X server that runs as an X application (binary release)"
arch=(x86_64)
url=https://x11libre.net/repo/arch_based/x86_64
license=('LicenseRef-Adobe-Display-PostScript'
'BSD-3-Clause'
'LicenseRef-DEC-3-Clause'
'HPND'
'LicenseRef-HPND-sell-MIT-disclaimer-xserver'
'HPND-sell-variant'
'ICU'
'ISC'
'MIT'
'MIT-open-group'
'NTP'
'SGI-B-2.0'
'SMLNJ'
'X11'
'X11-distribute-modifications-variant')
groups=('xlibre')
options=(!strip)
source=(https://x11libre.net/repo/arch_based/x86_64/xlibre-xserver-xephyr-25.0.0.21-1-x86_64.pkg.tar.zst)
noextract=("${_pkgname}-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
depends=(xlibre-server-common-bin 'X-ABI-XINPUT_VERSION=26.0' libxfont2 libgl libepoxy libunwind
xcb-util-image xcb-util-renderutil xcb-util-wm xcb-util-keysyms pixman
nettle libtirpc xcb-util libxdmcp libx11 libxau libxshmfence glibc)
provides=($_pkgname 'xorg-server-xephyr' 'xlibre-server-xephyr')
conflicts=($_pkgname 'xorg-server-xephyr' 'xlibre-server-xephyr')
sha256sums=('b00d3adba4c1035527ea4431aa84fefb34849b9aa4bae594582ff4b2b9100da3')
package() {
tar -xf "${_orgpkgname}-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst" -C "${pkgdir}" usr
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |