veloren-nightly
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
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)
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# Maintainer: Lukas1818 aur at lukas1818 dot de
# Co-Maintainer: LunarEclipse <luna@lunareclipse.zone>
pkgname=veloren-nightly
pkgver=0.18.0.r232.91b6ece408
pkgrel=1
pkgdesc="An open-world, open-source multiplayer voxel RPG. Version matches official server."
arch=('x86_64' 'i686')
url='https://veloren.net/'
license=('GPL3')
options=('!strip') # This makes debugging issues easier sometimes, comment out if small package size is needed
depends=('alsa-lib' 'glslang' 'libxkbcommon-x11' 'vulkan-icd-loader')
optdepends=(
'pulseaudio-alsa: audio support on pulseaudio'
'pipewire-alsa: audio support on pipewire'
)
makedepends=('git' 'git-lfs' 'rustup' 'cairo' 'pango' 'atk' 'gdk-pixbuf2' 'python' 'openssl' 'cmake' 'udev' 'mold')
provides=('veloren')
conflicts=('veloren')
_repo='https://gitlab.com/veloren/veloren.git'
source=()
noextract=()
sha512sums=()
prepare() {
cd "$srcdir"
git clone "$_repo" "$pkgname" || true
cd "$pkgname"
git fetch
git checkout $(wget -qO - https://download.veloren.net/version/linux/x86_64/weekly)
git lfs install --local
git lfs fetch
git lfs checkout
}
pkgver() {
cd "$srcdir/$pkgname"
git describe --long --match 'v*' | sed 's/\([^-]*-\)g/r\1/;s/-/./g;s/v//'
}
build() {
cd "$srcdir/$pkgname"
export VELOREN_USERDATA_STRATEGY='system'
cargo build --release --bin veloren-voxygen --no-default-features --features="default-publish"
cargo build --release --bin veloren-server-cli
}
package() {
install -D "$srcdir/$pkgname/target/release/veloren-voxygen" -t "$pkgdir/usr/bin"
install -D "$srcdir/$pkgname/target/release/veloren-server-cli" -t "$pkgdir/usr/bin"
mkdir -p "$pkgdir/usr/share/veloren"
cp -a "$srcdir/$pkgname/assets" "$pkgdir/usr/share/veloren/"
install -Dm 644 "$srcdir/$pkgname/assets/voxygen/net.veloren.veloren.desktop" -t "$pkgdir/usr/share/applications"
install -Dm 644 "$srcdir/$pkgname/assets/voxygen/net.veloren.veloren.png" -t "$pkgdir/usr/share/pixmaps/"
install -Dm 644 "$srcdir/$pkgname/assets/voxygen/net.veloren.veloren.metainfo.xml" -t "$pkgdir/usr/share/metainfo"
}
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 |