veloren-nightly
maintainer LuckyTurtleDev
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The download from download.veloren.net is used only to determine the git commit hash to check out from the official project repository, which is then built from source; the host is not whitelisted but the action is part of a normal build process with no execution of prebuilt binaries.
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 download from download.veloren.net is used only to determine the git commit hash to check out from the official project repository, which is then built from source; the host is not whitelisted but the action is part of a normal build process with no execution of prebuilt binaries.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
External download from an untrusted host, not in source=()
external_download_not_in_source
curl/wget fetches a URL on a non-allowlisted host that is not part of source=(), so it is not checksum-verified by makepkg.
-
PKGBUILD:30
git checkout $(wget -qO - https://download.veloren.net/version/linux/x86_64/weekly)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Lukas1818 aur at lukas1818 dot de
2
# Co-Maintainer: LunarEclipse <luna@lunareclipse.zone>
3
4
pkgname=veloren-nightly
5
pkgver=0.18.0.r232.91b6ece408
6
pkgrel=1
7
pkgdesc="An open-world, open-source multiplayer voxel RPG. Version matches official server."
8
arch=('x86_64' 'i686')
9
url='https://veloren.net/'
10
license=('GPL3')
11
options=('!strip') # This makes debugging issues easier sometimes, comment out if small package size is needed
12
depends=('alsa-lib' 'glslang' 'libxkbcommon-x11' 'vulkan-icd-loader')
13
optdepends=(
14
'pulseaudio-alsa: audio support on pulseaudio'
15
'pipewire-alsa: audio support on pipewire'
16
)
17
makedepends=('git' 'git-lfs' 'rustup' 'cairo' 'pango' 'atk' 'gdk-pixbuf2' 'python' 'openssl' 'cmake' 'udev' 'mold')
18
provides=('veloren')
19
conflicts=('veloren')
20
_repo='https://gitlab.com/veloren/veloren.git'
21
source=()
22
noextract=()
23
sha512sums=()
24
25
prepare() {
26
cd "$srcdir"
27
git clone "$_repo" "$pkgname" || true
28
cd "$pkgname"
29
git fetch
30
git checkout $(wget -qO - https://download.veloren.net/version/linux/x86_64/weekly)
31
git lfs install --local
32
git lfs fetch
33
git lfs checkout
34
}
35
36
pkgver() {
37
cd "$srcdir/$pkgname"
38
git describe --long --match 'v*' | sed 's/\([^-]*-\)g/r\1/;s/-/./g;s/v//'
39
}
40
41
build() {
42
cd "$srcdir/$pkgname"
43
export VELOREN_USERDATA_STRATEGY='system'
44
cargo build --release --bin veloren-voxygen --no-default-features --features="default-publish"
45
cargo build --release --bin veloren-server-cli
46
}
47
48
package() {
49
install -D "$srcdir/$pkgname/target/release/veloren-voxygen" -t "$pkgdir/usr/bin"
50
install -D "$srcdir/$pkgname/target/release/veloren-server-cli" -t "$pkgdir/usr/bin"
51
mkdir -p "$pkgdir/usr/share/veloren"
52
cp -a "$srcdir/$pkgname/assets" "$pkgdir/usr/share/veloren/"
53
install -Dm 644 "$srcdir/$pkgname/assets/voxygen/net.veloren.veloren.desktop" -t "$pkgdir/usr/share/applications"
54
install -Dm 644 "$srcdir/$pkgname/assets/voxygen/net.veloren.veloren.png" -t "$pkgdir/usr/share/pixmaps/"
55
install -Dm 644 "$srcdir/$pkgname/assets/voxygen/net.veloren.veloren.metainfo.xml" -t "$pkgdir/usr/share/metainfo"
56
}
57
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 |