vintagestory-server
The source is a prebuilt server binary from the project's own official CDN (cdn.vintagestory.at), which is plausibly controlled by the project maintainers; the download host, while not on a standard whitelist, is project-specific and not a generic file host, and the checksums are provided and valid, making this a normal AUR package build with low risk.
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 source is a prebuilt server binary from the project's own official CDN (cdn.vintagestory.at), which is plausibly controlled by the project maintainers; the download host, while not on a standard whitelist, is project-specific and not a generic file host, and the checksums are provided and valid, making this a normal AUR package build with low risk.
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:12
source=("vintagestory-server-${pkgver}.tar.gz::https://cdn.vintagestory.at/gamefiles/stable/vs_server_linux-x64_${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Theo Müller <theopaul2001 at gmx dot de>
pkgname=vintagestory-server
pkgdesc="An in-development indie sandbox game about innovation and exploration--server package"
license=('custom')
pkgver=1.22.2
pkgrel=1
depends=('dotnet-runtime' 'screen' 'procps-ng')
arch=('x86_64')
url='https://www.vintagestory.at/'
source=("vintagestory-server-${pkgver}.tar.gz::https://cdn.vintagestory.at/gamefiles/stable/vs_server_linux-x64_${pkgver}.tar.gz"
"vintagestory-server.service"
"vintagestory-server.tmpfiles"
"vintagestory-server.sysusers"
"vsserverd.sh")
noextract=("vintagestory-server-${pkgver}.tar.gz")
sha256sums=('51c0d50c8f729146396cf04e449c99e1b193889da7d837f54cd84ac88910f1e5'
'e9807846420e5449f8c61a3c068f79c648664734ed04849910377ad32f215234'
'b5f68980d92967614c0da37125e05084ed12c26a829c7e29c6da7fc7bb19dc48'
'bab3a47912d4d568d0078a7802cfde9fa184552f538e0fa6607c9370b0c7d5a8'
'0bde92bb35ebd1685168a7234c2aa692772edec89d0a3c6fb6d685cac494a172')
options=(!strip)
_pkgname="vintagestory-server-${pkgver}"
prepare() {
mkdir -p ${_pkgname}
tar -xzf ${_pkgname}.tar.gz -C ${_pkgname}
cd ${_pkgname}
sed -i "s/\/home\/vintagestory\/server/\/opt\/vintagestory-server/" server.sh
sed -i "s/\/var\/vintagestory\/data/\/var\/vintagestory-server/" server.sh
}
package() {
mkdir -p ${pkgdir}/opt/vintagestory-server
cp -aT ${_pkgname} ${pkgdir}/opt/vintagestory-server
install -dm755 ${pkgdir}/var/vintagestory-server
install -Dm644 vintagestory-server.tmpfiles ${pkgdir}/usr/lib/tmpfiles.d/vintagestory-server.conf
install -Dm644 vintagestory-server.service ${pkgdir}/etc/systemd/system/vintagestory-server.service
install -Dm644 vintagestory-server.sysusers ${pkgdir}/usr/lib/sysusers.d/vintagestory-server.conf
install -Dm755 vsserverd.sh ${pkgdir}/usr/local/bin/vsserverd
}
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 |