sigil2-wad
maintainer lapsus
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads game data files (WAD, README, LICENSE, image, desktop file) from the official project host romero.com and a CDN for assets; these are non-executable assets, not code, so the worst case of a swapped source is data tampering, not remote 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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads game data files (WAD, README, LICENSE, image, desktop file) from the official project host romero.com and a CDN for assets; these are non-executable assets, not code, so the worst case of a swapped source is data tampering, not remote 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:13
source=("https://romero.com/s/SIGIL_II_V1_0.zip" -
PKGBUILD:14
"https://images.squarespace-cdn.com/content/v1/5fef3318f8ce9b562500206e/c05bd3cb-30a4-4d20-8dd9-8411a22d8be8/Romero_Logo_Sigil2+red+metal+hi-res.png"
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: Yakov Till <yakov.till@gmail.com>
2
3
pkgname=sigil2-wad
4
pkgver=1.0
5
pkgrel=9
6
7
url="https://romero.com/sigil"
8
pkgdesc="SIGIL II, the unofficial 6th episode of the original 1993 DOOM by John Romero. Requires DOOM.WAD"
9
license=('custom')
10
11
arch=('any')
12
makedepends=('unzip')
13
source=("https://romero.com/s/SIGIL_II_V1_0.zip"
14
"https://images.squarespace-cdn.com/content/v1/5fef3318f8ce9b562500206e/c05bd3cb-30a4-4d20-8dd9-8411a22d8be8/Romero_Logo_Sigil2+red+metal+hi-res.png"
15
"sigil2.desktop")
16
17
sha256sums=('41741ce797e6faf9ebd0e3d577b5eaf9a648b64d850fbd741c1b9c28d8461017'
18
'595e182f0ef0266d349402a615ad39723cd620e834f34183bd456f4cd3380d9b'
19
'35a3a026b4c2e6d55797b6d0f5b4d44ded6f4b27a3f3b94be3560a716a5d5231')
20
21
latestver() {
22
curl -fsSL "$url" |
23
sed -nE 's#.*[Ff]ree SIGIL II v([0-9]+)\.([0-9]+) Megawad.*#\1.\2#p' | head -1
24
}
25
26
package() {
27
cd "$srcdir"
28
29
mkdir -p "$pkgdir/usr/share/doom"
30
mkdir -p "$pkgdir/usr/share/doc/$pkgname"
31
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
32
mkdir -p "$pkgdir/usr/share/games/sigil2"
33
34
install -Dm644 "SIGIL_II_README_V1_0.txt" "$pkgdir/usr/share/doc/$pkgname/README.txt"
35
install -Dm644 "SIGIL_II_V1_0.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
36
install -Dm644 "SIGIL_II_V1_0.WAD" "$pkgdir/usr/share/games/sigil2/sigil2.wad"
37
ln -s /usr/share/games/sigil2/sigil2.wad "$pkgdir/usr/share/doom/sigil2.wad"
38
39
install -Dm644 "Romero_Logo_Sigil2+red+metal+hi-res.png" "$pkgdir/usr/share/pixmaps/sigil2.png"
40
install -Dm644 "sigil2.desktop" "$pkgdir/usr/share/applications/sigil2.desktop"
41
}
42
Changes since previous scan
--- PKGBUILD @ 2026-07-26 00:07+++ PKGBUILD @ 2026-08-03 00:08@@ -2,7 +2,7 @@ pkgname=sigil2-wad pkgver=1.0-pkgrel=8+pkgrel=9 url="https://romero.com/sigil" pkgdesc="SIGIL II, the unofficial 6th episode of the original 1993 DOOM by John Romero. Requires DOOM.WAD"@@ -15,7 +15,7 @@ "sigil2.desktop") sha256sums=('41741ce797e6faf9ebd0e3d577b5eaf9a648b64d850fbd741c1b9c28d8461017'- 'c03b260d91529b6f6746605f9af4f5adc6d8fd27115d7a56b904c95d971c3815'+ '595e182f0ef0266d349402a615ad39723cd620e834f34183bd456f4cd3380d9b' '35a3a026b4c2e6d55797b6d0f5b4d44ded6f4b27a3f3b94be3560a716a5d5231') latestver() {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 17:32:42 | MEDIUM | 1 |
| 2026-07-26 15:32:35 | MEDIUM | 1 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 21:28:26 | MEDIUM | 1 |
| 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 13:17:02 | MEDIUM | 1 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 17:14:35 | MEDIUM | 1 |
| 2026-06-19 19:07:35 | CLEAN | 2 |