vintagestory-server

LOW
maintainer oniX0n 3 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion