vintagestory-server

maintainer oniX0n · 3 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

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 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)
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: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
1# Maintainer: Theo Müller <theopaul2001 at gmx dot de>
2
3
4pkgname=vintagestory-server
5pkgdesc="An in-development indie sandbox game about innovation and exploration--server package"
6license=('custom')
7pkgver=1.22.2
8pkgrel=1
9depends=('dotnet-runtime' 'screen' 'procps-ng')
10arch=('x86_64')
11url='https://www.vintagestory.at/'
12source=("vintagestory-server-${pkgver}.tar.gz::https://cdn.vintagestory.at/gamefiles/stable/vs_server_linux-x64_${pkgver}.tar.gz"
13 "vintagestory-server.service"
14 "vintagestory-server.tmpfiles"
15 "vintagestory-server.sysusers"
16 "vsserverd.sh")
17noextract=("vintagestory-server-${pkgver}.tar.gz")
18sha256sums=('51c0d50c8f729146396cf04e449c99e1b193889da7d837f54cd84ac88910f1e5'
19 'e9807846420e5449f8c61a3c068f79c648664734ed04849910377ad32f215234'
20 'b5f68980d92967614c0da37125e05084ed12c26a829c7e29c6da7fc7bb19dc48'
21 'bab3a47912d4d568d0078a7802cfde9fa184552f538e0fa6607c9370b0c7d5a8'
22 '0bde92bb35ebd1685168a7234c2aa692772edec89d0a3c6fb6d685cac494a172')
23
24options=(!strip)
25_pkgname="vintagestory-server-${pkgver}"
26
27
28prepare() {
29 mkdir -p ${_pkgname}
30 tar -xzf ${_pkgname}.tar.gz -C ${_pkgname}
31 cd ${_pkgname}
32 sed -i "s/\/home\/vintagestory\/server/\/opt\/vintagestory-server/" server.sh
33 sed -i "s/\/var\/vintagestory\/data/\/var\/vintagestory-server/" server.sh
34}
35
36package() {
37 mkdir -p ${pkgdir}/opt/vintagestory-server
38 cp -aT ${_pkgname} ${pkgdir}/opt/vintagestory-server
39 install -dm755 ${pkgdir}/var/vintagestory-server
40 install -Dm644 vintagestory-server.tmpfiles ${pkgdir}/usr/lib/tmpfiles.d/vintagestory-server.conf
41 install -Dm644 vintagestory-server.service ${pkgdir}/etc/systemd/system/vintagestory-server.service
42 install -Dm644 vintagestory-server.sysusers ${pkgdir}/usr/lib/sysusers.d/vintagestory-server.conf
43 install -Dm755 vsserverd.sh ${pkgdir}/usr/local/bin/vsserverd
44}
45

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion