rift-bin
maintainer polarn
· 1 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from a non-standard, non-whitelisted host (riftforeve.online), which is not a major trusted forge or vendor domain, and the binary content cannot be independently verified, creating a supply-chain risk if the host were compromised or malicious.
Triggered rules
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:36
source=("https://riftforeve.online/download/debian/${_realname}_${pkgver}_amd64.deb")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt .deb from a non-standard, non-whitelisted host (riftforeve.online), which is not a major trusted forge or vendor domain, and the binary content cannot be independently verified, creating a supply-chain risk if the host were compromised or malicious.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Marcus Johansson <polarn@gmail.com>
2
3
_realname=rift
4
pkgname=${_realname}-bin
5
pkgver=5.27.0
6
pkgrel=1
7
pkgdesc="The RIFT Intel Fusion Tool, for Eve Online"
8
arch=('x86_64')
9
10
url="https://riftforeve.online/"
11
12
license=('custom')
13
14
depends=(
15
'alsa-lib'
16
'freetype2'
17
'gcc-libs'
18
'glibc'
19
'libx11'
20
'libxext'
21
'libxi'
22
'libxrender'
23
'libxtst'
24
'zlib'
25
)
26
27
optdepends=(
28
'wayland: native Wayland rendering'
29
'xorg-xwayland: X11 fallback on Wayland sessions'
30
)
31
32
provides=("${_realname}")
33
34
conflicts=("${_realname}")
35
36
source=("https://riftforeve.online/download/debian/${_realname}_${pkgver}_amd64.deb")
37
38
sha256sums=('6c1726baf6ba3a7ee55efd5e75e327e11a4bb05feab2a1598c714b17adc1d759')
39
40
prepare() {
41
bsdtar -x -f data.tar.xz || bsdtar -x -f data.tar.gz || bsdtar -x -f data.tar.zst || true
42
}
43
44
build() {
45
echo "Nothing to build, using pre-compiled binaries."
46
}
47
48
package() {
49
cp -dr --no-preserve=ownership usr/ "${pkgdir}/"
50
}
51
Changes since previous scan
--- PKGBUILD @ 2026-07-29 00:25+++ PKGBUILD @ 2026-08-03 00:08@@ -2,7 +2,7 @@ _realname=rift pkgname=${_realname}-bin-pkgver=5.24.3+pkgver=5.27.0 pkgrel=1 pkgdesc="The RIFT Intel Fusion Tool, for Eve Online" arch=('x86_64')@@ -35,7 +35,7 @@ source=("https://riftforeve.online/download/debian/${_realname}_${pkgver}_amd64.deb") -sha256sums=('106d9e52e2e070d17b8ffe3cce661a52e106de11261ae67cbc1de65cf4c56e79')+sha256sums=('6c1726baf6ba3a7ee55efd5e75e327e11a4bb05feab2a1598c714b17adc1d759') prepare() { bsdtar -x -f data.tar.xz || bsdtar -x -f data.tar.gz || bsdtar -x -f data.tar.zst || trueScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 21:12:47 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |