impostor-server

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The non-standard host download is for dotnet-install.sh, a legitimate Microsoft script used to install the .NET SDK; it is checksum-verified and used only for building the package from source, which is otherwise from official GitHub repositories.

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 non-standard host download is for dotnet-install.sh, a legitimate Microsoft script used to install the .NET SDK; it is checksum-verified and used only for building the package from source, which is otherwise from official GitHub repositories.

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:15 "https://dot.net/v1/dotnet-install.sh"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Holden Lewis <holdenplewis at gmail dot com>
2
3pkgname=impostor-server
4pkgver=1.1.0
5pkgrel=4
6pkgdesc='Unofficial dedicated server for Among Us.'
7url='https://impostor.github.io/Impostor/'
8arch=('x86_64')
9license=('GPL3')
10depends=('zlib' 'krb5')
11makedepends=('git' 'dotnet-sdk' 'lttng-ust')
12options=('!strip')
13source=("git+https://github.com/Impostor/Impostor.git#tag=v${pkgver}"
14 "git+https://github.com/AeonLucid/Hazel-Networking.git"
15 "https://dot.net/v1/dotnet-install.sh"
16 "impostor.service")
17sha512sums=('SKIP'
18 'SKIP'
19 'ffbcb792bc25976322c18189d8884bbddd8e0fdc216a0e541b8a28baf4791001cb6cd114bb2935190df8cfe95fc909cc87b64e87d8f1f3d0a77e0fd2f4a1f43e'
20 'b1360d6aa5cd769ee7dbdb32148f7e1786acdb6a3080b67a48328252af8cc18ff3448a46f04e656993d891a578217599de96a80e96d7da57f95b107d451fdfaa')
21
22prepare() {
23 chmod +x ./dotnet-install.sh
24 ./dotnet-install.sh --install-dir /usr/share/dotnet -channel Current -version 5.0.100-rc.1.20452.10
25
26 cd "Impostor/"
27 git submodule init
28 git config submodule.submodules/Hazel-Networking.url ${srcdir}/Hazel-Networking
29 git submodule update
30}
31
32build() {
33 cd "Impostor/"
34
35 dotnet restore ./src
36 dotnet publish -c release -o ./build/linux-x64 -f net5.0 -r linux-x64 --self-contained --no-restore ./src/Impostor.Server/Impostor.Server.csproj /p:PublishSingleFile=true
37}
38
39package() {
40 mkdir -p "${pkgdir}/usr/bin/"
41 mkdir -p "${pkgdir}/etc/impostor/"
42 mkdir -p "${pkgdir}/usr/lib/systemd/system/"
43
44 cp --verbose "${srcdir}/Impostor/build/linux-x64/Impostor.Server" "${pkgdir}/usr/bin/impostor-server"
45 cp --verbose "${srcdir}/Impostor/build/linux-x64/config.json" "${pkgdir}/etc/impostor/"
46 cp --verbose "${srcdir}/impostor.service" "${pkgdir}/usr/lib/systemd/system/"
47}
48

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