siedler2-doc
maintainer dreieck
· 1 votes
· base
siedler2-data
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads non-executable game data and a manual from archive.org, which is not a standard host but is a legitimate and publicly accessible archive; the worst case of a swapped source is data tampering, not code execution.
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 package downloads non-executable game data and a manual from archive.org, which is not a standard host but is a legitimate and publicly accessible archive; the worst case of a swapped source is data tampering, not code execution.
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:17
'siedler2-gold.zip::http://archive.org/download/die_siedler_2_151/siedler2.zip'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: dreieck (https://aur.archlinux.org/account/dreieck)
2
3
pkgbase="siedler2-data"
4
pkgname=(
5
"siedler2-data"
6
"siedler2-doc"
7
)
8
pkgdesc="Game data files and manual of Blue Byte's 'Siedler II'/'Settlers II' to be used with 'Return to the Roots'."
9
url='http://archive.org/details/die_siedler_2_151'
10
arch=('any')
11
pkgver='venividivici_gold'
12
pkgrel=13
13
license=('custom: proprietary')
14
options+=('emptydirs')
15
16
source=(
17
'siedler2-gold.zip::http://archive.org/download/die_siedler_2_151/siedler2.zip'
18
'The_Settlers_II_Manual.pdf::http://archive.org/download/The_Settlers_II_Manual/The_Settlers_II_Manual.pdf'
19
'license-note.txt'
20
)
21
22
sha256sums=(
23
'f4551e73244a1728046a8a6967ec1e95ab027bd1d91cc1b5cb404ac19a6dd27c'
24
'7cf3c1d06343fabb393bd6de6b3f36d5ba3203b632043ce455ccc2ce5dda9925'
25
'8c8856ab1e27c6a060f9a8aa4dc990e34c30a0bc1ea96028c2d73d9ef4aabac3'
26
)
27
28
29
package_siedler2-data() {
30
pkgdesc="Game data files of Blue Byte's 'Siedler II'/'Settlers II' to be used with 'Return to the Roots'."
31
optdepends+=(
32
"return-to-the-roots: To play the game."
33
"widelands-maps-siedler2: To play the maps in the game 'widelands' (some things might not work correctly)."
34
"siedler2-doc: The original Blue Byte manual."
35
)
36
provides=(
37
"settlers2-data=${pkgver}"
38
"settlers2-maps=${pkgver}"
39
"siedler2-maps=${pkgver}"
40
)
41
42
cd "${srcdir}"
43
install -v -m 755 -d "${pkgdir}/usr/share/s25rttr/S2"
44
cp -av "${srcdir}"/{DATA,GFX} "${pkgdir}/usr/share/s25rttr/S2"/
45
chmod -R a+Xr "${pkgdir}/usr/share/s25rttr/S2"/*
46
47
install -v -D -m644 "${srcdir}/license-note.txt" "${pkgdir}/usr/share/licenses/${pkgname}/license-note.txt"
48
}
49
50
package_siedler2-doc() {
51
pkgdesc="Manual for Blue Byte's 'Siedler II'/'Settlers II'."
52
url='http://archive.org/details/The_Settlers_II_Manual/'
53
54
install -v -D -m644 "${srcdir}/The_Settlers_II_Manual.pdf" "${pkgdir}/usr/share/doc/siedler2/The_Settlers_II_Manual.pdf"
55
56
install -v -D -m644 "${srcdir}/license-note.txt" "${pkgdir}/usr/share/licenses/${pkgname}/license-note.txt"
57
}
58
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 |