sigil-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 (WADs, images, text) from the official project host romero.com and a CDN; these are non-executable assets for a DOOM mod, posing no code execution risk even if the host were compromised.

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 (WADs, images, text) from the official project host romero.com and a CDN; these are non-executable assets for a DOOM mod, posing no code execution risk even if the host were compromised.

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_V1_23-8fh4.zip"
  • PKGBUILD:14 "https://images.squarespace-cdn.com/content/v1/5fef3318f8ce9b562500206e/1609621243192-JXVMK6DO7545JVZIRLM3/logo-sigil.png"

PKGBUILD

2 offending line(s) highlighted
1# Maintainer: Yakov Till <yakov.till@gmail.com>
2
3pkgname=sigil-wad
4pkgver=1.23
5pkgrel=7
6
7url="https://romero.com/sigil"
8pkgdesc="SIGIL, the unofficial 5th episode of the original 1993 DOOM by John Romero. Requires DOOM.WAD"
9license=('LicenseRef-custom')
10
11arch=('any')
12makedepends=('unzip')
13source=("https://romero.com/s/SIGIL_V1_23-8fh4.zip"
14 "https://images.squarespace-cdn.com/content/v1/5fef3318f8ce9b562500206e/1609621243192-JXVMK6DO7545JVZIRLM3/logo-sigil.png"
15 "sigil.desktop"
16 "sigil_compat.desktop")
17
18sha256sums=('57c35a6bcd722433fc97344314e52c06c91fdfde33b18c6d1c14a4d29e229105'
19 '0e577afac4cd598a501e445d2abe58285b01f9f2c8fbdad99cb83ab880306c61'
20 '37ea66ee77f07b64ec8646ee6ca761be6c1d63719ec3e7106abc902c97391abd'
21 '7d5c26f36b43a90abf76d22da762303aff166bd85d5e3d141dcaa09bbc348523')
22
23latestver() {
24 curl -fsSL "$url" |
25 sed -nE 's#.*[Ff]ree SIGIL v([0-9]+)\.([0-9]+) Megawad.*#\1.\2#p' | head -1
26}
27
28package() {
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/sigil"
33
34 install -Dm644 "SIGIL_README_V1_23.txt" "$pkgdir/usr/share/doc/$pkgname/instructions.txt"
35 install -Dm644 "SIGIL_V1_23.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
36 install -Dm644 "SIGIL_V1_23.wad" "$pkgdir/usr/share/games/sigil/sigil.wad"
37 install -Dm644 "SIGIL_COMPAT_V1_23.wad" "$pkgdir/usr/share/games/sigil/sigil_compat.wad"
38 ln -s /usr/share/games/sigil/sigil.wad "$pkgdir/usr/share/doom/sigil.wad"
39 ln -s /usr/share/games/sigil/sigil_compat.wad "$pkgdir/usr/share/doom/sigil_compat.wad"
40
41 cd "$srcdir"
42 install -Dm644 "logo-sigil.png" "$pkgdir/usr/share/pixmaps/sigil.png"
43 install -Dm644 "sigil.desktop" "$pkgdir/usr/share/applications/sigil.desktop"
44 install -Dm644 "sigil_compat.desktop" "$pkgdir/usr/share/applications/sigil_compat.desktop"
45}
46

Changes since previous scan

--- PKGBUILD @ 2026-07-26 00:07
+++ PKGBUILD @ 2026-08-03 00:08
@@ -2,7 +2,7 @@
pkgname=sigil-wad
pkgver=1.23
-pkgrel=6
+pkgrel=7
url="https://romero.com/sigil"
pkgdesc="SIGIL, the unofficial 5th episode of the original 1993 DOOM by John Romero. Requires DOOM.WAD"
@@ -16,7 +16,7 @@
"sigil_compat.desktop")
sha256sums=('57c35a6bcd722433fc97344314e52c06c91fdfde33b18c6d1c14a4d29e229105'
- '6edb842c592043cc3d3f3a8bb968e8c8392a9813f45510140f0e7d4f53c47e0a'
+ '0e577afac4cd598a501e445d2abe58285b01f9f2c8fbdad99cb83ab880306c61'
'37ea66ee77f07b64ec8646ee6ca761be6c1d63719ec3e7106abc902c97391abd'
'7d5c26f36b43a90abf76d22da762303aff166bd85d5e3d141dcaa09bbc348523')

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 23:33:54 MEDIUM 1
2026-07-26 21:33:42 MEDIUM 1
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 17:14:35 MEDIUM 1
2026-06-19 19:07:35 CLEAN 2
2026-06-18 18:04:49 CLEAN 2
2026-06-18 17:53:10 MEDIUM 1

Report a package

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

0 / 4000
Your suggestion