knightsandmerchants-remake-server
maintainer Maxr
· 1 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 official domain (kamremake.com), which is not on the standard whitelist but is plausibly legitimate; the worst case of a swapped source is running untrusted code, but this is the official release channel for the project, so the risk is moderate but not clearly malicious.
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 official domain (kamremake.com), which is not on the standard whitelist but is plausibly legitimate; the worst case of a swapped source is running untrusted code, but this is the official release channel for the project, so the risk is moderate but not clearly malicious.
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:11
source=("${pkgname}-${pkgver}.zip::http://www.kamremake.com/files/kam_remake_server_${pkgver}-zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Max Roder <maxroder@mailbox.org>
2
3
pkgname='knightsandmerchants-remake-server'
4
pkgver='r6720'
5
pkgrel='2'
6
pkgdesc='Dedicated server for the Knights And Merchants Remake (strategy game)'
7
url='http://www.kamremake.com'
8
arch=('x86_64' 'i686')
9
license=('unknown')
10
install="${pkgname}.install"
11
source=("${pkgname}-${pkgver}.zip::http://www.kamremake.com/files/kam_remake_server_${pkgver}-zip"
12
"kam-server.sh")
13
sha256sums=('4912d3d097fc2741f42be8879cccbfdfc09a1bf83e7b6552c11e6460ff6a9b87'
14
'bf8d39e962b37089a94840d918c496796d589227158ed5f479f37d718e8cb130')
15
package() {
16
cd ${srcdir}
17
18
# 775 to allow writing of log files and configuration
19
install -d -m 775 -g games "${pkgdir}/usr/share/${pkgname}/"
20
21
if [[ "$CARCH" == 'i686' ]]; then
22
install -D -m 755 KaM_Remake_Server_x86 "${pkgdir}/usr/share/${pkgname}/KaM_Remake_Server_x86"
23
else
24
install -D -m 755 KaM_Remake_Server_x86_64 "${pkgdir}/usr/share/${pkgname}/KaM_Remake_Server_x86_64"
25
fi
26
27
install -D -m 755 kam-server.sh "${pkgdir}/usr/bin/kam-server"
28
}
29
30
# vim:set ts=2 sw=2 et:
31
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |